Skip to content

3.28.0

Compare
Choose a tag to compare
@tboba tboba released this 07 Dec 14:09
· 183 commits to main since this release
c42cad0

Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.

Note: Please note that when using new renderer - Fabric, only the 0.73.x version of react-native is supported from this version onwards. With Paper renderer backward compatibility is maintained.

What's Changed

🐛 Bug fixes

  • Update status bar & orientation in screen stack fragment by @delphinebugner in #1934
  • Set stateWrapper in ScreenViewManager in Fabric by @joemun in #1944
  • Don't include AVPlayerView in traverseForScrollView method by @tboba in #1969
  • Fix error about duplicate class ViewModelLazy by @tboba in #1977
  • Move DelayedFreeze setImmediate into an effect by @amadeus in #1980

👍 Improvements

🔢 Miscellaneous

  • Support for RN 0.73 by @kkafar in #1956
  • Use JDK 17 for CI builds as required for RN 0.73 by @kkafar in #1957
  • Update Podfile.lock files in example projects by @tboba in #1979

New Contributors

Full Changelog: 3.27.0...3.28.0