Browse Source

Documented registerComponentWithRedux is deprecated (#4609)

Ibrahim Almuqrin 5 years ago
parent
commit
025095db2e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/third-party.md

+ 1
- 1
docs/docs/third-party.md View File

1
 # Third Party Libraries Support
1
 # Third Party Libraries Support
2
 
2
 
3
 ## Redux
3
 ## Redux
4
-
4
+!> This is deprecated in favor of [Registering screens with wrapping provider component](https://wix.github.io/react-native-navigation/#/docs/top-level-api-migration?id=registering-screens-with-wrapping-provider-component)   
5
 ### registerComponentWithRedux(screenID, generator, Provider, store)
5
 ### registerComponentWithRedux(screenID, generator, Provider, store)
6
 Utility helper function like registerComponent,
6
 Utility helper function like registerComponent,
7
 wraps the provided component with a react-redux Provider with the passed redux store
7
 wraps the provided component with a react-redux Provider with the passed redux store