QuestionMobileMobile app. iOS / Android resolved
the keyboard covers my input on iOS
the text field hides behind the keyboard. KeyboardAvoidingView does nothing for me. whats the pattern that actually works?
2 answers
the text field hides behind the keyboard. KeyboardAvoidingView does nothing for me. whats the pattern that actually works?
had this exact issue. usually a config mismatch — check that one first.
shipped the same thing last month. the gotcha is the async bit. happy to look at your code.