Create an account with https://expo.dev/ (Expo CLI) and login into your account.
Installation - Expo Go app for Android and iOS
Note: Open the Expo Go app after it has finished installing. If you have created an account with Expo CLI, you can sign into Expo Go App.
Note: Connect your development system and the mobile phone in the same network.
Installing Expo CLI & Initializing a project
> npm install --global expo-cli
> npx create-expo-app react-native-ecom-app
Start a Local Development Serer
> npx expo start
Kommentare