Skip to content

Releases: software-mansion/react-native-screens

3.31.1

23 Apr 13:43
Compare
Choose a tag to compare

Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens.
Thanks for following along! 💙

What's Changed

🐛 Bug fixes

  • Change postinstall step to prepare and run prepare on release in package.json by @tboba in #2109

Full Changelog: 3.31.0...3.31.1

3.31.0

23 Apr 11:53
Compare
Choose a tag to compare

Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack.
Thanks for following along! 💙

What's Changed

🐛 Bug fixes

  • Don't use AnimatedNativeScreen when stackPresentation prop is not set by @WoLewicki in #2107
  • Change retrieving window in FullWindowOverlay by @tboba in #2031

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: 3.31.0-rc.1...3.31.0

3.31.0-rc.1

04 Apr 18:31
a8bb418
Compare
Choose a tag to compare
3.31.0-rc.1 Pre-release
Pre-release

Release candidate no.2 for version 3.31.0 that removes declarations of some events on Fabric and changes event types.
Thanks for following along! 💙

Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.

What's Changed

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: 3.31.0-rc.0...3.31.0-rc.1

3.31.0-rc.0

03 Apr 17:00
0ff580f
Compare
Choose a tag to compare
3.31.0-rc.0 Pre-release
Pre-release

Release candidate no.1 for version 3.31.0 that adds support for React Native 0.74 and fixes build issues on Android.
Thanks for following along! 💙

Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.

What's Changed

👍 Improvements

🐛 Bug fixes

  • Add backward compatibility for prefabs by @piaskowyk in #2088
  • Fix screen traversing on Fabric, update React Native to rc.6 by @tboba in #2090

🔢 Miscellaneous

  • Change topScreenFrame and belowTopScreenFrame to match Reanimated API by @tboba in #2091
  • Add submodules command in yarn, remove Flipper from Example by @tboba in #2092
  • Release 3.31.0-rc.0 by @tboba in #2093

Full Changelog: 3.30.1...3.31.0-rc.0

3.30.1

25 Mar 17:46
Compare
Choose a tag to compare

Patch release addressing an issue with building a package due to the missing submodule from postinstall command.

🔢 Miscellaneous

  • Remove postinstall step from package.json by @tboba in #2081

Full Changelog: 3.30.0...3.30.1

3.30.0

25 Mar 16:12
Compare
Choose a tag to compare

Minor release including custom screen transitions, adding support for VisionOS, supporting slide_from_left animation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric).
Thanks for following along! 💙

Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.

What's Changed

👍 Improvements

  • Custom screen transitions - In 3.30.0, we've introduced a support for custom transition animations while making a "go back" gesture. Made by @piaskowyk and @WoLewicki in #1913

  • Support for VisionOS is here! - From now, react-native-screens offers bundled support for VisionOS platform. Made by @okwasniewski in #2025

  • slide_from_left transition on iOS - You can use slide_from_left animation that will be used for pushing or popping a new screen. Made by @kirillzyusko in #2057

  • Add cancelSearch command on SearchBar by @Jasonzj in #1987

  • Fixed Android screen stack animation by @janicduplessis in #2019

🐛 Bug fixes

  • Not working hitslop for headerRight/Left views by @kkafar in #1995
  • App freeze when navigating back from any modal nested in contained modal by @kkafar in #1996
  • Incorrect safe area on transparent modals using landscape orientation by @tboba in #2008
  • Invalid orientation of contained modals by @tboba in #2011
  • Modify the decorFitsSystemWindow parameter in setNavigationBarHidden by @jiyong1 in #1988
  • Avoid race condition related to state on the new arch by @j-piasecki in #2024
  • Check for multiple screens while changing screen orientation by @uzegonemad in #2035
  • Fix setting incorrect measure with native header by @WoLewicki and @tboba in #2028
  • Add notifying for header height change, fix header height values by @tboba in #2075
  • Change context while running runOnUiQueueThread on 0.73 with Bridgeless by @cortinico in #2022
  • Use reactApplicationContext in onScreenChanged by @WoLewicki in #2046
  • Remove calculating status bar height in useAnimatedHeaderHeight when header is not shown by @tboba in #2033
  • Handle setting display for _viewConfig attribute by @WoLewicki and @tboba in #2071
  • Fix crash with searchResultsController in RNSSearchBar by @tboba in #2004
  • Add constraints for velocity in goBackGesture screen transition by @piaskowyk in #2061
  • Add view check for getting StackView in goBackGesture by @piaskowyk in #2060
  • Change default value of context of ScreenGestureDetector, add warning for goBackGesture by @tboba in #2013
  • Move GHContext from gesture-handler to native-stack by @tboba in #2017
  • Change default gesture from Tap to Fling, fix failing CI by @tboba in #2023

