You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/design-system/bottomSheets/BootomSheetScrollables.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
// Could be connected to this: https://github.com/gorhom/react-native-bottom-sheet/issues/1524
3
3
// Could be connected to this: https://github.com/gorhom/react-native-bottom-sheet/issues/1760
4
4
// After upgrading bottom sheet library try changing the imports, maybe it will work as expected
5
-
// import { BottomSheetScrollView as ScrollView, BottomSheetFlatList as FlatList, BottomSheetSectionList as SectionList } from "@gorhom/bottom-sheet";
5
+
// import { BottomSheetScrollView as ScrollView, BottomSheetFlashList as FlashList, BottomSheetSectionList as SectionList } from "@gorhom/bottom-sheet";
0 commit comments