UNPKG

phone-input-react-native-paper

Version:

Simple phone input component using React Native Paper

8 lines (7 loc) 221 B
import countriesData from './data/countries.json'; export const countries = countriesData.map((country) => ({ name: country.name, dialCode: country.dialCode, code: country.code, emoji: country.emoji, }));