UNPKG

react-native-unistyles

Version:
7 lines (6 loc) 230 B
"use strict"; import { Platform } from 'react-native'; export const isWeb = Platform.OS === 'web'; export const isIOS = Platform.OS === 'ios'; export const isAndroid = Platform.OS === 'android'; //# sourceMappingURL=common.js.map