| /expo/packages/expo-dev-launcher/bundle/functions/__tests__/ |
| H A D | getDevSessionsAsync.test.ts | 14 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true }); 27 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true }); 45 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true }); 63 await getDevSessionsAsync({ isAuthenticated: false, installationID: '321', isDevice: true });
|
| H A D | getInitialData.test.ts | 50 expect.objectContaining({ isAuthenticated: false }) 72 expect.objectContaining({ isAuthenticated: true, installationID })
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | getInitialData.ts | 35 const isAuthenticated = initialUserData != null; constant 38 isAuthenticated, 48 if (isAuthenticated && updatesConfig.usesEASUpdates) {
|
| H A D | getDevSessionsAsync.ts | 16 isAuthenticated = false, 21 isAuthenticated?: boolean; 28 if (isAuthenticated) {
|
| /expo/home/screens/HomeScreen/ |
| H A D | index.tsx | 36 const { recentHistory, allHistory, isAuthenticated } = useSelector( 43 isAuthenticated: hasSessionSecret(data.session), 64 isAuthenticated={isAuthenticated}
|
| H A D | DevelopmentServersPlaceholder.tsx | 13 isAuthenticated: boolean; 16 export function DevelopmentServersPlaceholder({ isAuthenticated }: Props) { 19 return isAuthenticated ? (
|
| H A D | HomeScreenView.tsx | 50 isAuthenticated: boolean; 82 if (this.props.isAuthenticated) this._startPollingForProjects(); 146 <DevelopmentServersPlaceholder isAuthenticated={this.props.isAuthenticated} /> 190 if (!prevProps.isAuthenticated && this.props.isAuthenticated) { 194 if (prevProps.isAuthenticated && !this.props.isAuthenticated) { 238 if (!this.props.isAuthenticated) return;
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | DevSessionsProvider.tsx | 41 const { isAuthenticated } = useUser(); 45 const devSessions = await getDevSessionsAsync({ isAuthenticated }); 64 [isAuthenticated]
|
| H A D | UserContextProvider.tsx | 12 isAuthenticated: boolean; 97 <Context.Provider value={{ userData, selectedAccount, isAuthenticated: userData != null }}>
|
| /expo/packages/expo-dev-launcher/bundle/queries/ |
| H A D | useBranchesForApp.tsx | 124 export function useBranchesForApp(appId: string, isAuthenticated: boolean) { 128 const isEnabled = appId != null && isAuthenticated; 157 if (query.error && isAuthenticated) { 175 }, [query.error, isAuthenticated]);
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | AppHeader.tsx | 32 const isAuthenticated = userData != null; 71 {isAuthenticated ? (
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | ExtensionsScreen.tsx | 35 const { isAuthenticated } = useUser(); 46 } = useBranchesForApp(appId, isAuthenticated); 128 {usesEASUpdates && isAuthenticated && !hasError && ( 142 {usesEASUpdates && !isAuthenticated && ( 200 {isLoading && isAuthenticated && (
|
| H A D | BranchesScreen.tsx | 23 const { isAuthenticated } = useUser(); 34 } = useBranchesForApp(appId, isAuthenticated);
|
| H A D | UserProfileScreen.tsx | 61 const isAuthenticated = userData != null; 72 {isAuthenticated ? (
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1058 …Promise.resolve(null)})),I=null!=D,P=yield(0,f.getDevSessionsAsync)({isAuthenticated:I,installatio… 1217 …001,19002];function f(){return(f=(0,n.default)((function*(t){var n=t.isAuthenticated,l=void 0!==n&… 1245 …isAuthenticated;function w(){return k.apply(this,arguments)}function k(){return k=(0,n.default)((f… 1248 …H,children:(0,v.jsx)(P.Provider,{value:{userData:M,selectedAccount:W,isAuthenticated:null!=M},chil… 1264 …ar y=v.navigation,B=(0,p.useUpdatesConfig)().appId,P=(0,x.useUser)().isAuthenticated,V=(0,f.useBra… 1276 …,e.ExtensionsScreen=function(o){var c=o.navigation,u=(0,y.useUser)().isAuthenticated,p=(0,y.useUse…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1059 …Promise.resolve(null)})),I=null!=D,P=yield(0,f.getDevSessionsAsync)({isAuthenticated:I,installatio… 1218 …001,19002];function f(){return(f=(0,n.default)((function*(t){var n=t.isAuthenticated,l=void 0!==n&… 1246 …isAuthenticated;function w(){return k.apply(this,arguments)}function k(){return k=(0,n.default)((f… 1249 …H,children:(0,v.jsx)(P.Provider,{value:{userData:M,selectedAccount:W,isAuthenticated:null!=M},chil… 1265 …ar y=v.navigation,B=(0,p.useUpdatesConfig)().appId,P=(0,x.useUser)().isAuthenticated,V=(0,f.useBra… 1277 …,e.ExtensionsScreen=function(o){var c=o.navigation,u=(0,y.useUser)().isAuthenticated,p=(0,y.useUse…
|