Searched refs:getUserState (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config/src/ |
| H A D | getAccountUsername.ts | 3 import { getUserState } from './getUserState'; 22 return getUserState().read().auth?.username || ANONYMOUS_USERNAME;
|
| H A D | getUserState.ts | 52 export function getUserState() { function
|
| /expo/packages/@expo/config/build/ |
| H A D | getUserState.js | 7 exports.getUserState = getUserState; 56 function getUserState() { function
|
| H A D | getAccountUsername.js.map | 1 …getUserState","read","auth"],"sources":["../src/getAccountUsername.ts"],"sourcesContent":["import …
|
| H A D | getUserState.d.ts | 23 export declare function getUserState(): JsonFile<UserSettingsData>;
|
| H A D | getAccountUsername.js | 31 …return ((_getUserState$read$au = (0, _getUserState().getUserState)().read().auth) === null || _get…
|
| H A D | getUserState.js.map | 1 …getUserState.js","names":["_jsonFile","data","_interopRequireDefault","require","_getenv","_os","p…
|
| /expo/packages/@expo/config/src/__tests__/ |
| H A D | getAccountUsername-test.ts | 4 import { getExpoHomeDirectory, getUserState } from '../getUserState'; 43 await getUserState().setAsync('auth', { username: 'bacon-boi' });
|
| /expo/packages/create-expo-module/build/ |
| H A D | telemetry.js.map | 1 …ourcesContent":["import { getUserStatePath } from '@expo/config/build/getUserState';\nimport JsonF…
|