moh wlidhoma
moh wlidhoma

Reputation: 1

TextInput Not Visible When Keyboard Is Open Expo React Native

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

Answers (1)

mr-nobody
mr-nobody

Reputation: 97

Use a KeyboardAvoidingView. Here's the link to the doc https://reactnative.dev/docs/keyboardavoidingview

Upvotes: 0

Related Questions