mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-14 07:54:35 +00:00
fix missing lodash
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import _ from 'lodash';
|
||||
export default function (stops, opacity) {
|
||||
if (isNaN(opacity)) {
|
||||
opacity = 1;
|
||||
|
||||
Reference in New Issue
Block a user