mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
Simplify textAnchor and textDecoration handling
This commit is contained in:
@@ -53,6 +53,8 @@ const fontProps = {
|
||||
fontSize: numberProp,
|
||||
fontWeight: numberProp,
|
||||
fontStyle: PropTypes.string,
|
||||
textAnchor: PropTypes.string,
|
||||
textDecoration: PropTypes.string,
|
||||
letterSpacing: PropTypes.string,
|
||||
wordSpacing: PropTypes.string,
|
||||
kerning: PropTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user