🔢 Miscellaneous

  • Drop React Native 0.64 - 0.67 since 3.30.0 by @tboba in #2036
  • Remove mixed CJS/ESM, refactorize index.native.tsx by @tboba in #1982
  • Add react-navigation as submodule & use it in test applications by @kkafar and @tboba in #1993
  • Unify member-field naming convention in Kotlin by @kkafar in #1999
  • Update compatibility table with supported RN versions with Fabric by @kkafar in #2001
  • Change name of headerBackButtonClicked event by @WoLewicki in #2015
  • Stabilize Android E2E tests by @kirillzyusko in #2062
  • Update Podfiles in Example projects, update RN in FabricExample to 0.73 by @tboba in #1989
  • Update React Native to 0.73.4, change Cocoapods version by @tboba in #2032
  • Configure yarn version in package.json by @bakkerjoeri in #2077
  • Bump ip from 1.1.8 to 1.1.9 by @dependabot in #2038
  • Bump ip from 1.1.8 to 1.1.9 in example apps by @tboba in #2044

New Contributors

🙌 Thank you for your contributions!

Full Changelog: 3.29.0...3.30.0

3.29.0

07 Dec 14:21
0164979
Compare
Choose a tag to compare

Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )

What's Changed

🐛 Bug fixes

  • fix(iOS): select correct VC for nested modal presentation by @kkafar in #1912

Full Changelog: 3.28.0...3.29.0

3.28.0

07 Dec 14:09
c42cad0
Compare
Choose a tag to compare

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

3.27.0

23 Oct 17:13
1ea36fc
Compare
Choose a tag to compare

Minor release focusing on resolving build issues in certain configurations, compatibility with RC versions of React Native and crash on Fabric.

What's Changed

🐛 Bug fixes

  • Unresolved reference: attr after upgrading to 0.73.0-rc.2 by @ivanignatiev in #1919
  • Downgrade native deps to avoid conflicts with other libs by @kkafar in #1943
  • Add canCoalesce method to RNSHeaderHeightChangeEvent by @tboba in #1933

🔢 Miscellaneous

  • Update @babel/traverse from 7.21.0 to 7.23.2 by @kkafar in #1929
  • Update react-devtools-core from 4.28.0 to 4.28.4 by @tboba in #1941

New Contributors

Full Changelog: 3.26.0...3.27.0

3.26.0

17 Oct 16:40
Compare
Choose a tag to compare

Minor release adding new useAnimatedHeaderHeight and useReanimatedHeaderHeight hooks, providing fixes for search bar and introducing internal changes. Please note that new hooks introduced in this release are fully functional on Paper, on Fabric there are few edge cases we are still working on.

What's Changed

🐛 Bug fixes

  • Change implementation of headerConfig prop on Android by @tboba in #1883
  • Change elements visibility on search bar open by @tboba in #1903
  • Fix positioning of large header and search bar by @tboba in #1895
  • Change implementation of calculating status bar, refactor methods used on header height change by @tboba in #1917
  • Fix calculating header height when changing status/action bar visibility by @tboba in #1922
  • Allow Reanimated Screen to check large header by @tboba in #1915
  • Fix issue when emptying nav stack on Windows by @chrisglein in #1890
  • Update podspec to use install_modules_dependencies by @cipolleschi in #1920
  • Remove MaxPerm args from JVM invocation by @kkafar in #1888

👍 Improvements

  • Calculate values of useHeaderHeight natively by @tboba in #1802
  • Allow for different fragment types inside ScreenContainer by @kkafar in #1887
  • Add focused states on page transitions by @tboba in #1894

🔢 Miscellaneous

New Contributors

Full Changelog: 3.25.0...3.26.0