Once you've created your new project, you can learn more about different tools and concepts that will help you on your app development journey:
Development tools: A reference of Expo tools that will help you during various aspects of your app-building journey.
Development builds: Using a development build allows you to gain full control over your app's build process, and to test your app on a device or simulator.
Development overview: This is a high-level overview that provides details on key concepts for developing an app with Expo and the flow of core development loop.
Expo Router: We went through basics of Expo Router and implemented a tab navigator. See its documentation to learn more about the library.
App icon and splash screen: You can learn more about customizing your app icon and splash screen guides. Also, look through the app config reference for properties you can configure in the app.json file.
App distribution and submission to app stores: Read these resources to learn more about how to release and submit your app to app stores once it's ready to ship.
Debugging: Sometimes things go wrong, and when they do, you can use debugging tools to find and fix errors.
We used React components and APIs. Having a solid understanding of React is essential to using Expo to build your app. We recommend reading the React documentation's Quick Start section and the Hooks section.
While developing the tutorial app, we used React Native extensively. You can start from the React Native basics guide to learn more. Also, check out the following docs: