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