mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
Fix font PropTypes
This commit is contained in:
@@ -13,8 +13,8 @@ export default class extends Shape {
|
||||
static propTypes = {
|
||||
...pathProps,
|
||||
...fontProps,
|
||||
dx: numberProp,
|
||||
dy: numberProp,
|
||||
dx: PropTypes.string,
|
||||
dy: PropTypes.string,
|
||||
};
|
||||
|
||||
static childContextTypes = {
|
||||
|
||||
Reference in New Issue
Block a user