mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 01:36:11 +00:00
Fix type of 'fontSize' style
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
float: string,
|
float: string,
|
||||||
font: string,
|
font: string,
|
||||||
fontFamily: string,
|
fontFamily: string,
|
||||||
fontSize: string,
|
fontSize: numberOrString,
|
||||||
fontStyle: string,
|
fontStyle: string,
|
||||||
fontWeight: string,
|
fontWeight: string,
|
||||||
height: numberOrString,
|
height: numberOrString,
|
||||||
|
|||||||
Reference in New Issue
Block a user