4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import Config from 'react-native-config';
|
|
|
|
export const BASE_URL=Config.BASE_URL;
|