github microsoft/react-native-windows react-native-windows_v0.64.7
React Native Windows 0.64.7

latest releases: react-native-windows_v0.0.0-canary.816, react-native-windows_v0.0.0-canary.815, react-native-windows_v0.74.4...
3 years ago
  • 82f12b4 If initial value is set, updated TextInput.value changes will not be reflected (30809111+acoates-ms@users.noreply.github.com)
  • 04b4004 [0.64] Update Microsoft.ChakraCore to 1.11.24 (#7628) (jthysell@microsoft.com)
  • e7efb40 Initialize ETW provider only once (asklar@microsoft.com)
  • e7efb40 Last year, we had plumbed the Systrace sections and events in the core react native to windows code and fired ETW events. But, it was hard for people to use because we used manifest based ETW events. This change converts the event triggering code to use Tracelogging APIs (aka self describing events) which doesn't require the manifest to be registered on the host machine to inspect traces.
    Post this change, the systrace events can be inspected on any windows machines where the RNW based apps are running by issuing the following commands,
    wpr.exe -start rnw.wprp
    wpr.exe -stop rnw.etl
    wpa.exe rnw.etl

This works for Win32 apps too, say Office. (mganandraj@outlook.com)

Don't miss a new react-native-windows release

NewReleases is sending notifications on new releases.