Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-round-flags

pohodnya3.2kISC1.0.4

:flag: Fun with round flags!

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