react-native-round-flags

:flag: Fun with round flags!

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-native-round-flags
1351.0.46 years ago6 years agoMinified + gzip package size for react-native-round-flags in KB

Readme

react-native-round-flags
Fun with flags (in React Native)!

Example

Round Icons demonstration

Usage

import Flag from 'react-native-round-flags';

const JustAFlag = () =>
  <Flag code="DE"/>

Props

code

Type: String

The ISO code of a flag, for example "DE", "FR" or "GB"

style (optional)

Allows additional styles to be passed through.

License

MIT