UNPKG

react-native-country-select

Version:

🌍 React Native country picker with flags, search, TypeScript, i18n, and offline support. Lightweight, customizable, and designed with a modern UI.

5 lines (3 loc) 133 B
import {ICountry} from './country'; import {ISectionTitle} from './sectionTitle'; export type IListItem = ICountry | ISectionTitle;