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