react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
16 lines (15 loc) • 413 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
componentDescriptors: [
"KeyboardControllerViewComponentDescriptor",
"KeyboardGestureAreaComponentDescriptor",
"OverKeyboardViewComponentDescriptor",
"KeyboardBackgroundViewComponentDescriptor",
],
cmakeListsPath: "../android/src/main/jni/CMakeLists.txt",
},
},
},
};