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 (4 loc) 69 B
export type ISectionTitle = { isSection: true; title: string; };