File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 */
1010
1111const React = require ( 'react' ) ;
12+ const ReactNative = require ( 'react-native' ) ;
1213
1314const NOOP = ( ) => { } ;
1415const NOOP_VALUE = { value : 0 } ;
@@ -104,10 +105,10 @@ const useBottomSheetDynamicSnapPoints = () => ({
104105
105106module . exports = {
106107 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 ,
111112
112113 BottomSheetModalProvider,
113114 BottomSheetModal,
You can’t perform that action at this time.
0 commit comments