Searched refs:getBuildInfoAsync (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/functions/__tests__/ |
| H A D | getInitialData.test.ts | 3 getBuildInfoAsync, 26 getBuildInfoAsync, 40 expect(getBuildInfoAsync).not.toHaveBeenCalled(); 54 expect(getBuildInfoAsync).toHaveBeenCalled(); 63 expect(getBuildInfoAsync).not.toHaveBeenCalled(); 75 expect(getBuildInfoAsync).toHaveBeenCalled();
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | getInitialData.ts | 2 getBuildInfoAsync, 20 getBuildInfoAsync(),
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/ |
| H A D | DevLauncherInternal.ts | 5 export const getBuildInfoAsync = jest.fn().mockResolvedValue({ constant
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 88 export async function getBuildInfoAsync(): Promise<BuildInfo> { function
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1058 …){return(v=(0,o.default)((function*(){var n=yield Promise.all([(0,s.getBuildInfoAsync)(),(0,l.getM… 1059 ….copyToClipboardAsync=function(t){return L.apply(this,arguments)},e.getBuildInfoAsync=function(){r…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1059 …){return(v=(0,o.default)((function*(){var n=yield Promise.all([(0,s.getBuildInfoAsync)(),(0,l.getM… 1060 ….copyToClipboardAsync=function(t){return L.apply(this,arguments)},e.getBuildInfoAsync=function(){r…
|