(React navigation wix with Redux)应用程序在启动时崩溃

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

react-native-cli: 2.0.1 本机反应:0.54.4

我正在尝试使用 redux 实现 wix 导航。 该应用程序在启动时崩溃。尝试了许多更改,但最终出现错误。

https://github.com/aditya21/react_native_basic

假设您正在使用 IOS

文档中明确提到

IOS

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

这是link编辑后的文件AppDelegate.m

这是 android setup

的 link