UNPKG
react-web-config
Version:
latest (1.0.0)
1.0.0
react-native-config for web
github.com/tanhauhau/react-web-config
tanhauhau/react-web-config
react-web-config
/
example
/
index.android.js
11 lines
(8 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Sample React Native App * https://github.com/facebook/react-native *
@flow
*/
import
{
AppRegistry
}
from
'react-native'
;
import
{
App
}
from
'./src/App/App'
;
AppRegistry
.
registerComponent
(
'ReactWebConfigExample'
,
() =>
App
);