Download Latest Version 0.20 source code.tar.gz (655.5 kB)
Email in envelope

Get an email when there's a new version of React Native for Web

Home / 0.17.0
Name Modified Size InfoDownloads / Week
Parent folder
0.17.0 source code.tar.gz 2021-06-17 732.5 kB
0.17.0 source code.zip 2021-06-17 1.0 MB
README.md 2021-06-17 931 Bytes
Totals: 3 Items   1.8 MB 0

Accessibility improvements and breaking changes to unstable APIs.

Breaking changes

  • Remove special treatment of elements with accessibilityRole="menuitem". It no longer adds elements to the tab flow.
  • Remove anchor element inference from View and Text with accessibilityRole="link". Only requires addition of href prop.
  • Remove unstable_createElement element-type inference using href. Fixes use with svg elements.
  • Remove unstable_createElement keyboard shim for onClick. It no longer invokes onClick during onKeyDown for keyboard interactions on elements that are not natively interactive.

Fixes

  • Fix Pressable support for keyboard interactions if element is unmounted during interaction.
  • Remove unnecessary CSS reset for input number spin buttons.
  • Fix ProgressBar & Switch rendering in Windows High Contrast mode
  • Text preserves white-space if numberOfLines={1}.
Source: README.md, updated 2021-06-17