| /expo/packages/expo-dev-client-components/src/__tests__/ |
| H A D | create-primitive.test.tsx | 9 const Heading = create(Text, {}); 12 const { toJSON: textJSON } = render(<Heading>Hi</Heading>); 24 const Heading = create(Text, { 34 const { toJSON } = render(<Heading size="large">Hi</Heading>); 42 const Heading = create(Text, { 48 const { toJSON } = render(<Heading>Hi</Heading>); 54 const Heading = create(Text, { 60 const { toJSON } = render(<Heading>Hi</Heading>); 84 const Heading = create(Text, { 105 <Heading bg="test">Hi</Heading> [all …]
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | KitchenSinkScreen.tsx | 1 import { Divider, Heading, Row, Spacer, View } from 'expo-dev-client-components'; 37 <Heading size="large">Kitchen Sink</Heading> 41 <Heading>Load More Button</Heading> 46 <Heading>FlatList Loader</Heading> 51 <Heading>Basic Buttons</Heading> 72 <Heading>Toasts</Heading> 87 <Heading>Update Rows</Heading>
|
| H A D | CrashReportScreen.tsx | 1 import { View, Text, Heading, Button, Row, Spacer } from 'expo-dev-client-components'; 80 <Heading color="secondary">Occured:</Heading> 88 <Heading color="secondary">Reason:</Heading> 97 <Heading color="secondary">Stack trace:</Heading>
|
| H A D | SettingsScreen.tsx | 3 Heading, 92 <Heading size="large">Settings</Heading> 114 <Heading color="secondary">Menu gestures</Heading> 245 <Heading color="secondary">Debug Settings</Heading> 268 </Heading> 343 <Heading color="secondary">EAS Update Debug Settings</Heading> 348 <Heading color="secondary">Current Settings</Heading> 359 <Heading size="small" color="secondary"> 361 </Heading> 377 <Heading size="small" color="secondary"> [all …]
|
| H A D | UpdatesScreen.tsx | 4 Heading, 62 <Heading size="small" color="secondary"> 64 </Heading> 95 <Heading>There are no updates available for this branch.</Heading> 196 <Heading weight="bold" numberOfLines={2}> 198 </Heading>
|
| H A D | BranchesScreen.tsx | 2 import { Heading, View, Divider, Spacer, Text } from 'expo-dev-client-components'; 42 <Heading size="small" color="secondary"> 44 </Heading> 166 <Heading size="small" color="secondary"> 168 </Heading>
|
| H A D | ExtensionsScreen.tsx | 12 Heading, 244 <Heading size="small" color="secondary"> 246 </Heading> 289 <Heading size="small" color="secondary"> 291 </Heading> 303 <Heading size="small" color="secondary"> 305 </Heading>
|
| H A D | UserProfileScreen.tsx | 4 Heading, 99 <Heading size="large">Account</Heading> 230 <Heading>{account.ownerUserActor?.username ?? account.name}</Heading>
|
| H A D | HomeScreen.tsx | 3 Heading, 136 <Heading color="secondary">Development servers</Heading> 304 <Heading color="secondary">Recently opened</Heading> 309 <Heading size="small" weight="semibold" color="secondary"> 311 </Heading> 412 <Heading size="small" numberOfLines={1}> 414 </Heading>
|
| /expo/packages/expo-dev-client-components/ |
| H A D | README.md | 43 const Heading = create(Text, { 75 This above produces a `Heading` component that can be used like so: 80 <Heading size="medium" color="success"> 82 </Heading> 91 We can extend the `Heading` component above with selectors: 94 const Heading = create(RNText, { 102 // ...any `Heading` with `color="success"`... 119 <Heading 125 </Heading> 139 const Heading = create(RNText, {
|
| /expo/home/components/ |
| H A D | SectionHeader.tsx | 2 import { Heading, Row } from 'expo-dev-client-components'; 14 <Heading 20 </Heading>
|
| /expo/home/screens/HomeScreen/ |
| H A D | RecentlyOpenedHeader.tsx | 2 import { Heading, Row, Text } from 'expo-dev-client-components'; 13 <Heading 19 </Heading>
|
| H A D | DevelopmentServersHeader.tsx | 2 import { Heading, Row, TerminalIcon, View, Text } from 'expo-dev-client-components'; 17 <Heading 23 </Heading>
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | BaseModal.tsx | 1 import { Button, Divider, Heading, Row, Spacer, View, XIcon } from 'expo-dev-client-components'; 23 <Heading>{title}</Heading>
|
| H A D | LogoutConfirmationModal.tsx | 1 import { Button, Heading, Row, Spacer, View } from 'expo-dev-client-components'; 9 <Heading weight="medium">Are you sure you want to log out?</Heading>
|
| H A D | Toasts.tsx | 1 import { View, Text, WarningIcon, Row, Spacer, Heading } from 'expo-dev-client-components'; 27 <Heading color="warning" size="small" style={{ top: 1 }}> 29 </Heading>
|
| H A D | EmptyBranchesMessage.tsx | 1 import { Spacer, View, Text, Button, Heading } from 'expo-dev-client-components'; 32 <Heading>There are no branches compatible with this development build.</Heading> 73 <Heading>This app has no published updates yet.</Heading>
|
| H A D | EASUpdatesRows.tsx | 3 Heading, 93 <Heading size="small" numberOfLines={1}> 95 </Heading> 170 <Heading size="small" numberOfLines={1} color="secondary"> 172 </Heading> 212 <Heading size="small" numberOfLines={1}> 214 </Heading>
|
| H A D | AppHeader.tsx | 4 Heading, 54 <Heading weight="semibold" numberOfLines={1}> 56 </Heading>
|
| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Headings-test.tsx | 9 const Heading = Headings[name]; 11 const tree = renderer.create(<Heading />);
|
| /expo/docs/common/ |
| H A D | headingManager.ts | 52 export type Heading = { alias 69 private _headings: Heading[]; 110 ): Heading {
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Main.tsx | 5 Heading, 93 <Heading weight="bold" numberOfLines={1}> 95 </Heading> 165 <Heading size="small" color="secondary"> 167 </Heading> 291 <Heading color="warning" size="small" style={{ top: 1 }}> 293 </Heading>
|
| /expo/packages/expo-dev-client-components/src/ |
| H A D | Text.tsx | 7 export const Heading = create(RNText, {
|
| /expo/docs/components/ |
| H A D | DocumentationSidebarRightLink.tsx | 6 import { BASE_HEADING_LEVEL, Heading, HeadingType } from '~/common/headingManager'; 119 heading: Heading;
|
| H A D | DocumentationSidebarRight.tsx | 9 import { BASE_HEADING_LEVEL, Heading, HeadingManager } from '~/common/headingManager'; 160 private handleLinkClick = (event: React.MouseEvent<HTMLAnchorElement>, heading: Heading) => {
|