@echo off
set EXPO_NO_TELEMETRY=1
set EXPO_HOME=%~dp0..\.expo-home
npm.cmd run start -- --localhost
