Home
last modified time | relevance | path

Searched refs:UserData (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/config/build/
H A DgetUserState.d.ts6 auth?: UserData | null;
13 export type UserData = { alias
H A DgetUserState.js.map1UserData | null;\n ignoreBundledBinaries?: string[];\n openDevToolsAtStartup?: boolean;\n PATH?…
/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetUserProfileAsync.ts5 export type UserData = { alias
48 return data.meUserActor as UserData;
/expo/packages/expo-dev-launcher/bundle/providers/
H A DUserContextProvider.tsx4 import { getUserProfileAsync, UserAccount, UserData } from '../functions/getUserProfileAsync';
11 userData?: UserData;
20 setUserData: (userData: UserData) => void;
29 initialUserData?: UserData;
33 const [userData, setUserData] = React.useState<UserData | undefined>(initialUserData);
H A DAppProviders.tsx10 import { UserData } from '../functions/getUserProfileAsync';
28 initialUserData?: UserData;
/expo/packages/@expo/config/src/
H A DgetUserState.ts10 auth?: UserData | null;
18 export type UserData = { alias
/expo/packages/expo-dev-launcher/bundle/screens/__tests__/
H A DUserProfileScreen.test.tsx3 import { getUserProfileAsync, UserAccount, UserData } from '../../functions/getUserProfileAsync';
39 const fakeUserProfile: UserData = {
182 userProfile?: UserData;
H A DExtensionsScreen.test.tsx2 import { UserData } from '../../functions/getUserProfileAsync';
240 const fakeUserProfile: UserData = {
H A DHomeScreen.test.tsx4 import { UserData } from '../../functions/getUserProfileAsync';
256 initialUserData?: UserData;
/expo/packages/expo-dev-launcher/bundle/screens/
H A DUserProfileScreen.tsx19 import { UserAccount, UserData } from '../functions/getUserProfileAsync';
174 userData: UserData;