Skip to content

Releases: quantizor/react-native-web-fork

v0.20.2

27 Mar 23:14
Compare
Choose a tag to compare
  • updated next.js example to latest
  • updated various documentation things (will put up a doc site if the main project doesn't wake up soon)

merged two community PRs:

v0.20.1

27 Mar 21:38
Compare
Choose a tag to compare

First release, incorporates the following community PRs from react-native-web:

  • Add Image.resolveAssetSource (necolas#2728)
  • fix: support for react 19 and next15 (necolas#2731)
  • refactor(deps): removing fbjs dependency by creating a local module for invariant and warning (necolas#2727)
  • Add ...children rest parameter to unstable_createElement (necolas#2761)
  • inline-style-prefixer version bump (necolas#2764)
  • [ImageLoader] Simplify getSize implementation, call failure callback when decoding fails (necolas#2750)