UNPKG

react-native-unistyles

Version:
6 lines (4 loc) 178 B
import { Platform } from 'react-native' export const isWeb = Platform.OS === 'web' export const isIOS = Platform.OS === 'ios' export const isAndroid = Platform.OS === 'android'