mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 21:25:00 +00:00
First letterSpacing implementation attempt
This commit is contained in:
@@ -53,6 +53,8 @@ const fontProps = {
|
||||
fontSize: numberProp,
|
||||
fontWeight: numberProp,
|
||||
fontStyle: PropTypes.string,
|
||||
letterSpacing: PropTypes.string,
|
||||
kerning: PropTypes.string,
|
||||
font: PropTypes.object
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user