This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.64.0.
New changes
- e45efd8 Remove legacy logic to find win32 bundle (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 InstanceCreated should fire before any JS code is run (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 ReloadInstance async task and InstanceLoaded event were not correctly reporting failures (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 Better reporting of failures to load the bundle file (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 Fix crash when adding a ReactRootView while reloading a ReactHost (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 Prevent TurboModules from leaking on instance shutdown (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 Websocket is hitting the UI queue unnecessarily (30809111+acoates-ms@users.noreply.github.com)
- e45efd8 Hook up DetachViewInstance method for custom UI implementations (30809111+acoates-ms@users.noreply.github.com)