UNPKG
react-native-web-lists
Version:
latest (0.1.1)
0.1.1
0.1.0
React Native for Web implementation of Lists
react-native-web-lists
/
src
/
index.js
5 lines
(3 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
import
FlatList
from
'./FlatList'
;
import
SectionList
from
'./SectionList'
;
export
default
{
FlatList
,
SectionList
};