mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 00:12:21 +00:00
Simplify fontSize extraction
This commit is contained in:
@@ -70,7 +70,7 @@ export function extractFont(prop) {
|
||||
fontVariant,
|
||||
fontWeight,
|
||||
fontStretch,
|
||||
fontSize: fontSize ? String(fontSize) : null,
|
||||
fontSize,
|
||||
fontFamily: extractSingleFontFamily(fontFamily),
|
||||
textAnchor,
|
||||
textDecoration,
|
||||
|
||||
Reference in New Issue
Block a user