mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-08 09:10:44 +00:00
Fix touchable / responder regression
This commit is contained in:
@@ -31,7 +31,7 @@ export default function(props, ref) {
|
||||
}
|
||||
});
|
||||
|
||||
_.every(touchableProps, (v, key) => {
|
||||
_.every(touchableProps, (key) => {
|
||||
if (!props[key]) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user