Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
反应原生 cli:2.0.1 反应原生:0.54.4
我正在尝试使用 redux 实现 wix 导航。该应用程序在启动时崩溃。尝试了许多更改,但最终给出了错误。
https://github.com/aditya21/react_native_basic
假设您使用的是 IOS
文档中明确提到了
IOS
在 Xcode 中,您需要编辑这个文件:AppDelegate.m。此函数是您的应用程序的主要入口点:
这是编辑后的文件AppDelegate.m的链接
这是android设置的链接