❗️Still under development❗️
npm run ios
-- (npx expo run:ios
) Build the iOS App (requires a MacOS computer).npm run android
-- (npx expo run:android
) Build the Android App.
Expo Go enables you to work with all of the Components and APIs in react-native
, as well as the JavaScript APIs that the are bundled with the Expo app.
- Download the "Expo Go" app from the Play Store or App Store.
- Start your project with Expo CLI:
npm start
- Open the project by scanning the QR code in the terminal.