| /expo/tools/src/publish-packages/tasks/ |
| H A D | checkRepositoryStatus.ts | 60 async function checkBranchNameAsync(branchName: string) { 63 return branchName === 'main'; 67 if (branchName === 'main' || /^[\w\-@]+\/\d+\.(x\.x|\d+\.x)$/.test(branchName)) { 73 `It's recommended to publish from ${blue('main')} branch, while you're at ${blue(branchName)}`
|
| /expo/packages/expo-dev-launcher/bundle/queries/ |
| H A D | useUpdatesForBranch.tsx | 24 $branchName: String! 31 updateBranchByName(name: $branchName) { 47 branchName: string, 54 branchName, 75 export function useUpdatesForBranch(branchName: string) { 81 ['updates', appId, branchName, queryOptions.pageSize], 83 getUpdatesForBranchAsync(appId, branchName, pageParam, queryOptions.pageSize), 114 export function primeCacheWithUpdates(appId: string, branchName: string, updates: Update[]) { 115 queryClient.setQueryData(['updates', appId, branchName], {
|
| /expo/home/screens/BranchDetailsScreen/ |
| H A D | index.tsx | 8 const { appId, branchName } = props.route.params; 10 return <BranchDetailsContainer {...props} appId={appId} branchName={branchName} />;
|
| H A D | BranchDetailsContainer.tsx | 11 props: { appId: string; branchName: string } & StackScreenProps<HomeStackRoutes, 'BranchDetails'> 18 name: props.branchName,
|
| H A D | BranchDetailsView.tsx | 26 branchName: string; 31 export function BranchDetailsView({ error, data, refetch, branchName, networkStatus }: Props) { 61 name={branchName}
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | UpdatesScreen.tsx | 35 const { branchName } = route.params; 46 } = useUpdatesForBranch(branchName); 145 branchName={branchName} 167 branchName: string; 172 function BranchDetailsHeader({ branchName, updates, onOpenPress }: BranchDetailsHeaderProps) { 179 if (channel.branches.includes(branchName)) { 180 availableChannels.push(branchName); 197 {branchName}
|
| H A D | ExtensionsStack.tsx | 12 branchName: string;
|
| H A D | HomeScreen.tsx | 292 <RecentEASUpdateRow url={app.url} message={app.updateMessage} branchName={app.branchName} /> 377 function RecentEASUpdateRow({ url, branchName, message }) { 397 <Text size="small" numberOfLines={1}>{`Branch: ${branchName}`}</Text>
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | BranchesScreen.test.tsx | 20 branchName, 24 branchName: string; 34 name: branchName, 64 branchName: 'testBranch', 92 branchName: 'testBranch', 107 expect(mockNavigation.navigate).toHaveBeenCalledWith('Updates', { branchName: 'testBranch' });
|
| H A D | ExtensionsScreen.test.tsx | 34 branchName, 38 branchName: string; 48 name: branchName, 125 branchName: 'testBranch', 140 expect(mockNavigation.navigate).toHaveBeenCalledWith('Updates', { branchName: 'testBranch' }); 196 branchName: 'testBranch',
|
| H A D | UpdatesScreen.test.tsx | 44 route={{ key: '1', name: 'Updates', params: { branchName: 'joe' } }} 70 route={{ key: '1', name: 'Updates', params: { branchName: 'joe' } }} 93 route={{ key: '1', name: 'Updates', params: { branchName: 'joe' } }}
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherRecentlyOpenedAppsRegistry.swift | 53 …if let metadata: [String: Any] = json["metadata"] as? [String : Any], let branchName = metadata["b… in appWasOpened() 54 appEntry["branchName"] = branchName; in appWasOpened()
|
| H A D | main.jsbundle | 1197 $branchName: String! 1204 updateBranchByName(name: $branchName) { 1216 …function S(){return(S=(0,i.default)((function*(t,n,i,u){var o={appId:t,branchName:n,offset:(i-1)*u… 1267 …branchName:j.name})},children:[(0,u.jsxs)(s.Row,{align:"center",children:[(0,u.jsxs)(s.Row,{shrink… 1280 …branchName,L=l.useState(!1),O=(0,t.default)(L,2),z=O[0],U=O[1],C=(0,w.useUpdatesForBranch)(v),S=C.… 1295 …branchName:n.branchName}):(0,C.jsx)(D,{label:t,url:n.url})}return(0,C.jsxs)(o.View,{px:"medium",ch…
|
| /expo/home/navigation/ |
| H A D | Navigation.types.ts | 12 BranchDetails: { appId: string; branchName: string };
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherRecentlyOpenedAppsRegistry.kt | 19 val branchName: String? in <lambda>() constant in expo.modules.devlauncher.launcher.DevLauncherAppEntry
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | RecentlyOpenedAppsProvider.tsx | 18 branchName: string;
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | EASUpdatesRows.tsx | 52 navigation.navigate('Updates', { branchName: branch.name }); 135 navigation.navigate('Updates', { branchName: branch.name });
|
| /expo/home/components/ |
| H A D | BranchListItem.tsx | 41 navigation.navigate('BranchDetails', { appId, branchName: name });
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/ |
| H A D | DevLauncherInternalModule.kt | 143 app.putString("branchName", recentlyOpenedApp.branchName) in getRecentlyOpenedApps()
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1198 $branchName: String! 1205 updateBranchByName(name: $branchName) { 1217 …function S(){return(S=(0,i.default)((function*(t,n,i,u){var o={appId:t,branchName:n,offset:(i-1)*u… 1268 …branchName:j.name})},children:[(0,u.jsxs)(s.Row,{align:"center",children:[(0,u.jsxs)(s.Row,{shrink… 1281 …branchName,L=l.useState(!1),O=(0,t.default)(L,2),z=O[0],U=O[1],C=(0,w.useUpdatesForBranch)(v),S=C.… 1296 …branchName:n.branchName}):(0,C.jsx)(D,{label:t,url:n.url})}return(0,C.jsxs)(o.View,{px:"medium",ch…
|