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
Is there a way to enableFreeze globally, but disable it for certain screens?
Issue
If I enable freezing for a screen that has KeyboardAvoidingView, and then go back that screen while the keyboard is open, then the bottom of the screen gets weirdly cut off.
Question
Is there a way to
enableFreezeglobally, but disable it for certain screens?Issue
If I enable freezing for a screen that has
KeyboardAvoidingView, and then go back that screen while the keyboard is open, then the bottom of the screen gets weirdly cut off.enableFreeze(false)fixes it.Here are side-by-side videos:
enableFreeze(true)enableFreeze(false)RPReplay_Final1651011324.mov
RPReplay_Final1651011232.mov