mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 12:41:49 +00:00
Fix linting
This commit is contained in:
+2
-2
@@ -26,13 +26,13 @@ export default class extends Shape {
|
||||
return {
|
||||
isInAParentText: true
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
getContextTypes() {
|
||||
return {
|
||||
isInAParentText: React.PropTypes.bool
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
setNativeProps = (...args) => {
|
||||
this.root.setNativeProps(...args);
|
||||
|
||||
Reference in New Issue
Block a user