react-native-screens

Native navigation primitives for your React Native app.

MIT License

Downloads
4.7M
Stars
2.8K
Committers
137

Bot releases are hidden (Show)

react-native-screens - 3.31.0-rc.1 Latest Release

Published by tboba 7 months ago

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: https://github.com/software-mansion/react-native-screens/compare/3.31.0-rc.0...3.31.0-rc.1

react-native-screens - 3.31.0-rc.0

Published by tboba 7 months ago

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

🔢 Miscellaneous

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.30.1...3.31.0-rc.0

react-native-screens - 3.30.1

Published by tboba 7 months ago

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

🔢 Miscellaneous

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.30.0...3.30.1

react-native-screens - 3.30.0

Published by tboba 7 months ago

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

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.29.0...3.30.0

react-native-screens - 3.29.0

Published by kkafar 11 months ago

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

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.28.0...3.29.0

react-native-screens - 3.28.0

Published by tboba 11 months ago

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

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.27.0...3.28.0

react-native-screens - 3.27.0

Published by kkafar 12 months ago

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

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.26.0...3.27.0

react-native-screens - 3.26.0

Published by tboba about 1 year ago

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

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.25.0...3.26.0

react-native-screens - 3.25.0

Published by kkafar about 1 year ago

What's Changed

Minor release focused on bug fixes & internals.

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.24.0...3.25.0

react-native-screens - 3.24.0

Published by kkafar about 1 year ago

Minor release focused on fixing build issues reported in #1859.

What's Changed

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.23.0...3.24.0

react-native-screens - 3.23.0

Published by kkafar about 1 year ago

What's Changed

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.22.1...3.23.0

react-native-screens - 3.22.1

Published by kkafar over 1 year ago

Patch release bringing back old behaviour of formSheet modal on iOS when using @react-navigation/native-stack.

What's Changed

Fixes

Internal

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.22.0...3.22.1

react-native-screens - 3.22.0

Published by kkafar over 1 year ago

Minor release fixing some build issues that could happen on older Xcode versions & with Android SDK 34.

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.21.1...3.22.0

react-native-screens - 3.21.1

Published by kacperkapusciak over 1 year ago

Patch release adding internal isNewBackTitleImplementation constant for use in @react-navigation/native-stack.

See #1791 & https://github.com/react-navigation/react-navigation/pull/11423 for details.

react-native-screens - 3.21.0

Published by WoLewicki over 1 year ago

Minor release with support for React Native 0.72 on New Architecture, fixing some bugs and adding new functionalities.

Please note that support for react-navigation v4 has been dropped with this version and you can no longer use native-stack v4 starting from this version. It might be considered a BREAKING CHANGE so be careful with updating.

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.20.0...3.21.0

react-native-screens - 3.20.0

Published by kkafar over 1 year ago

Minior release aimed at fixing #1686 (change of default behaviour for stackPresentation: 'formSheet').

No other changes were introduced with this release. Next "feature" release is in preparation.

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.19.0...3.20.0

react-native-screens - 3.19.0

Published by kkafar almost 2 years ago

Minor release with support for React Native 0.71

Important: Since this version, Fabric is only supported for React Native 0.71+. Support for older versions has beed dropped.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.18.2...3.19.0

react-native-screens - 3.18.2

Published by kkafar about 2 years ago

Patch release fixing regression on old architecture introduced in 3.18.1.

See #1614 & #1615 for details.

🐛 Bug fixes

react-native-screens - 3.18.1

Published by kkafar about 2 years ago

Patch release fixing #1608 as library configuration for @react-native-cli was not present in previously released version.

🐛 Bug fixes

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.18.0...3.18.1

react-native-screens - 3.18.0

Published by kkafar about 2 years ago

Minor release focusing on Fabric autolinking, small fixes, support for React Native 0.70 and some internal changes 🎉

Important: Since this version, Fabric is only supported for React Native 0.70+. Support for older versions has beed dropped. See #1594.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.17.0...3.18.0

Package Rankings
Top 0.78% on Npmjs.org
Related Projects