| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | ListButton.tsx | 10 isLast?: boolean; 17 isLast, 24 roundedBottom={isLast ? 'large' : 'none'} 30 roundedBottom={isLast ? 'large' : 'none'}
|
| H A D | EASUpdatesRows.tsx | 28 isLast?: boolean; 37 isLast, 57 <ListButton isFirst={isFirst} isLast={isLast} onPress={onBranchPress}> 125 isLast?: boolean; 129 export function EASEmptyBranchRow({ branch, isFirst, isLast, navigation }: EASEmptyBranchRowProps) { 139 <ListButton isFirst={isFirst} isLast={isLast} onPress={onBranchPress}> 187 isLast?: boolean; 192 export function EASUpdateRow({ update, isFirst, isLast, isLoading, onPress }: EASUpdateRowProps) { 197 <ListButton disabled={isLoading} isFirst={isFirst} isLast={isLast} onPress={onPress}>
|
| H A D | DeepLinkModal.tsx | 116 const isLast = index === arr.length - 1; 124 {!isLast && <Divider />} 135 const isLast = index === arr.length - 1; 139 {!isLast && <Divider />}
|
| /expo/tools/src/packages-graph/ |
| H A D | PackagesGraphUtils.ts | 44 const isLast = i === edges.length - 1; constant 48 process.stdout.write(chalk.gray(prefix) + edgePointer(isLast, hasMore, edge.isCyclic)); 56 prefix: prefix + nodeIndent(isLast), 96 function edgePointer(isLast: boolean, hasMore: boolean, isCyclic: boolean): string { 98 isLast ? '└─' : '├─', 106 function nodeIndent(isLast: boolean): string { 107 return isLast ? ' ' : '│ ';
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | BranchesScreen.tsx | 115 const isLast = index === branches?.length - 1; 122 isLast={isLast} 173 const isLast = index === arr?.length - 1; 180 isLast={isLast} 183 {!isLast && <Divider />}
|
| H A D | ExtensionsScreen.tsx | 251 const isLast = index === arr?.length - 1; 258 isLast={isLast} 261 {!isLast && <Divider />} 309 const isLast = index === arr.length - 1 && branchCount <= 1; 317 isLast={isLast} 328 <ListButton onPress={onSeeAllBranchesPress} isLast>
|
| H A D | UpdatesScreen.tsx | 122 const isLast = index === updates.length - 1; 132 isLast={isLast} 136 {!isLast && <Divider />}
|
| H A D | UserProfileScreen.tsx | 205 const isLast = index === arr.length - 1; 214 roundedBottom={isLast ? 'large' : 'none'} 236 {!isLast && <Divider />}
|
| H A D | SettingsScreen.tsx | 279 const isLast = index === arr.length - 1; 286 roundedBottom={isLast ? 'large' : 'none'} 297 {!isLast && <Divider />}
|
| H A D | HomeScreen.tsx | 319 const isLast = index === arr.length - 1; 327 roundedBottom={isLast ? 'large' : 'none'} 332 {!isLast && <Divider />}
|
| H A D | KitchenSinkScreen.tsx | 117 isLast
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Main.tsx | 175 const isLast = index === arr.length - 1; 183 roundedBottom={isLast ? 'large' : 'none'}> 186 {!isLast && <Divider />}
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1264 …isLast:u,isLoading:h,navigation:y,onUpdatePress:T})},keyExtractor:function(n){return null==n?void … 1267 …isLast,z=n.isLoading,y=n.onUpdatePress,w=n.navigation,V=p(z),v=(0,s.useExpoPalette)(),S=(0,l.useUp… 1268 …isLast,O=(0,o.default)(t,c);return(0,u.jsx)(i.Button.FadeOnPressContainer,l(l({bg:"default",onPres… 1276 …isLast:x,navigation:t}),!x&&(0,w.jsx)(n.Divider,{})]},s.id)})),x.length>1&&(0,w.jsx)(n.Button.Fade… 1280 …acity:h?'1':'0.5',children:[(0,y.jsx)(u.EASUpdateRow,{update:l,isFirst:o,isLast:c,isLoading:p,onPr… 1301 …festPermalink:'123'}}),(0,S.jsx)(n.Divider,{}),(0,S.jsx)(u.EASUpdateRow,{isLast:!0,isLoading:z,onP…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1265 …isLast:u,isLoading:h,navigation:y,onUpdatePress:T})},keyExtractor:function(n){return null==n?void … 1268 …isLast,z=n.isLoading,y=n.onUpdatePress,w=n.navigation,V=p(z),v=(0,s.useExpoPalette)(),S=(0,l.useUp… 1269 …isLast,O=(0,o.default)(t,c);return(0,u.jsx)(i.Button.FadeOnPressContainer,l(l({bg:"default",onPres… 1277 …isLast:x,navigation:t}),!x&&(0,w.jsx)(n.Divider,{})]},s.id)})),x.length>1&&(0,w.jsx)(n.Button.Fade… 1281 …acity:h?'1':'0.5',children:[(0,y.jsx)(u.EASUpdateRow,{update:l,isFirst:o,isLast:c,isLoading:p,onPr… 1302 …festPermalink:'123'}}),(0,S.jsx)(n.Divider,{}),(0,S.jsx)(u.EASUpdateRow,{isLast:!0,isLoading:z,onP…
|