Pedro Frazão

Results 3 comments of 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... ![Image](https://github.com/user-attachments/assets/0f955203-ecf9-43bd-9f22-84c4693fd68c)

+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";...