Home
last modified time | relevance | path

Searched refs:isAuthenticated (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/__tests__/
H A DgetDevSessionsAsync.test.ts14 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 DgetInitialData.test.ts50 expect.objectContaining({ isAuthenticated: false })
72 expect.objectContaining({ isAuthenticated: true, installationID })
/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetInitialData.ts35 const isAuthenticated = initialUserData != null; constant
38 isAuthenticated,
48 if (isAuthenticated && updatesConfig.usesEASUpdates) {
H A DgetDevSessionsAsync.ts16 isAuthenticated = false,
21 isAuthenticated?: boolean;
28 if (isAuthenticated) {
/expo/home/screens/HomeScreen/
H A Dindex.tsx36 const { recentHistory, allHistory, isAuthenticated } = useSelector(
43 isAuthenticated: hasSessionSecret(data.session),
64 isAuthenticated={isAuthenticated}
H A DDevelopmentServersPlaceholder.tsx13 isAuthenticated: boolean;
16 export function DevelopmentServersPlaceholder({ isAuthenticated }: Props) {
19 return isAuthenticated ? (
H A DHomeScreenView.tsx50 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 DDevSessionsProvider.tsx41 const { isAuthenticated } = useUser();
45 const devSessions = await getDevSessionsAsync({ isAuthenticated });
64 [isAuthenticated]
H A DUserContextProvider.tsx12 isAuthenticated: boolean;
97 <Context.Provider value={{ userData, selectedAccount, isAuthenticated: userData != null }}>
/expo/packages/expo-dev-launcher/bundle/queries/
H A DuseBranchesForApp.tsx124 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 DAppHeader.tsx32 const isAuthenticated = userData != null;
71 {isAuthenticated ? (
/expo/packages/expo-dev-launcher/bundle/screens/
H A DExtensionsScreen.tsx35 const { isAuthenticated } = useUser();
46 } = useBranchesForApp(appId, isAuthenticated);
128 {usesEASUpdates && isAuthenticated && !hasError && (
142 {usesEASUpdates && !isAuthenticated && (
200 {isLoading && isAuthenticated && (
H A DBranchesScreen.tsx23 const { isAuthenticated } = useUser();
34 } = useBranchesForApp(appId, isAuthenticated);
H A DUserProfileScreen.tsx61 const isAuthenticated = userData != null;
72 {isAuthenticated ? (
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle1058 …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&…
1245isAuthenticated;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 Dexpo_dev_launcher_android.bundle1059 …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&…
1246isAuthenticated;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…