UNPKG

react-native-screens

Version:
3 lines 176 B
import { Platform } from 'react-native'; export const isIOS26OrHigher = Platform.OS === 'ios' && parseInt(Platform.Version, 10) >= 26; //# sourceMappingURL=PlatformUtils.js.map