mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 23:16:13 +00:00
Fix linting, warnings, add noinspection suppression comments.
This commit is contained in:
@@ -16,6 +16,7 @@ export default class extends Component{
|
||||
};
|
||||
|
||||
setNativeProps = (...args) => {
|
||||
//noinspection JSUnresolvedFunction
|
||||
this.root.getNativeElement().setNativeProps(...args);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user