Commit 630f87f 1 parent 549e461 commit 630f87f Copy full SHA for 630f87f
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
const React = require ( 'react' ) ;
12
+ const ReactNative = require ( 'react-native' ) ;
12
13
13
14
const NOOP = ( ) => { } ;
14
15
const NOOP_VALUE = { value : 0 } ;
@@ -104,10 +105,10 @@ const useBottomSheetDynamicSnapPoints = () => ({
104
105
105
106
module . exports = {
106
107
BottomSheetView : BottomSheetComponent ,
107
- BottomSheetScrollView : BottomSheetComponent ,
108
- BottomSheetSectionList : BottomSheetComponent ,
109
- BottomSheetFlatList : BottomSheetComponent ,
110
- BottomSheetVirtualizedList : BottomSheetComponent ,
108
+ BottomSheetScrollView : ReactNative . ScrollView ,
109
+ BottomSheetSectionList : ReactNative . SectionList ,
110
+ BottomSheetFlatList : ReactNative . FlatList ,
111
+ BottomSheetVirtualizedList : ReactNative . VirtualizedList ,
111
112
112
113
BottomSheetModalProvider,
113
114
BottomSheetModal,
You can’t perform that action at this time.
0 commit comments