Releases: react-navigation/redux-helpers
Releases · react-navigation/redux-helpers
4.0.1
Back to importing from @react-navigation/core
. It forces any Flow user to have to install the @react-navigation/core
libdef as well as the react-navigation
one, but it's necessary to maintain compatibility with @react-navigation/web
.
3.0.8
Back to importing from @react-navigation/core
. It forces any Flow user to have to install the @react-navigation/core
libdef as well as the react-navigation
one, but it's necessary to maintain compatibility with @react-navigation/web
.
4.0.0
Provides ThemeContext
using theme
prop passed to Redux container. Note that since ThemeContext
is only available in React Navigation 3.12 and higher (including React Navigation 4.0), this release breaks compatibility with React Navigation 3.11 and earlier
3.0.7
Back out ThemeContext
since it doesn't work on older versions of React Navigation 3 (3.11 and earlier)
3.0.6
Back out react-native-safe-area-context
since it requires native linking
3.0.5
- A bugfix for the new
react-native-safe-area-context
import in 3.0.4
- Import from
react-navigation
instead of @react-navigation/core
so that Flow users don't need to install the @react-navigation/core
libdef
3.0.4
Sets NavigationContext
, ThemeContext
, and SafeAreaContext
(from react-native-safe-area-context
) for downstream consumers
3.0.3
Fixes a bug where a falsey action would cause a crash.
3.0.2
Allows calling createReduxContainer
before createReactNavigationReduxMiddleware
.
3.0.1
Fixes to the Flow type of createReduxContainer
to work with the latest version of flow-bin
/react-native
.