We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae57d70 commit 5e969ecCopy full SHA for 5e969ec
ios/LEGACY/Fabric/LEGACY_RNCPagerViewComponentView.mm
@@ -95,6 +95,7 @@ - (void)mountChildComponentView:(UIView<RCTComponentViewProtocol> *)childCompone
95
UIViewController *vc = [UIViewController new];
96
[vc.view addSubview:childComponentView];
97
[_nativeChildrenViewControllers insertObject:vc atIndex:index];
98
+ [self goTo:_currentIndex animated:NO];
99
}
100
101
- (void)unmountChildComponentView:(UIView<RCTComponentViewProtocol> *)childComponentView index:(NSInteger)index {
0 commit comments