UNPKG

react-native-document-mask

Version:
16 lines (14 loc) 332 B
import { StyleSheet, Dimensions } from "react-native"; const { height, width } = Dimensions.get('window'); export default StyleSheet.create({ container: { width: width, }, input: { borderBottomWidth: 2, marginBottom: 20, fontSize: 18, width: "100%", height: 50, } })