UNPKG

react-native-keyboard-controller

Version:

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

9 lines 193 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { flexGrow: 1, flexShrink: 1 } }); export default styles; //# sourceMappingURL=styles.js.map