- To start work with expo dou you have 2 options, you can use your own device to render the app in dev/prod mode, or you can use Emulators like Xcode in MacOS or Android Studio in Windows.
- Remember that Emulators need minimun 1GB RAM to run.
- Moreover do you need install NodeJS, version > 12.
link to NodeJS - Do you need install NPM, usually come with NodeJS.
[sudo]npm install npm -g
- Do you need install Expo CLI.
[sudo]npm install -g expo-cli