$ apt install nodejs
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install node
$ npm install --global expo-cli
$ npm install
$ npm start
- Install Android Studio https://developer.android.com/studio
- Open Android studio
- Run the app with "npm start" then a web page will be open
- Click the android one and click "a" from terminal to run the app in mobile simulator.