Skip to content

Releases: software-mansion/react-native-screens

3.7.2

14 Sep 08:46
Compare
Choose a tag to compare

Patch release adding #1127 for usage in Expo SDK.

3.7.1

13 Sep 15:02
Compare
Choose a tag to compare

Patch release adding #1119 for usage in Expo SDK.

3.7.0

09 Sep 11:30
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

Be aware that #801 may be considered a BREAKING CHANGE if you relied on the default header back button native dismissal. It can be switched by setting nativeBackButtonDismissalEnabled: true on the screen.
Also, be aware that using fullScreenSwipeEnabled option (#1072) with gestureEnabled set to true will cancel JS recognizers on the screen when using vertical or horizontal swipe gestures.

🙌 Thank you for your contributions!

3.6.0

23 Aug 15:06
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

  • Fix Search bar returns to an incorrect position after losing focus (#1036) by @Ubax
  • Fix typo in method name for TV-OS (#1040) by @Ubax
  • Add windows Directory to NPM Publish (#1050) by @chiaramooney

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

3.5.0

03 Aug 13:44
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

3.4.0

17 Jun 13:22
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

3.3.0

24 May 14:23
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities. 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

3.2.0

10 May 14:49
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities. 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

Be aware that #821 may be considered a BREAKING CHANGE since it slightly changes how headerShown prop works.
We discourage changing headerShown prop directly in the navigator's screenOptions. We suggest changing it for a specific screen in options prop. Keep in mind that headers in modals aren't shown by default.

🙌 Thank you for your contributions!

3.1.1

14 Apr 12:26
Compare
Choose a tag to compare

Patch release fixing issues with react-native-windows. See this issue #885 and this pull request #886 for more information.
Thanks to @prupipho for help with debugging the problem and @WoLewicki for help with fixing it 🙌

3.1.0

07 Apr 14:12
Compare
Choose a tag to compare

Minor release fixing bugs, improving typings, and adding some functionalities. 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!