Skip to content

Releases: microsoft/react-native-windows

React Native Windows 0.63.0-preview.1

31 Jul 23:38
Compare
Choose a tag to compare
Pre-release

What’s New

  • Autolinking for supported community modules
  • Features from React Native 0.63 like LogBox
  • ReactNotificationService to allow inter-native-module communication
  • Many improvements for C# native modules (Task<T> support, Roslyn based code-generation)
  • Support for tintColor and blurRadius Image properties
  • Many other bug-fixes, additions, and reliability improvements

Deprecated

  • The acceptsKeyboardFocus property has been deprecated in favor of the standard focusable property

Breaking Changes

  • You will need to generate a new project using react-native-windows-init when upgrading from earlier versions of react-native-windows
  • Layout behavior has changed to better match Android/iOS. This can be configured using QuirkSettings (see #5140)
  • To match other platforms, borders will now be drawn as black by default instead of transparent
  • Native modules will now run on the same thread as the JavaScript engine. Blocking native module operations may impact JavaScript responsiveness.

Experimental (Not ready for production use)

  • Support for WinUI3
  • Binary distribution of Microsoft.ReactNative

React Native Windows 0.62.3

27 Jul 15:06
Compare
Choose a tag to compare

React Native Windows 0.62.2

13 Jul 15:05
Compare
Choose a tag to compare

React Native Windows 0.62.1

06 Jul 23:22
Compare
Choose a tag to compare

React Native Windows 0.62.0

23 Jun 06:48
Compare
Choose a tag to compare

What's New

  • New Features from React Native 0.62, like Appearance and useColorScheme() hooks
  • Visual Studio V142 build tools are now used
  • Better RTL support
  • New native module APIs (PropertyBag, XamlUIServiceREACT_INIT, and REACT_FUNCTION)
  • Improved diagnostics in command line tools
  • Initial ARM64 support
  • Better support for XAML Islands
  • Bug fixes and reliability improvements

Breaking Changes

  1. The deprecated "ReactUwp" framework is no longer supported
  2. You will need to update your generated project files targeting 0.61 (e.g. vcxproj, metro config, and packages.config)
  3. Some mechanical changes were made to C++ ViewManager Command APIs
  4. The minimum supported OS is now RS3

React Native Windows 0.62.0-preview.17

23 Jun 15:49
Compare
Choose a tag to compare
Pre-release

React Native Windows 0.61.14

23 Jun 16:08
Compare
Choose a tag to compare

React Native Windows 0.61.13

23 Jun 16:08
Compare
Choose a tag to compare

React Native Windows 0.62.0-preview.16

23 Jun 15:49
Compare
Choose a tag to compare
Pre-release

React Native Windows 0.62.0-preview.15

23 Jun 15:49
Compare
Choose a tag to compare
Pre-release