`react-native init` vs`create-react-native-app`然后弹出?

时间:2018-10-20 06:36:29

标签: react-native expo create-react-native-app

首先,我要询问CRNA与react-native之间的区别。

我想知道,如果我从一开始就使用react-native init而不是使用create-react-native-app然后弹出,那么最终的应用程序包之间会有什么区别?

1 个答案:

答案 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版本。