Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ios/ReactNativePageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ - (void)embed {
_reactPageViewController.view.frame = [self bounds];

[_reactPageViewController didMoveToParentViewController:[self reactViewController]];
[self shouldScroll:_scrollEnabled];

// Add the page view controller's gesture recognizers to the view controller's view so that the gestures are started more easily.
self.gestureRecognizers = _reactPageViewController.gestureRecognizers;
Expand Down