File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 65
65
children = (
66
66
871719007ECC5EAD276C345C /* Pods-ViewpagerExample.debug.xcconfig */,
67
67
4D7192F03A36A017E887435B /* Pods-ViewpagerExample.release.xcconfig */,
68
+ 20F357AD24636CDE00C146DC /* ViewpagerExample-Bridging-Header.h */,
68
69
);
69
70
path = Pods;
70
71
sourceTree = "<group>";
94
95
83CBBA001A601CBA00E9B192 /* Products */,
95
96
2D16E6871FA4F8E400B85C8A /* Frameworks */,
96
97
1CFFDEF7170271C97B8B7E5A /* Pods */,
97
- 20F357AD24636CDE00C146DC /* ViewpagerExample-Bridging-Header.h */,
98
98
);
99
99
indentWidth = 2;
100
100
sourceTree = "<group>";
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ - (void)setReactViewControllers:(NSInteger)index
155
155
with : (UIViewController *)controller
156
156
direction : (UIPageViewControllerNavigationDirection)direction
157
157
animated : (BOOL )animated {
158
+ if (self.reactPageViewController == nil ) {
159
+ return ;
160
+ }
158
161
__weak ReactNativePageView *weakSelf = self;
159
162
uint16_t coalescingKey = _coalescingKey++;
160
163
You can’t perform that action at this time.
0 commit comments