| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 70 … let navigationController = UINavigationController(rootViewController: addressViewController!) in presentAddressSheet() variable 71 navigationController.modalPresentationStyle = getModalPresentationStyle() in presentAddressSheet() 72 navigationController.modalTransitionStyle = getModalTransitionStyle() in presentAddressSheet() 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 70 … let navigationController = UINavigationController(rootViewController: addressViewController!) in presentAddressSheet() variable 71 navigationController.modalPresentationStyle = getModalPresentationStyle() in presentAddressSheet() 72 navigationController.modalTransitionStyle = getModalTransitionStyle() in presentAddressSheet() 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/AddressSheet/ |
| H A D | AddressSheetView.swift | 70 … let navigationController = UINavigationController(rootViewController: addressViewController!) in presentAddressSheet() variable 71 navigationController.modalPresentationStyle = getModalPresentationStyle() in presentAddressSheet() 72 navigationController.modalTransitionStyle = getModalTransitionStyle() in presentAddressSheet() 74 vc.present(navigationController, animated: true) in presentAddressSheet()
|
| /expo/packages/expo-image-picker/ios/ |
| H A D | ImagePickerHandler.swift | 96 …func navigationController(_ navigationController: UINavigationController, willShow viewController:… in didPickMultipleMedia() function
|
| /expo/ios/versioned/sdk49/ExpoImagePicker/ |
| H A D | ImagePickerHandler.swift | 96 …func navigationController(_ navigationController: UINavigationController, willShow viewController:… in didPickMultipleMedia() function
|
| /expo/ios/versioned/sdk48/ExpoImagePicker/ |
| H A D | ImagePickerHandler.swift | 96 …func navigationController(_ navigationController: UINavigationController, willShow viewController:… in didPickMultipleMedia() function
|
| /expo/ios/versioned/sdk47/ExpoImagePicker/ |
| H A D | ImagePickerHandler.swift | 96 …func navigationController(_ navigationController: UINavigationController, willShow viewController:… in didPickMultipleMedia() function
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStack.mm | 159 - (void)navigationController:(UINavigationController *)navigationController 282 …[self navigationController:_controller willShowViewController:_controller.topViewController animat… 558 …(id<UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigati… 726 …<UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigati… 739 - (void)navigationController:(UINavigationController *)navigationController
|
| H A D | ABI47_0_0RNSScreen.mm | 105 UINavigationController *navctr = _controller.navigationController; 761 // self.navigationController might be null when we are dismissing a modal 762 if (!self.transitionCoordinator.isInteractive && self.navigationController != nil) { 769 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view]; 1091 NSUInteger currentIndex = [self.navigationController.viewControllers indexOfObject:self]; 1098 [self.navigationController.viewControllers objectAtIndex:currentIndex - 1].navigationItem; 1112 [self.navigationController setNavigationBarHidden:YES animated:NO];
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | ABI48_0_0RNSScreenStack.mm | 159 - (void)navigationController:(UINavigationController *)navigationController 282 …[self navigationController:_controller willShowViewController:_controller.topViewController animat… 558 …(id<UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigati… 726 …<UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigati… 739 - (void)navigationController:(UINavigationController *)navigationController
|
| H A D | ABI48_0_0RNSScreen.mm | 105 UINavigationController *navctr = _controller.navigationController; 762 // self.navigationController might be null when we are dismissing a modal 763 if (!self.transitionCoordinator.isInteractive && self.navigationController != nil) { 770 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view]; 1092 NSUInteger currentIndex = [self.navigationController.viewControllers indexOfObject:self]; 1099 [self.navigationController.viewControllers objectAtIndex:currentIndex - 1].navigationItem; 1113 [self.navigationController setNavigationBarHidden:YES animated:NO];
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenStack.mm | 174 - (void)navigationController:(UINavigationController *)navigationController 297 …[self navigationController:_controller willShowViewController:_controller.topViewController animat… 573 …(id<UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigati… 745 …<UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigati… 778 - (void)navigationController:(UINavigationController *)navigationController
|
| H A D | ABI49_0_0RNSScreen.mm | 108 UINavigationController *navctr = _controller.navigationController; 847 // self.navigationController might be null when we are dismissing a modal 848 if (!self.transitionCoordinator.isInteractive && self.navigationController != nil) { 855 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view]; 1177 NSUInteger currentIndex = [self.navigationController.viewControllers indexOfObject:self]; 1184 [self.navigationController.viewControllers objectAtIndex:currentIndex - 1].navigationItem; 1198 [self.navigationController setNavigationBarHidden:YES animated:NO];
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenStack.mm | 174 - (void)navigationController:(UINavigationController *)navigationController 297 …[self navigationController:_controller willShowViewController:_controller.topViewController animat… 573 …(id<UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigati… 745 …<UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigati… 778 - (void)navigationController:(UINavigationController *)navigationController
|
| H A D | RNSScreen.mm | 108 UINavigationController *navctr = _controller.navigationController; 847 // self.navigationController might be null when we are dismissing a modal 848 if (!self.transitionCoordinator.isInteractive && self.navigationController != nil) { 855 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view]; 1177 NSUInteger currentIndex = [self.navigationController.viewControllers indexOfObject:self]; 1184 [self.navigationController.viewControllers objectAtIndex:currentIndex - 1].navigationItem; 1198 [self.navigationController setNavigationBarHidden:YES animated:NO];
|
| /expo/ios/vendored/sdk48/react-native-pager-view/ios/ |
| H A D | ABI48_0_0ReactNativePageView.m | 83 …self.ABI48_0_0ReactViewController.navigationController != nil && self.ABI48_0_0ReactViewController… 84 … requireGestureRecognizerToFail:self.ABI48_0_0ReactViewController.navigationController.interactive…
|
| /expo/ios/vendored/sdk49/react-native-pager-view/ios/ |
| H A D | ABI49_0_0ReactNativePageView.m | 89 …self.ABI49_0_0ReactViewController.navigationController != nil && self.ABI49_0_0ReactViewController… 90 … requireGestureRecognizerToFail:self.ABI49_0_0ReactViewController.navigationController.interactive…
|
| /expo/ios/vendored/unversioned/react-native-pager-view/ios/ |
| H A D | ReactNativePageView.m | 89 …if (self.reactViewController.navigationController != nil && self.reactViewController.navigationCon… 90 …ecognizer requireGestureRecognizerToFail:self.reactViewController.navigationController.interactive…
|
| /expo/ios/vendored/sdk47/react-native-pager-view/ios/ |
| H A D | ABI47_0_0ReactNativePageView.m | 84 …self.ABI47_0_0ReactViewController.navigationController != nil && self.ABI47_0_0ReactViewController… 85 … requireGestureRecognizerToFail:self.ABI47_0_0ReactViewController.navigationController.interactive…
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | REASnapshot.m | 44 UIView *navigationContainer = view.reactViewController.navigationController.view;
|
| H A D | REASharedTransitionManager.m | 248 …UIView *stackTarget = viewTargetParentScreen.reactViewController.navigationController.topViewContr… 436 screen = stack.reactViewController.navigationController.topViewController.view;
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI49_0_0REASnapshot.m | 44 UIView *navigationContainer = view.ABI49_0_0ReactViewController.navigationController.view;
|
| H A D | ABI49_0_0REASharedTransitionManager.m | 248 …stackTarget = viewTargetParentScreen.ABI49_0_0ReactViewController.navigationController.topViewCont… 436 screen = stack.ABI49_0_0ReactViewController.navigationController.topViewController.view;
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts.m | 248 …UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewCon… 249 navigationController.modalPresentationStyle = UIModalPresentationFullScreen; 250 self.presentingViewController = navigationController; 252 [parent presentViewController:navigationController animated:isAnimated completion:nil];
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts.m | 248 …UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewCon… 249 navigationController.modalPresentationStyle = UIModalPresentationFullScreen; 250 self.presentingViewController = navigationController; 252 [parent presentViewController:navigationController animated:isAnimated completion:nil];
|