Skip to content

Commit 5b2d5c4

Browse files
authored
Merge pull request #1 from piranna/patch-1
Fixed exports to allow destructuring
2 parents 09e6ec9 + 6af4205 commit 5b2d5c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import FlatList from './FlatList';
22
import SectionList from './SectionList';
33

4-
export default { FlatList, SectionList };
4+
export FlatList;
5+
export SectionList;

0 commit comments

Comments
 (0)