1.0.5 • Published 5 years ago

react-round-flags v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

react-round-flags

Fun with flags (in React Native)! This repository was forked form pohodnya/react-native-round-flags to use in reactJS projects.

Example

Round Icons demonstration

Usage

import Flag from 'react-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

1.0.5

5 years ago