We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09e6ec9 + 6af4205 commit 5b2d5c4Copy full SHA for 5b2d5c4
src/index.js
@@ -1,4 +1,5 @@
1
import FlatList from './FlatList';
2
import SectionList from './SectionList';
3
4
-export default { FlatList, SectionList };
+export FlatList;
5
+export SectionList;
0 commit comments