Searched refs:getPendingDeepLink (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/components/__tests__/ |
| H A D | DeepLinkModal.test.tsx | 4 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 D | PendingDeepLinkProvider.tsx | 5 import { addDeepLinkListener, getPendingDeepLink } from '../native-modules/DevLauncherInternal'; 29 getPendingDeepLink().then((url) => {
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 57 export async function getPendingDeepLink(): Promise<string | null> { function 58 return await DevLauncher.getPendingDeepLink();
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/ |
| H A D | DevLauncherInternal.ts | 11 export const getPendingDeepLink = jest.fn().mockResolvedValue(''); constant
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/ |
| H A D | DevLauncherInternalModule.kt | 183 fun getPendingDeepLink(promise: Promise) { in getPendingDeepLink() method
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1059 …getPendingDeepLink=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 D | expo_dev_launcher_android.bundle | 1060 …getPendingDeepLink=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…
|