# react-round-flags
Fun with flags (in React Native)! This repository was forked form [pohodnya/react-native-round-flags](https://github.com/pohodnya/react-native-round-flags) to use in reactJS projects.

### Example
![Round Icons demonstration](example.png)

### Usage
```javascript
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
