You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
349 B
13 lines
349 B
@echo off
|
|
echo ====================================
|
|
echo Starting APP (React Native)
|
|
echo ====================================
|
|
echo.
|
|
cd /d "%~dp0..\app"
|
|
echo Scan QR code to preview on phone
|
|
echo Or press 'w' for web preview
|
|
echo Test: 13800138000 / 123456
|
|
echo Press Ctrl+C to stop
|
|
echo ====================================
|
|
echo.
|
|
npx expo start
|
|
|