xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.07k stars 795 forks source link

countries-emoji.json 122 KB #484

Open kopax-polyconseil opened 2 years ago

kopax-polyconseil commented 2 years ago

Issue Description

We import 122KB (before Gzipped) while we just need a selection of country flags

image

Steps to Reproduce / Code Snippets

import ReactNativeCountryPicker, {
  Country,
  CountryList,
  getAllCountries,
  Flag,
} from 'react-native-country-picker-modal'

Expected Results

Have the possibility to reduce the bundle size with the country of our choice

Additional Information