UNPKG

react-native-country-select

Version:

🌍 A lightweight and customizable country picker for React Native with modern UI, flags, search engine, and i18n support. Includes TypeScript types, offline support and no dependencies.

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