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
When using KeyboardAvoidingView with a textinput that has autoFocus set to true, the sizing calculations are bad when pushing a screen. Using React Native's version works fine. First video is the component from this library, second is from RN.
When using
KeyboardAvoidingViewwith a textinput that hasautoFocusset to true, the sizing calculations are bad when pushing a screen. Using React Native's version works fine. First video is the component from this library, second is from RN.My component looks like:
notworking.mp4
working.MP4