import { Platform } from 'react-native'; const ANDROID = 'android'; const PLATFORM_ANDROID = Platform.OS === ANDROID; export { PLATFORM_ANDROID };