We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bfa2d commit 323470eCopy full SHA for 323470e
ios/ReactNativePageView.m
@@ -89,6 +89,10 @@ - (void)didMoveToWindow {
89
[self embed];
90
[self setupInitialController];
91
}
92
+
93
+ if (self.reactViewController.navigationController != nil && self.reactViewController.navigationController.interactivePopGestureRecognizer != nil) {
94
+ [self.scrollView.panGestureRecognizer requireGestureRecognizerToFail:self.reactViewController.navigationController.interactivePopGestureRecognizer];
95
+ }
96
97
98
- (void)embed {
0 commit comments