iPhone / iPad now
Install Expo Go from the App Store, then start the mobile dev server on the development host and scan the QR code that Expo shows.
Install Expo Go Open dev app Open outside Wi-Fimobile app testing
The production mobile source is on the development host. iPhone/iPad testing uses Expo Go until Apple Developer/TestFlight signing is connected.
Install Expo Go from the App Store, then start the mobile dev server on the development host and scan the QR code that Expo shows.
Install Expo Go Open dev app Open outside Wi-FiInstall Expo Go from Google Play for immediate testing. A signed Google Play AAB can be built after Play Console credentials are connected.
Install Expo GoDownload the current Expo mobile project. This is for development/build use, not direct iPhone installation.
Download projectssh [email protected]
cd /home/emarkus/echarge/emarkus-charging/mobile
npm install
cp .env.example .env
EXPO_PUBLIC_API_BASE_URL=https://echarge.ultimatepartners.group npm run start
The LAN Expo server is exp://192.168.1.20:19010. The outside-Wi-Fi tunnel is currently exp://mgkslmk-anonymous-19021.exp.direct. Tunnel URLs can change when Expo is restarted.
EXPO_PUBLIC_API_BASE_URL=https://echarge.ultimatepartners.group npx expo start --tunnel