mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Use eslint, add travis-ci
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import _ from 'lodash';
|
||||
|
||||
function arrayDiffer(a, b) {
|
||||
if (a == null) {
|
||||
if (_.isNil(a)) {
|
||||
return true;
|
||||
}
|
||||
if (a.length !== b.length) {
|
||||
|
||||
Reference in New Issue
Block a user