UNPKG
rn-whirly-globe
Version:
latest (0.0.2)
0.0.2
Only for RN >= 0.58.3
github.com/itrabbit/rn-whirly-globe
itrabbit/rn-whirly-globe
rn-whirly-globe
/
example
/
index.js
6 lines
(4 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
import
{name
as
appName}
from
'./app.json'
;
AppRegistry
.
registerComponent
(appName,
() =>
App
);