下一步
开发、审查和提交你的项目。
以下是继续构建应用的后续步骤:
🌐 Here are next steps to continue building your app:
重置你的项目
🌐 Reset your project
你可以移除模板代码,并从一个新项目重新开始。运行以下命令以重置你的项目:
🌐 You can remove the boilerplate code and start fresh with a new project. Run the following command to reset your project:
- npm run reset-project此命令将把 app 中现有的文件移动到 app-example,然后创建一个带有新 index.tsx 文件的新 app 目录。
🌐 This command will move the existing files in app to app-example, then create a new app directory with a new index.tsx file.
开发、审查和部署
🌐 Develop, review, and deploy
通过阅读开发部分的文档来学习如何开发。你将学习如何创建UI 元素、添加单元测试、包含本地模块等。
🌐 Learn how to develop by reading the docs in the Develop section. You'll learn how to create UI elements, add unit tests, include native modules, and more.
一旦你开发了你的应用,你就可以与团队成员分享以供审查。
🌐 Once you've developed your app, you can share it with your teammates for review.
🌐 Finally, you can build and submit your project to the app stores.
分步指南
🌐 Step-by-step guide
想要获得从头到尾使用 Expo 构建应用的分步指导,请查看 教程。
🌐 For a guided, step-by-step walkthrough of building an app with Expo from start to finish, check out the tutorial.