Skip to content

Releases: software-mansion/react-native-screens

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!

3.0.0

30 Mar 14:52
Compare
Choose a tag to compare

This release makes react-native-screens enabled by default. You no longer need to call enableScreens() at the top of your application 🎉

This release also improves react-native-screens web implementation (index.tsx) to properly resolve activityState.

In v3.0.0, we drop support for react-native versions 0.60 and 0.61.

This release is considered to be a BREAKING CHANGE.

Changes:

2.18.1

02 Mar 13:38
Compare
Choose a tag to compare

Patch release transforming the library to TypeScript. See #793 and #794 for more information.

2.18.0

25 Feb 14:34
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!

2.17.1

26 Jan 10:56
Compare
Choose a tag to compare

Patch release fixing regression introduced by not excluding example projects from the bob typescript build. See #790 for more information.

2.17.0

25 Jan 15:33
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!

2.15.2

20 Jan 14:23
Compare
Choose a tag to compare

Patch release adding #714 on top of 2.15.1 for usage in a patch version of Expo SDK 40.

2.15.1

19 Jan 13:36
Compare
Choose a tag to compare

Patch release adding #712 and #772 on top of 2.15.0 for usage in a patch version of Expo sdk 40.