Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.02 KB

win10compat.md

File metadata and controls

13 lines (10 loc) · 2.02 KB

Backward compatibility with Windows versions

React Native for Windows vnext supports Windows 10 devices and OS versions 10.0.15063 and higher. React Native for Windows layers cleanly on top of the native Windows UI platform which means there are some APIs that may not be supported in all versions of Windows since the corresponding native capabilities were not backward compatible with older OS versions. The following table captures these deltas. If you are using any of the APIs below, they will gracefully fail (no-op) when the app is running on Windows 10 devices of corresponding OS versions.

Note : There is an ongoing effort to decouple the Windows UI platform from the UWP SDK and ship out of band – WinUI 3.0. React Native for Windows vNext will layer on top of this lifted WinUI platform once it is available at which time several of the below unsupported APIs may start lighting up.

Windows 10 SDK React Native for Windows vnext support
May 2019 update
Version-1903 ; Build-10.0.18362.1
All APIs, scenarios supported
October 2018 update
Version-1809 ; Build-10.0.17763.0
Unsupported:
  • useNativeDriver for animations
  • View.transform property
  • React Native for Windows in XamlIslands for hosting inside WPF/Win32 scenarios
April 2018 Update
Version-1803 ; Build-10.0.17134.12
Unsupported : (Same as above plus):
  • Flyout: edge alignments, ShowAt capability
  • Picker.editable, Picker.text
Fall Creators Update
Version-1709 ; Build-10.0.16299.91
Unsupported : Same as above
Creators Update
Version-1703 ; Build-10.0.15063.468
Unsupported : (Same as above plus):
  • Keyboard events
  • TextInput.placeholderTextColor
  • TextInput.secureTextEntry may have some fast typing issues