[ReactNative] Make RCTRootView propage motions

This commit is contained in:
Tadeu Zagallo 2015-04-13 08:18:38 -07:00
parent 8d651a0353
commit f8beaa5dde
1 changed files with 2 additions and 0 deletions

View File

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