Skip to content

React Navigation 5 & 6 🚀 🎉

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 19 Aug 09:56
· 65 commits to main since this release

3.1.2 (2021-08-19)

Features

  • Support for react-navigation 5 & 6 🚀
  • Unifies codebase to support both the react-navigation 4 and 5/6 APIs
  • New example app to showcase and test navigation scenarios
  • Recommend upgrading to [email protected] for the latest Native bug-fixes

Breaking changes

  • React navigation 4 is now supported through the createSharedElementStackNavigator/build/v4 import
  • sharedElements function replaces navigation/otherNavigation by route/otherRoute arguments
  • See migration guide in ./docs/Migration.md for upgrading instructions

Bug Fixes

  • Fixes blink artefact on Android transitions (disables detachInactiveScreens by default on Android)