Home
last modified time | relevance | path

Searched refs:getPendingDeepLink (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/components/__tests__/
H A DDeepLinkModal.test.tsx4 getPendingDeepLink,
12 const mockGetPendingDeepLink = getPendingDeepLink as jest.Mock;
33 expect(getPendingDeepLink).not.toHaveBeenCalled();
40 expect(getPendingDeepLink).toHaveBeenCalled();
/expo/packages/expo-dev-launcher/bundle/providers/
H A DPendingDeepLinkProvider.tsx5 import { addDeepLinkListener, getPendingDeepLink } from '../native-modules/DevLauncherInternal';
29 getPendingDeepLink().then((url) => {
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts57 export async function getPendingDeepLink(): Promise<string | null> { function
58 return await DevLauncher.getPendingDeepLink();
/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts11 export const getPendingDeepLink = jest.fn().mockResolvedValue(''); constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt183 fun getPendingDeepLink(promise: Promise) { in getPendingDeepLink() method
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle1059getPendingDeepLink=function(){return D.apply(this,arguments)},e.getRecentlyOpenedApps=function(){r…
1257 …,t.default)(L,2),y=j[0],O=j[1];return u.useEffect((function(){(0,p.getPendingDeepLink)().then((fun…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle1060getPendingDeepLink=function(){return D.apply(this,arguments)},e.getRecentlyOpenedApps=function(){r…
1258 …,t.default)(L,2),y=j[0],O=j[1];return u.useEffect((function(){(0,p.getPendingDeepLink)().then((fun…