Next steps

Edit this page

Develop, review, and submit your project.


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:

Terminal
npmrun reset-project

This command will move the existing files inapptoapp-example,then create a newappdirectory with a newindex.tsxfile.

Develop, review, and deploy

Learn how to develop by reading the docs in the Develop section. You'll learn how to createUI elements,addunit tests,includenative modules,and more.

Once you've developed your app, you can share it with your teammates forreview.

Finally, you canbuildandsubmityour project to the app stores.

Step-by-step guide

For a guided, step-by-step walkthrough of building an app with Expo from start to finish, check out thetutorial.