UNPKG
react-native-list-row
Version:
latest (0.0.1)
0.0.1
This package supports iOS and android native style list rows.
react-native-list-row
/
Example
/
index.js
5 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
AppRegistry
.
registerComponent
(
'Example'
,
() =>
App
);