Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Releases: react-navigation/redux-helpers

4.0.1

03 Oct 17:15
Compare
Choose a tag to compare

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

03 Oct 17:10
Compare
Choose a tag to compare

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

27 Sep 19:57
Compare
Choose a tag to compare

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

27 Sep 19:53
Compare
Choose a tag to compare

Back out ThemeContext since it doesn't work on older versions of React Navigation 3 (3.11 and earlier)

3.0.6

25 Sep 05:24
Compare
Choose a tag to compare

Back out react-native-safe-area-context since it requires native linking

3.0.5

25 Sep 03:51
Compare
Choose a tag to compare
  • 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

25 Sep 03:50
Compare
Choose a tag to compare

Sets NavigationContext, ThemeContext, and SafeAreaContext (from react-native-safe-area-context) for downstream consumers

3.0.3

16 Sep 16:39
Compare
Choose a tag to compare

Fixes a bug where a falsey action would cause a crash.

3.0.2

11 Apr 22:03
Compare
Choose a tag to compare

Allows calling createReduxContainer before createReactNavigationReduxMiddleware.

3.0.1

11 Apr 06:44
Compare
Choose a tag to compare

Fixes to the Flow type of createReduxContainer to work with the latest version of flow-bin/react-native.