[ReactNative] Make RCTRootView propage motions

This commit is contained in:
Tadeu Zagallo
2015-04-13 08:18:38 -07:00
parent 8d651a0353
commit f8beaa5dde

View File

@@ -126,6 +126,8 @@
_devMenu = [[RCTDevMenu alloc] initWithBridge:_bridge];
}
[_devMenu show];
} else {
[super motionEnded:motion withEvent:event];
}
}