Edit this page
Explore a curated list of resources to learn about Expo and React Native.
Edit this page
Now that the example app is done, let's learn more about the technologies we used to build it.
To start creating a new app, you can either:
npx create-expo-app@latest
and set up your development environment sequentially.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:
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:
We used Flexbox to layout our components. Check out the following recommendations to learn more about it:
To learn more about implementing different types of gestures and animations, we recommend the following documentation:
Join our community on Discord to chat with other Expo users or to ask questions.