André Crimberg

Results 35 comments of André Crimberg

@francois-pasquier thanks for your comment 🙏🏽 How a `Portal` is adding such animation (sliding down), as mentioned on the description?

@francois-pasquier thanks for your reply! For me isn't clear how your suggestion can cover cases, eg., where a component with the BS conditionally unmounts, because of its parents. Eg. Here's...

@ians-shipt I'm facing a similar issue, to which React Native version did you upgrade to solve this problem?

Thanks @OfficialDarkComet, just tested and unfortunately setting `enablePanDownToClose` to false doesn't solve the issue.

The way around solution that we come up with to snap the BS to a "fallback index", when the it closes. ```ts const useAvoidBottomSheetUnwantedClosedState = ({ animatedIndex, snapPoints, snapToFallbackIndex, }:...

I found a hacky workaround adding a `minHeight` or `padding` to `BottomSheetView`. ```tsx