diff --git a/src/index.js b/src/index.js index 993c710..5d3dfdf 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,5 @@ import FlatList from './FlatList'; import SectionList from './SectionList'; -export default { FlatList, SectionList }; +export FlatList; +export SectionList;