UNPKG

react-native-toast-message

Version:
5 lines (4 loc) 103 B
import { Platform } from 'react-native'; export function isIOS() { return Platform.OS === 'ios'; }