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.
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
- Add ios like slide animation by @alexandrius in #1945
🔢 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
- @delphinebugner made their first contribution in #1934
- @joemun made their first contribution in #1944
- @alexandrius made their first contribution in #1945
- @amadeus made their first contribution in #1980
Full Changelog: 3.27.0...3.28.0