UNPKG

@artmajeur/react-native-paper-phone-number-input

Version:

A performant phone number input component for react-native-paper with country picker

5 lines 225 B
import { Platform } from 'react-native'; export const isIOS = Platform.OS === 'ios'; export const isWeb = Platform.OS === 'web'; export const defaultFlagsFont = '"Twemoji Country Flags"'; //# sourceMappingURL=constants.js.map