Search code examples
react-nativereact-reduxreact-navigationredux-persist

(React navigation wix with Redux) App is crashing on start


react-native-cli: 2.0.1 react-native: 0.54.4

I am trying to implement wix naviagation with redux. The app is crashing on start. Tried many changes but finally gives error.

https://github.com/aditya21/react_native_basic


Solution

  • Assuming that you're using IOS

    It is clearly mentioned in the docs

    IOS

    In Xcode, you will need to edit this file: AppDelegate.m. This function is the main entry point for your app:

    Here's the link to the edited file AppDelegate.m

    Here's are the links for the android setup