npm i
npm install --global expo-cli
expo install expo-dev-client
expo run:ios -d
or for android
expo run: android -d
Alternatively for iOS we can run it from xCode and start dev server from terminal (it will help running on devices). to start the server the following command can be used
expo start --dev-client