

1.下载本示例
github 地址https://github.com/anzipeng/-RN-,喜欢就点个赞吧!
2.cd 到本下载文件的根目录
3.npm install
4.可能遇到的问题Snip20190115_3.png
4.1 Xcode编译错误提示:Undefined symbols for architecture x86_64:"OBJC_CLASS$_XXX", referenced from:objc-class-ref in Appdelegate.o
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方法:

4.2确保

网友评论