Aditya Harshey
Aditya Harshey

Reputation: 180

(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

Upvotes: 0

Views: 298

Answers (1)

Pritish Vaidya
Pritish Vaidya

Reputation: 22189

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

Upvotes: 1

Related Questions