UNPKG
react-native-root-views
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
react native root views
github.com/Jeepeng/react-native-root-views
Jeepeng/react-native-root-views
react-native-root-views
/
index.js
18 lines
(14 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * * Created by Jeepeng on 2017/9/20. */
import
ActionSheet
from
'./src/ActionSheet'
;
import
Loading
from
'./src/Loading'
;
export
{
ActionSheet
,
Loading
, };
export
default
{
ActionSheet
,
Loading
, };