You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on enhancing a bottom sheet-esque component that previously worked fine on both iOS and Android when it wasn't wrapped inside a Provider. I made the component more modular, allowing for different types of children, and turned it into a context component so that other areas in the app could more easily trigger and change what's displayed.
This works great on iOS, however on Android the onHandlerStateChange function is firing a BEGIN and END state after just a single tap, making it impossible for a user to interact with anything within the sheet (as we hide based translationY value. Any suggestions as to what might be happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on enhancing a bottom sheet-esque component that previously worked fine on both iOS and Android when it wasn't wrapped inside a Provider. I made the component more modular, allowing for different types of children, and turned it into a context component so that other areas in the app could more easily trigger and change what's displayed.
This works great on iOS, however on Android the
onHandlerStateChange
function is firing aBEGIN
andEND
state after just a single tap, making it impossible for a user to interact with anything within the sheet (as we hide basedtranslationY
value. Any suggestions as to what might be happening?Beta Was this translation helpful? Give feedback.
All reactions