Home
last modified time | relevance | path

Searched refs:subscribe (Results 1 – 25 of 86) sorted by relevance

1234

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherPendingDeepLinkRegistryTest.swift20 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 DDevLauncherIntentRegistry.kt11 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 DLocationScreen.tsx13 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 DcreateAsyncStack.ts39 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 DuseLinking.native.ts39 subscribe = (listener) => {
206 return subscribe(listener);
211 subscribe,
/expo/home/redux/__mocks__/
H A DStore.ts8 subscribe: jest.fn(() => jest.fn()),
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherPendingDeepLinkRegistry.swift18 public func subscribe(_ listener: EXDevLauncherPendingDeepLinkListener) { in subscribe() function
/expo/packages/expo-router/build/fork/
H A DuseLinking.native.js44 ]), subscribe = (listener) => {
168 return subscribe(listener);
173 subscribe,
H A DuseLinking.native.d.ts5 …avigationContainerRef<ParamListBase>>, { filter, config, getInitialURL, subscribe, getStateFromPat…
/expo/docs/pages/versions/unversioned/sdk/
H A Dpedometer.mdx14 …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 Dpedometer.mdx14 …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 Dpedometer.mdx14 …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 Dpedometer.mdx14 …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 Dpedometer.mdx14 …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 DRNSkValue.h48 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 DRNSkValue.h48 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 DABI47_0_0RNSkValue.h50 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 DABI48_0_0RNSkValue.h48 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 DRNSkValue.h50 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 DABI49_0_0RNSkValue.h48 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 DRNSkValue.h48 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 DRNSkValue.h48 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 DgetLinkingConfig.ts35 subscribe: addEventListener,
/expo/packages/expo-router/build/
H A DgetLinkingConfig.js22 subscribe: linking_1.addEventListener,
/expo/docs/pages/modules/
H A Dappdelegate-subscribers.mdx3 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…

1234