This is the official Expo tutorial. Expo is the most popular React Native framework and also the most complete one. Check out the docs to learn all that it has. Some great things:
- Extensive pre-built SDK
- Expo Go
- EAS
- Custom Dev Client
- Expo Push Service
This tutorial teaches some valuable skills, such as:
- Building an universal app built with Expo and capable of running on Web, Android or iOS;
- How to start developing screens with the Expo framework;
- How to implement elegant navigation systems between screens;
- How to access the native device gallery;
- Good practices;
Live app (without Expo Router, as it is not currently compatible with Expo Snack)
Thanks to this course, now I'm developing my own MVP, completely alone (at least for now) and intending to run it on both the Web, Android and iOS platforms.