UNPKG

react-native-keyboard-controller

Version:

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

11 lines (8 loc) 163 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { flexGrow: 1, flexShrink: 1, }, }); export default styles;