1.1.3 • Published 1 year ago

react-native-country-flag-quality v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

react-native-country-flag-quality forked by DuduLourenco

This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard and image uality select!

NPM

Install

npm install --save react-native-country-flag-quality
or
yarn add react-native-country-flag-quality

Usage

This is a simple example how you can use the CountryFlag component.

import CountryFlag from "react-native-country-flag-quality";

<CountryFlag isoCode="de" size={25} quality={"low"} />

You can only use the ISO 3166-1 alpha-2 Standard for the isoCode property.

Props

PropTypeDesciption
isoCodeStringDefine the country flag with the ISO 3166-1 alpha-2 Standard.
sizeIntegerDefine the size from the country flag.
styleStylesheetCustomize the style from the CountryFlag component.
qualitystringDefine the image quality from the country flag.

License

MIT © Yannis Hofmann

MIT © Eduardo Lourenco da Silva

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago