首先,我要不询问CRNA与react-native
之间的区别。
我想知道,如果我从一开始就使用react-native init
而不是使用create-react-native-app
然后弹出,那么最终的应用程序包之间会有什么区别?
答案 0 :(得分:0)
这里有两个git repo,您可以看一下以比较项目结构:
https://github.com/brookemitchell/blank_react_native_init_project
https://github.com/brookemitchell/blank_create_react-native_app_project
我看到的主要区别是Observable.fromFuture(this.send(message))
中的react-native版本和package.json
中使用的babel预设,也许还有其他。
您将在最终组合中看到的差异由您决定。我已经退出了很久了,不再使用expo sdk的create-react-native应用程序,并且跟上了最新的react-native版本。