mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
Fix linting, warnings, add noinspection suppression comments.
This commit is contained in:
@@ -21,6 +21,7 @@ export default function(props) {
|
||||
let offset = percentToFloat(child.props.offset);
|
||||
|
||||
// add stop
|
||||
//noinspection JSUnresolvedFunction
|
||||
stops[offset] = Color(child.props.stopColor).alpha(extractOpacity(child.props.stopOpacity));
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user