Closed shettayyy closed 5 years ago
This package is not necessary for android and causes problems. Run it only on ios like so:
if (Platform.OS === 'ios' ){
KeyboardManager.setEnableAutoToolbar(false);
KeyboardManager.setKeyboardDistanceFromTextField(5);
}```
I actually had to link it manually to make it work.
It appears as though this project isn't linking correctly
This package is not necessary for android and causes problems. Run it only on ios like so:
if (Platform.OS === 'ios' ){ KeyboardManager.setEnableAutoToolbar(false); KeyboardManager.setKeyboardDistanceFromTextField(5); }```
As you can see I am running it on Android and I did add the condition. I request someone to take a look.
Has this been resolved?
I am getting a similar error on android
only. I am running RN 60.4 and so I did not manually link the library. Do I need to manually link the library?
I have it imported in my index.js
file like so:
import KeyboardManager from "react-native-keyboard-manager";
and calling it like so:
KeyboardManager.setToolbarPreviousNextButtonEnable(true);
in said file. Is this not correct?
I have followed the installations steps correctly