我已经按照create-react-native-app
本机文档中的说明设置了react
。根据文档,如果我的项目名称为proj
,则要运行的命令应为:
create-react-native-app proj
cd proj
npm start
但是当我运行create-react-native-app
时,会出现一个菜单来选择一个空白模板或带有标签的模板。而不是npm
开始,而是说要使用expo start。与文档相比,为什么会得到不同的输出?
答案 0 :(得分:2)
官方文档指出了不同的步骤: https://github.com/react-community/create-react-native-app#create-react-native-app
如果您不想使用Expo,只需执行弹出步骤: https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md。您可以选择吃饭
,或者您可以自己创建一个react native应用程序,而无需使用create-react-native-app脚本。更多详细信息,https://facebook.github.io/react-native/docs/getting-started.html#creating-a-new-application
答案 1 :(得分:0)
您可以使用:
react-native init proj