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 using KeyboardAwareScrollView along with your library to scroll through fields in a redux form. This is a sample that incorporates what I'm doing: https://snack.expo.io/H1JsBYcc7
If you choose the Android simulator, then go to the Navigation View Example and navigate through all the fields, the last field is hidden despite being in focus. I have been troubleshooting this for a while and can't quite figure out why it's occurring. Wondering if you have any suggestions?
The text was updated successfully, but these errors were encountered:
I just tried the link you sent and all the fields below the keyboard are hidden when using the Android simulator. When I try to incorporate it into my app, the keyboard sticks to the top of the view and hides all content as well.
I should add that if I tap on the third or fourth field when the keyboard is not currently visible, it scrolls as expected. It only remains hidden when I navigate using the arrows.
I am using KeyboardAwareScrollView along with your library to scroll through fields in a redux form. This is a sample that incorporates what I'm doing: https://snack.expo.io/H1JsBYcc7
If you choose the Android simulator, then go to the Navigation View Example and navigate through all the fields, the last field is hidden despite being in focus. I have been troubleshooting this for a while and can't quite figure out why it's occurring. Wondering if you have any suggestions?
The text was updated successfully, but these errors were encountered: