Searched refs:getUserProfileAsync (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | restoreUserAsync.ts | 3 import { getUserProfileAsync } from './getUserProfileAsync'; 11 const userData = await getUserProfileAsync();
|
| H A D | getUserProfileAsync.ts | 46 export async function getUserProfileAsync() { function
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | UserProfileScreen.test.tsx | 3 import { getUserProfileAsync, UserAccount, UserData } from '../../functions/getUserProfileAsync'; 10 jest.mock('../../functions/getUserProfileAsync'); 13 const mockGetUserProfileAsync = getUserProfileAsync as jest.Mock; 63 expect(getUserProfileAsync).not.toHaveBeenCalled(); 74 expect(getUserProfileAsync).toHaveBeenCalledTimes(0); 81 expect(getUserProfileAsync).toHaveBeenCalledTimes(1); 89 expect(getUserProfileAsync).not.toHaveBeenCalled(); 100 expect(getUserProfileAsync).toHaveBeenCalledTimes(0); 106 expect(getUserProfileAsync).toHaveBeenCalledTimes(1);
|
| H A D | ExtensionsScreen.test.tsx | 2 import { UserData } from '../../functions/getUserProfileAsync';
|
| H A D | HomeScreen.test.tsx | 4 import { UserData } from '../../functions/getUserProfileAsync';
|
| /expo/packages/expo-dev-launcher/bundle/functions/__mocks__/ |
| H A D | getUserProfileAsync.ts | 1 export const getUserProfileAsync = jest.fn(); constant
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | UserContextProvider.tsx | 4 import { getUserProfileAsync, UserAccount, UserData } from '../functions/getUserProfileAsync'; 46 const userData = await getUserProfileAsync();
|
| H A D | AppProviders.tsx | 10 import { UserData } from '../functions/getUserProfileAsync';
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | UserProfileScreen.tsx | 19 import { UserAccount, UserData } from '../functions/getUserProfileAsync';
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1218 …essionAsync)();if(n)return yield(0,t.setSessionAsync)(n),yield(0,u.getUserProfileAsync)()}))).appl… 1219 …){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.getUserProfileAsync=function(){… 1248 …unction(t){}));if(n){yield(0,s.setSessionAsync)(n);var u=yield(0,c.getUserProfileAsync)();k()&&(S(…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1219 …essionAsync)();if(n)return yield(0,t.setSessionAsync)(n),yield(0,u.getUserProfileAsync)()}))).appl… 1220 …){var t=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.getUserProfileAsync=function(){… 1249 …unction(t){}));if(n){yield(0,s.setSessionAsync)(n);var u=yield(0,c.getUserProfileAsync)();k()&&(S(…
|