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 7fbc9c8 commit 313e703Copy full SHA for 313e703
ios/ReactNativePageView.m
@@ -299,6 +299,7 @@ - (void)embed {
299
_reactPageViewController.view.frame = [self bounds];
300
301
[_reactPageViewController didMoveToParentViewController:[self reactViewController]];
302
+ [self shouldScroll:_scrollEnabled];
303
304
// Add the page view controller's gesture recognizers to the view controller's view so that the gestures are started more easily.
305
self.gestureRecognizers = _reactPageViewController.gestureRecognizers;
0 commit comments