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.

4 lines (3 loc) 129 B
export const normalizeCountryName = (str: string): string => { return str.normalize('NFD').replace(/[\u0300-\u036f]/g, ''); };