mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 22:35:13 +00:00
Simplify textAnchor and textDecoration handling
This commit is contained in:
@@ -16,7 +16,6 @@ export default class extends Shape {
|
||||
...fontProps,
|
||||
dx: numberProp,
|
||||
dy: numberProp,
|
||||
textAnchor: PropTypes.oneOf(['start', 'middle', 'end'])
|
||||
};
|
||||
|
||||
static childContextTypes = {
|
||||
|
||||
Reference in New Issue
Block a user