douglasjunior / react-native-keyboard-manager

⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.
https://www.npmjs.com/package/react-native-keyboard-manager
MIT License
971 stars 59 forks source link

What about the Android? #120

Closed amerllica closed 2 months ago

amerllica commented 2 months ago
douglasjunior commented 2 months ago

This is only for iOS, Android is not needed. For Android just add android:windowSoftInputMode="adjustResize" to your activity config.

https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility