UNPKG
react-native-nations-flags
Version:
latest (6.4.1)
6.4.1
6.3.1
6.2.2
6.2.1
6.1.2
6.1.1
Flags Icons for React Native
ico.simpleness.org/pack/flags
ivanoff/react-native-nations-flags
react-native-nations-flags
/
src
/
index.jsx
13 lines
(10 loc)
•
267 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
SvgMain
from
'react-svg-main'
;
const
iconsSet =
require
(
'./data'
);
const
synonyms =
require
(
'./synonyms'
);
export
default
class
Icon
extends
SvgMain
{
constructor
(
props
) {
super
(props);
this
.
iconsSet
= iconsSet;
this
.
synonyms
= synonyms; } }