Fun with flags (in React Native)!
import Flag from 'react-native-round-flags';
const JustAFlag = () =>
<Flag code="DE"/>
### Props
The ISO code of a flag, for example "DE", "FR" or "GB"
Allows additional styles to be passed through.
MIT
Fun with flags (in React Native)!
import Flag from 'react-native-round-flags';
const JustAFlag = () =>
<Flag code="DE"/>
### Props
The ISO code of a flag, for example "DE", "FR" or "GB"
Allows additional styles to be passed through.
MIT