UNPKG

react-native-screens

Version:
5 lines (3 loc) 138 B
import { Platform } from 'react-native'; export const isIOS26OrHigher = Platform.OS === 'ios' && parseInt(Platform.Version, 10) >= 26;