UNPKG
@react-native-hero/spin
Version:
latest (0.0.2)
0.0.2
0.0.1
react native spin
github.com/react-native-hero/spin
react-native-hero/spin
@react-native-hero/spin
/
index.js
11 lines
(7 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
SpinComponent
from
'./js/Spin'
import
{
SMALL
,
LARGE
}
from
'./js/size'
export
const
SIZE
= {
SMALL
,
LARGE
, }
export
const
Spin
=
SpinComponent