react-native-navigation的迁移库

third-party.md 597B

Third Party Libraries Support

Redux

!> This is deprecated in favor of Registering screens with wrapping provider component

registerComponentWithRedux(screenID, generator, Provider, store)

Utility helper function like registerComponent, wraps the provided component with a react-redux Provider with the passed redux store

Navigation.registerComponentWithRedux('navigation.playground.WelcomeScreen', () => WelcomeScreen, Provider, store);