Fun with flags (in React Native)!
Display flags in React Native with the help of GoSquared - 2600 Flag Icon Set.
import Flag from 'react-native-flags';
const JustAFlag = () =>
<Flag
code="DE"
size={32}
/>
### Props
The ISO code of a flag, for example "DE", "FR" or "GB"
Display the flags shiny or flat
The size of a flag in points.
Allows additional styles to be passed through.
MIT