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:
@@ -15,7 +15,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