UNPKG

react-native-material-textfield

Version:
12 lines (9 loc) 217 B
import { StyleSheet, Platform } from 'react-native'; export default StyleSheet.create({ line: { position: 'absolute', ...Platform.select({ android: { borderRadius: Number.EPSILON }, }), }, });