Home
last modified time | relevance | path

Searched refs:RNScreensNavigationController (Results 1 – 5 of 5) sorted by relevance

/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenNavigationContainer.h6 @interface RNScreensContainerNavigationController : RNScreensNavigationController
H A DRNSScreenStack.h12 @interface RNScreensNavigationController : UINavigationController <RNScreensViewControllerDelegate> variable
H A DRNSScreenWindowTraits.mm249 } else if ([lastViewController isKindOfClass:[RNScreensNavigationController class]]) {
250 vc = [(RNScreensNavigationController *)lastViewController topViewController];
H A DRNSScreen.mm719 if (parentVC != nil && ![parentVC isKindOfClass:[RNScreensNavigationController class]]) {
722 // when screen is mounted under RNScreensNavigationController it's size is controller
759 if (parentVC != nil && ![parentVC isKindOfClass:[RNScreensNavigationController class]]) {
762 // when screen is mounted under RNScreensNavigationController it's size is controller
931 …// into account only when the view is mounted under RNScreensNavigationController in which case sy…
936 [self.parentViewController isKindOfClass:[RNScreensNavigationController class]];
H A DRNSScreenStack.mm44 @implementation RNScreensNavigationController implementation
131 _controller = [RNScreensNavigationController new];