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 am trying to use an animated KeyboardAccessoryView, the view should only be shown when reaching a certain scroll position in a ScrollView. I can do this by mounting / unmounting the KeyboardAccessoryView depending on ScrollPosition of the ScrollView, and utilize Reanimated 2 entering / exiting animation. On iOS this works fantastic, on Android I have an issue as the KeyboardAccessoryView mounts with a background View that covers the ScrollView before my KeyboardAccessoryView animates into being.
See below for a slowmo demo, see that once the KeyboardAccessoryView is mounted it immediately covers the underlying scrollview before the actual KeyboardAccessoryView can animate into place - any way to keep it transparent?
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
-
Hi,
I am trying to use an animated KeyboardAccessoryView, the view should only be shown when reaching a certain scroll position in a ScrollView. I can do this by mounting / unmounting the KeyboardAccessoryView depending on ScrollPosition of the ScrollView, and utilize Reanimated 2 entering / exiting animation. On iOS this works fantastic, on Android I have an issue as the KeyboardAccessoryView mounts with a background View that covers the ScrollView before my KeyboardAccessoryView animates into being.
See below for a slowmo demo, see that once the KeyboardAccessoryView is mounted it immediately covers the underlying scrollview before the actual KeyboardAccessoryView can animate into place - any way to keep it transparent?
Beta Was this translation helpful? Give feedback.
All reactions