We can build React Native apps on a Windows, macOS or Linux computer.
Expo is making it even easier to get started. Using expo, you can postpone some environment setup to later - when you actually need it. This way, you can get started in minutes, instead of days.
The minimal setup to build a React Native app using Expo is:
That’s it.
Read more on Expo Docs.
With this setup, you can:
npx create-expo-app@latestnpm start (from the root folder of your project)<aside> 💡
I recommend you starting with this setup first. I don’t want you to be stuck with setting up a more complex environment. You can do that a bit later, when you feel more comfortable.
</aside>
Installing Android Studio, will give you the following possibilities: