Minni Tomar Antil
Minni Tomar Antil

Reputation: 50

React-Native - Keyboard Up and Down Feature

I want to move the screen up when keyboard up and screen down when keyboard down in React- Native. please provide any library or help.

Upvotes: 0

Views: 155

Answers (2)

Urska Krivc
Urska Krivc

Reputation: 844

I use following package react-native-keyboard-spacer and so far it is working for me.

Upvotes: 0

TheFuquan
TheFuquan

Reputation: 1787

You Can read about it in the doc

Basically you need to embed all your screen containing the inputs inside a KeyboardAvoidingView rather than a traditionnal View

Upvotes: 2

Related Questions