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 animate the bottom space in my true-sheet based on the state of the keyboard. When the keyboard is closed, I have it set to add marginBottom to my Animated.View for the bottom inset. When the keyboard opens, I animate that to 0 in sync with the keyboard animation. This happens correctly, but true-sheet is not updating the height of my sheet.
I am trying to animate the bottom space in my true-sheet based on the state of the keyboard. When the keyboard is closed, I have it set to add
marginBottom
to myAnimated.View
for the bottom inset. When the keyboard opens, I animate that to 0 in sync with the keyboard animation. This happens correctly, but true-sheet is not updating the height of my sheet.The text was updated successfully, but these errors were encountered: