SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me, android uses a special type of IP address 10.0.2.2 then port number
import { Platform } from 'react-native'; export const baseUrl = Platform.OS === 'android' ? 'http://10.0.2.2:3000/' : 'http://localhost:3000/';