Skip to content

Releases: software-mansion/react-native-screens

3.11.1

11 Feb 09:44
Compare
Choose a tag to compare

Patch release adding #1313 that fixes incorrect swipe direction default.

3.11.0

09 Feb 09:38
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.10.2

17 Jan 12:02
Compare
Choose a tag to compare

Patch release adding #1245 that removes the use of jcenter() in the library

3.10.1

07 Dec 15:26
Compare
Choose a tag to compare

Patch release adding #1233 for usage in Expo SDK.

3.10.0

02 Dec 17:07
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.9.0

29 Oct 14:11
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.8.0

28 Sep 11:52
Compare
Choose a tag to compare

Minor release with important bug fixes 🎉

🐛 Bug fixes

🔢 Miscellaneous

For library authors, #1148 may be considered a BREAKING CHANGE. From now on you'll need to implement your own logic for the hardware back button on Android same as it is done in react-navigation.

🙌 Thank you for your contributions!

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!