react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
15 lines (14 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
container: {
flexGrow: 1,
flexShrink: 1
}
});
var _default = exports.default = styles;
//# sourceMappingURL=styles.js.map