Pedro Frazão
Pedro Frazão
I couldn't reproduce it on your snack or see the error attachment, but based on your description, you're facing a similar issue that I had some time ago. Try using...
same issue here after upgrading to Expo 53... 
+1, similar issue but using BottomSheetModal with BottomSheetView. I created a workaround that is working smoothly. ```tsx import { BottomSheetModal } from "@gorhom/bottom-sheet"; import { useEffect, useRef } from "react";...