Reputation: 180
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
Upvotes: 0
Views: 298
Reputation: 22189
Assuming that you're using IOS
It is clearly mentioned in the docs
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
Upvotes: 1