Matt Gabor
Matt Gabor
Does anyone have a workaround solution for this?
I see, thanks for finding that! I was actually referring to casual.date but I see that just calls moment so I can call it directly. Still would be nice to...
@gorhom the issue is that onDismiss seems to get called *after* the modal is dismissed, not when the user initiates the dismiss. Is there a way to detect when the...
This is still an issue, please remove stale label.
> This PR just got merged: [facebook/react-native#31402](https://github.com/facebook/react-native/pull/31402) > > It will fix all of our weird keyboard issues soon :) This was finally merged in December after being reverted, but...
~~I ended up just adding `Keyboard.dismiss()` to this line of BottomSheetBackdrop using `patch-package` and it fixed it: https://github.com/gorhom/react-native-bottom-sheet/blob/0010008906154f9a545f89d5826ea7af48336610/src/components/bottomSheetBackdrop/BottomSheetBackdrop.tsx#L45-L47~~ See @hirbod's solution below
@hirbod thanks for the suggestion, this worked! Previously I was rendering the backdrop as a child of pressable which was incorrect.
I'm not using Charles because of a privacy concern, I'm using it because it was part of the guide. "Start iTunes and Charles (or another intercepting proxy you like). Make...
@smervs your code is working for me, but it logs as ``` ``` Do you know how to parse this response?
Is this still in progress? Let me know if I can contribute.