Reputation: 1
This is my view and this happens when I open the soft keyboard, I'm running on the latest Expo and React Native, the TextInput is not seen. I don't have standalone Android and iOS folders so I cannot add things to manifest or can I?
Upvotes: 0
Views: 2288
Reputation: 97
Use a KeyboardAvoidingView. Here's the link to the doc https://reactnative.dev/docs/keyboardavoidingview
Upvotes: 0