[fix] TextInput default font styles

Match React Native (and web) expected defaults.
This commit is contained in:
Nicolas Gallagher
2018-02-19 15:29:05 -08:00
parent a53372ceb3
commit b28cbbb37e

View File

@@ -413,8 +413,8 @@ const styles = StyleSheet.create({
borderStyle: 'solid',
borderWidth: 0,
boxSizing: 'border-box',
color: 'inherit',
font: 'inherit',
fontFamily: 'System',
fontSize: 14,
padding: 0,
resize: 'none'
}