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

Releases: react-navigation/redux-helpers

4.0.1

Choose a tag to compare

@Ashoat Ashoat released this 03 Oct 17:15

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

Choose a tag to compare

@Ashoat Ashoat released this 03 Oct 17:10

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

Choose a tag to compare

@Ashoat Ashoat released this 27 Sep 19:57

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

Choose a tag to compare

@Ashoat Ashoat released this 27 Sep 19:53

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

3.0.6

Choose a tag to compare

@Ashoat Ashoat released this 25 Sep 05:24

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

3.0.5

Choose a tag to compare

@Ashoat Ashoat released this 25 Sep 03:51
  • 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

Choose a tag to compare

@Ashoat Ashoat released this 25 Sep 03:50

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

3.0.3

Choose a tag to compare

@Ashoat Ashoat released this 16 Sep 16:39

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

3.0.2

Choose a tag to compare

@Ashoat Ashoat released this 11 Apr 22:03

Allows calling createReduxContainer before createReactNavigationReduxMiddleware.

3.0.1

Choose a tag to compare

@Ashoat Ashoat released this 11 Apr 06:44

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