Fix touchable / responder regression

This commit is contained in:
Mikael Sand
2018-10-21 22:37:37 +03:00
parent 72a53f3730
commit 85c335bfc9
+1 -1
View File
@@ -31,7 +31,7 @@ export default function(props, ref) {
} }
}); });
_.every(touchableProps, (v, key) => { _.every(touchableProps, (key) => {
if (!props[key]) { if (!props[key]) {
return true; return true;
} }