UNPKG

@mitesh-v2stech/react-native-toast-message

Version:
6 lines (3 loc) 98 B
import { Platform } from 'react-native'; const isIOS = Platform.OS === 'ios'; export { isIOS };