Running application with Expo

Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your pro

Open your project with terminal

Run project with yarn

cd /project_path/expo_healer
yarn start

Or with npm

cd /project_path/expo_heaaler
npm run start

Last updated