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
/
index.js
9 lines
(6 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
ListRow
,{
AccessoryView
}
from
'./ListRow/ListRow'
;
// export default ListRow;
export
{
ListRow
,
AccessoryView
}