Package to change android soft input mode
npm install react-native-android-keyboard-mode-changerPackage to change android soft input mode
``sh`
npm install react-native-android-keyboard-mode-changer
`js
import { getAndroidKeyboardModeChanger } from "react-native-android-keyboard-mode-changer";
// ...
// Returns undefined for any platform beside android. So you will have to use as optional with ?
const androidKeyboardModeChanger = getAndroidKeyboardModeChanger();
androidKeyboardModeChanger?.setAdjustPan().then()
// return soft input mode back on the same screen if needed
androidKeyboardModeChanger?.resetToDefault().then()
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT