UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

6 lines 273 B
import codegenNativeComponent from "react-native/Libraries/Utilities/codegenNativeComponent"; export default codegenNativeComponent("KeyboardExtender", { interfaceOnly: true, excludedPlatforms: ["android"] }); //# sourceMappingURL=KeyboardExtenderNativeComponent.js.map