| /expo/packages/expo-dev-launcher/ios/Tests/ |
| H A D | EXDevLauncherPendingDeepLinkRegistryTest.swift | 20 registry.subscribe(listener) in spec() 30 registry.subscribe(listener) in spec() 41 registry.subscribe(listener) in spec()
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherIntentRegistry.kt | 11 fun subscribe(listener: DevLauncherPendingIntentListener) in <lambda>() method 28 override fun subscribe(listener: DevLauncherPendingIntentListener) { in subscribe() method in expo.modules.devlauncher.launcher.DevLauncherIntentRegistry
|
| /expo/apps/native-component-list/src/screens/Location/ |
| H A D | LocationScreen.tsx | 13 subscribe: (setValue: SetValueType) => Subscription | Promise<Subscription>; 26 setSubscription(await props.subscribe(setValue)); 111 subscribe={(setValue) => Location.watchPositionAsync({}, setValue)} 116 subscribe={(setValue) => Location.watchHeadingAsync(setValue)}
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | createAsyncStack.ts | 39 subscribe: (listener: (state: StackEvent<T>) => void) => () => void; 191 function subscribe(listener: (state: StackEvent<T>) => void) { 224 subscribe, 233 const unsubscribe = stack.subscribe(({ state }) => {
|
| /expo/packages/expo-router/src/fork/ |
| H A D | useLinking.native.ts | 39 subscribe = (listener) => { 206 return subscribe(listener); 211 subscribe,
|
| /expo/home/redux/__mocks__/ |
| H A D | Store.ts | 8 subscribe: jest.fn(() => jest.fn()),
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherPendingDeepLinkRegistry.swift | 18 public func subscribe(_ listener: EXDevLauncherPendingDeepLinkListener) { in subscribe() function
|
| /expo/packages/expo-router/build/fork/ |
| H A D | useLinking.native.js | 44 ]), subscribe = (listener) => { 168 return subscribe(listener); 173 subscribe,
|
| H A D | useLinking.native.d.ts | 5 …avigationContainerRef<ParamListBase>>, { filter, config, getInitialURL, subscribe, getStateFromPat…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | pedometer.mdx | 14 …Core Motion on iOS to get the user's step count, and also allows you to subscribe to pedometer upd… 36 const subscribe = async () => { 57 const subscription = subscribe();
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | pedometer.mdx | 14 …Core Motion on iOS to get the user's step count, and also allows you to subscribe to pedometer upd… 36 const subscribe = async () => { 57 const subscription = subscribe();
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | pedometer.mdx | 14 …Core Motion on iOS to get the user's step count, and also allows you to subscribe to pedometer upd… 36 const subscribe = async () => { 57 const subscription = subscribe();
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | pedometer.mdx | 14 …Core Motion on iOS to get the user's step count, and also allows you to subscribe to pedometer upd… 36 const subscribe = async () => { 57 const subscription = subscribe();
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | pedometer.mdx | 14 …Core Motion on iOS to get the user's step count, and also allows you to subscribe to pedometer upd… 36 const subscribe = async () => { 57 const subscription = subscribe();
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | ABI47_0_0RNSkValue.h | 50 subscribe(animation); in JSI_PROPERTY_SET() 79 void subscribe(std::shared_ptr<ABI47_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | ABI48_0_0RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<ABI48_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | RNSkValue.h | 50 subscribe(animation); in JSI_PROPERTY_SET() 79 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | ABI49_0_0RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<ABI49_0_0RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/values/ |
| H A D | RNSkValue.h | 48 subscribe(animation); in JSI_PROPERTY_SET() 76 void subscribe(std::shared_ptr<RNSkAnimation> animation) { in JSI_EXPORT_PROPERTY_SETTERS()
|
| /expo/packages/expo-router/src/ |
| H A D | getLinkingConfig.ts | 35 subscribe: addEventListener,
|
| /expo/packages/expo-router/build/ |
| H A D | getLinkingConfig.js | 22 subscribe: linking_1.addEventListener,
|
| /expo/docs/pages/modules/ |
| H A D | appdelegate-subscribers.mdx | 3 description: Learn how to subscribe to iOS system events relevant to an app, such as inbound links … 10 …, the Expo Modules API provides a mechanism that allows your library to subscribe to calls to `App… 20 Now you can subscribe to events by adding delegate functions to your subscriber class. For the full…
|