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
The KeyboardTrackingViewTempManager is not working on New Arch.
The reason is that base it is working on is old arch (RCTRootView).
Also, there's a timing problem that sets the height of the KeyboardTrackingView too early and therefor the height of it is not added to the keyboard height.