Home
last modified time | relevance | path

Searched refs:Heading (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-dev-client-components/src/__tests__/
H A Dcreate-primitive.test.tsx9 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 DKitchenSinkScreen.tsx1 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 DCrashReportScreen.tsx1 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 DSettingsScreen.tsx3 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 DUpdatesScreen.tsx4 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 DBranchesScreen.tsx2 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 DExtensionsScreen.tsx12 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 DUserProfileScreen.tsx4 Heading,
99 <Heading size="large">Account</Heading>
230 <Heading>{account.ownerUserActor?.username ?? account.name}</Heading>
H A DHomeScreen.tsx3 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 DREADME.md43 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 DSectionHeader.tsx2 import { Heading, Row } from 'expo-dev-client-components';
14 <Heading
20 </Heading>
/expo/home/screens/HomeScreen/
H A DRecentlyOpenedHeader.tsx2 import { Heading, Row, Text } from 'expo-dev-client-components';
13 <Heading
19 </Heading>
H A DDevelopmentServersHeader.tsx2 import { Heading, Row, TerminalIcon, View, Text } from 'expo-dev-client-components';
17 <Heading
23 </Heading>
/expo/packages/expo-dev-launcher/bundle/components/
H A DBaseModal.tsx1 import { Button, Divider, Heading, Row, Spacer, View, XIcon } from 'expo-dev-client-components';
23 <Heading>{title}</Heading>
H A DLogoutConfirmationModal.tsx1 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 DToasts.tsx1 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 DEmptyBranchesMessage.tsx1 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 DEASUpdatesRows.tsx3 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 DAppHeader.tsx4 Heading,
54 <Heading weight="semibold" numberOfLines={1}>
56 </Heading>
/expo/packages/html-elements/src/elements/__tests__/
H A DHeadings-test.tsx9 const Heading = Headings[name];
11 const tree = renderer.create(<Heading />);
/expo/docs/common/
H A DheadingManager.ts52 export type Heading = { alias
69 private _headings: Heading[];
110 ): Heading {
/expo/packages/expo-dev-menu/app/components/
H A DMain.tsx5 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 DText.tsx7 export const Heading = create(RNText, {
/expo/docs/components/
H A DDocumentationSidebarRightLink.tsx6 import { BASE_HEADING_LEVEL, Heading, HeadingType } from '~/common/headingManager';
119 heading: Heading;
H A DDocumentationSidebarRight.tsx9 import { BASE_HEADING_LEVEL, Heading, HeadingManager } from '~/common/headingManager';
160 private handleLinkClick = (event: React.MouseEvent<HTMLAnchorElement>, heading: Heading) => {

12