Paul Rostorp

Results 33 comments of Paul Rostorp

I am also interested in this feature. Is this something feasible ?

for any interested, here is a patch: `@gorhom+bottom-sheet+4.4.5.patch` ```js diff --git a/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx b/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx index b166440..ce74512 100644 --- a/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx +++ b/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx @@ -693,9 +693,9 @@ const BottomSheetComponent = forwardRef( /** *...

for any interested, here is a patch: `@gorhom+bottom-sheet+4.4.5.patch` ```js diff --git a/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx b/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx index b166440..ce74512 100644 --- a/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx +++ b/node_modules/@gorhom/bottom-sheet/src/components/bottomSheet/BottomSheet.tsx @@ -1402,6 +1402,7 @@ const BottomSheetComponent = forwardRef( (Platform.OS ===...