This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
3.0.0
Several breaking changes:
- This package no longer works with
react-navigation@2
.react-navigation@3
is required. Note that we are now importing from@react-navigation/core
, and have specified it as a peer dependency, so you shouldnpm install --save @react-navigation/core
oryarn add @react-navigation/core
. If you're still directly importing from thereact-navigation
package, make sure the version of@react-navigation/core
you add matches the version thatnode_modules/react-navigation/package.json
specifies. reduxifyNavigator
is nowcreateReduxContainer
, to match with React Navigation 3 naming conventions.- The
key
parameter tocreateReduxContainer
andcreateReactNavigationReduxMiddleware
is now optional. This also means that the order of parameters tocreateReactNavigationReduxMiddleware
has been switched.