Drop-in country flags for React Native apps, with support for over 250 countries and regions. Lightweight and easy to use.




















npm install react-native-country-flagData required for the countryflag component to work has been completely decoupled from the library. That gives developers the flexibility to better control their app bundle size and let them choose how and when this data is loaded. Data can be:
import CountryFlag from "react-native-country-flag";
<CountryFlag isoCode="de" size={25} />