Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/expo-sms/ios/
H A DExpoSMSModule.swift59 let attached = messageComposeViewController.addAttachmentData( in sendSMSAsync() variable
63 if !attached { in sendSMSAsync()
/expo/ios/versioned/sdk49/ExpoSMS/
H A DExpoSMSModule.swift59 let attached = messageComposeViewController.addAttachmentData( in sendSMSAsync() variable
63 if !attached { in sendSMSAsync()
/expo/ios/versioned/sdk48/ExpoSMS/
H A DExpoSMSModule.swift59 let attached = messageComposeViewController.addAttachmentData( in sendSMSAsync() variable
63 if !attached { in sendSMSAsync()
/expo/ios/Client/Menu/
H A DEXDevMenuGestureInterceptor.m22 …where singleton instance of gesture recognizer is not created yet or is attached to different wind…
30 // Remove it from the window it's attached to.
H A DEXDevMenuWindow.m33 …`makeKeyAndVisible` apparently doesn't call `hidden` setter so make sure the root view is attached.
/expo/ios/versioned/sdk47/EXSMS/EXSMS/
H A DABI47_0_0EXSMSModule.m86 …bool attached = [messageComposeViewController addAttachmentData:attachmentData typeIdentifier:type…
87 if (!attached) {
/expo/packages/expo-router/src/
H A DLocationProvider.tsx22 // TODO: This may have a predefined origin attached in the future.
/expo/.github/actions/eas-build/
H A Daction.yml21 description: 'Message attached to the build'
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTTouchHandler.m73 ABI48_0_0RCTAssert(self.view == nil, @"ABI48_0_0RCTTouchHandler already has attached view.");
81 ABI48_0_0RCTAssert(self.view == view, @"ABI48_0_0RCTTouchHandler attached to another view.");
237 …* Usually ABI48_0_0RCTTouchHandler is already attached to a root view but in some cases (e.g. Moda…
238 …* we are instead attached to some ABI48_0_0RCTView subtree. This is also the case when embedding s…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTTouchHandler.m73 ABI49_0_0RCTAssert(self.view == nil, @"ABI49_0_0RCTTouchHandler already has attached view.");
81 ABI49_0_0RCTAssert(self.view == view, @"ABI49_0_0RCTTouchHandler attached to another view.");
237 …* Usually ABI49_0_0RCTTouchHandler is already attached to a root view but in some cases (e.g. Moda…
238 …* we are instead attached to some ABI49_0_0RCTView subtree. This is also the case when embedding s…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTTouchHandler.m73 ABI47_0_0RCTAssert(self.view == nil, @"ABI47_0_0RCTTouchHandler already has attached view.");
81 ABI47_0_0RCTAssert(self.view == view, @"ABI47_0_0RCTTouchHandler attached to another view.");
237 …* Usually ABI47_0_0RCTTouchHandler is already attached to a root view but in some cases (e.g. Moda…
238 …* we are instead attached to some ABI47_0_0RCTView subtree. This is also the case when embedding s…
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStack.mm224 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
245 // If we add it when window is not attached, some of the view transitions will be bloced (i.e.
306 // if view controller is not yet attached to window we skip updates now and run them when view
307 // is attached
363 // if change controller view is not attached, presenting modals will silently fail on iOS.
427 // if view controller is not yet attached to window we skip updates now and run them when view
428 // is attached
H A DABI47_0_0RNSScreenContainer.mm226 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStack.mm224 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
245 // If we add it when window is not attached, some of the view transitions will be bloced (i.e.
306 // if view controller is not yet attached to window we skip updates now and run them when view
307 // is attached
363 // if change controller view is not attached, presenting modals will silently fail on iOS.
427 // if view controller is not yet attached to window we skip updates now and run them when view
428 // is attached
H A DABI48_0_0RNSScreenContainer.mm226 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
/expo/packages/expo-router/build/
H A DLocationProvider.js.map1 …e, true);\n\n return {\n // TODO: This may have a predefined origin attached in the future.\n …
H A Dhooks.js.map1 …n * @private\n * @returns the current global pathname with query params attached. This may change …
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStack.mm239 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
260 // If we add it when window is not attached, some of the view transitions will be bloced (i.e.
321 // if view controller is not yet attached to window we skip updates now and run them when view
322 // is attached
378 // if change controller view is not attached, presenting modals will silently fail on iOS.
442 // if view controller is not yet attached to window we skip updates now and run them when view
443 // is attached
H A DABI49_0_0RNSScreenContainer.mm226 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStack.mm239 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
260 // If we add it when window is not attached, some of the view transitions will be bloced (i.e.
321 // if view controller is not yet attached to window we skip updates now and run them when view
322 // is attached
378 // if change controller view is not attached, presenting modals will silently fail on iOS.
442 // if view controller is not yet attached to window we skip updates now and run them when view
443 // is attached
H A DRNSScreenContainer.mm226 … // This is needed because when LayoutAnimations are used it is possible for view to be re-attached
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/
H A DABI49_0_0RCTSurfaceTouchHandler.mm170 ABI49_0_0RCTAssert(self.view == nil, @"ABI49_0_0RCTTouchHandler already has attached view.");
183 ABI49_0_0RCTAssert(self.view == view, @"ABI49_0_0RCTTouchHandler attached to another view.");
/expo/ios/vendored/sdk49/react-native-gesture-handler/ios/
H A DABI49_0_0RNGestureHandlerManager.mm113 // - the native view has been created, but it's not attached to window
115 …// In the first two cases we just want to wait until the view gets created or gets attached to its…
/expo/ios/vendored/unversioned/react-native-gesture-handler/ios/
H A DRNGestureHandlerManager.mm113 // - the native view has been created, but it's not attached to window
115 …// In the first two cases we just want to wait until the view gets created or gets attached to its…
/expo/docs/pages/eas/
H A Dwebhooks.mdx84 "message": "release build", // message attached to the build

12