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.
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