import { Platform } from 'react-native'; export const baseUrl = Platform.OS === 'android' ? 'http://10.0.2.2:3000/' : 'http://localhost:3000/';
adb -s emulator-5554 reverse tcp:3000 tcp:3000