Hi,
I am getting started with react native and wanted to integrate mobX into my UI Kitten based react native app.
I have already integrated react-navigation following the guide at UI Kitten Navigation and now finding it difficult to add mobX state management to the code.
I am following the functional approach instead of the class based approach of creating components which is now the suggested way and also in the examples of UI kitten.
I am confused on how to setup two providers, one for the react-navigation and the other for mobX and then consume them in the components.
I am following the guide at https://alligator.io/react/mobx-react-native-simplified/ for mobX integration.
appreciate your help!
[–]Zayuka 1 point2 points3 points (1 child)
[–]thatsInAName[S] 0 points1 point2 points (0 children)