Turbo module for country picker
npm install react-native-turbo-country-picker
import { openPicker } from 'react-native-turbo-country-picker';
// ...
const result = openPicker((selectedCountry: string) => {
});;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library