Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap4 <Text>
5 <Text
14 </Text>
15 <Text>
17 </Text>
18 <Text
28 </Text>
32 <Text>
33 <Text
46 </Text>
[all …]
H A DLogBoxInspectorReactFrames-test.js.snap40 <Text
51 <Text
82 <Text
96 </Text>
121 <Text
218 <Text
310 <Text
402 <Text
441 <Text
540 <Text
[all …]
H A DLogBoxInspectorSection-test.js.snap21 <Text
34 </Text>
35 <Text>
37 </Text>
46 <Text>
48 </Text>
71 <Text
84 </Text>
93 <Text>
95 </Text>
H A DLogBoxInspectorMessageHeader-test.js.snap30 <Text
47 </Text>
49 <Text
76 </Text>
107 <Text
126 <Text
153 </Text>
203 <Text
293 <Text
370 <Text
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap5 <Text>
7 </Text>
8 <Text
12 </Text>
13 <Text>
15 </Text>
21 <Text>
24 <Text
40 <Text
52 <Text>
[all …]
H A DLogBoxInspectorReactFrames-test.js.snap40 <Text
51 <Text
82 <Text
96 </Text>
121 <Text
218 <Text
310 <Text
402 <Text
441 <Text
540 <Text
[all …]
H A DLogBoxInspectorSection-test.js.snap21 <Text
34 </Text>
35 <Text>
37 </Text>
46 <Text>
48 </Text>
71 <Text
84 </Text>
93 <Text>
95 </Text>
H A DLogBoxInspectorMesageHeader-test.js.snap30 <Text
47 </Text>
49 <Text
76 </Text>
107 <Text
126 <Text
153 </Text>
203 <Text
293 <Text
370 <Text
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap5 <Text>
7 </Text>
8 <Text
12 </Text>
13 <Text>
15 </Text>
21 <Text>
24 <Text
40 <Text
52 <Text>
[all …]
H A DLogBoxInspectorReactFrames-test.js.snap40 <Text
51 <Text
82 <Text
96 </Text>
121 <Text
218 <Text
310 <Text
402 <Text
441 <Text
540 <Text
[all …]
H A DLogBoxInspectorSection-test.js.snap21 <Text
34 </Text>
35 <Text>
37 </Text>
46 <Text>
48 </Text>
71 <Text
84 </Text>
93 <Text>
95 </Text>
H A DLogBoxInspectorMesageHeader-test.js.snap30 <Text
47 </Text>
49 <Text
76 </Text>
107 <Text
126 <Text
153 </Text>
203 <Text
293 <Text
370 <Text
[all …]
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios4 <Text
12 </Text>
16 <Text
37 <Text
48 <Text
61 <Text
73 <Text
85 <Text
96 <Text
108 <Text
[all …]
H A DText-test.tsx.snap.android4 <Text
12 </Text>
16 <Text
37 <Text
48 <Text
61 <Text
73 <Text
85 <Text
96 <Text
108 <Text
[all …]
/expo/packages/expo-updates/src/__tests__/
H A DUseUpdatesTestApp.tsx23 <Text testID="currentlyRunning_updateId">{currentlyRunning.updateId}</Text>
24 <Text testID="currentlyRunning_channel">{currentlyRunning.channel}</Text>
27 </Text>
31 </Text>
33 <Text testID="availableUpdate_updateId">{availableUpdate?.updateId || ''}</Text>
37 <Text testID="isUpdateAvailable">{`${isUpdateAvailable}`}</Text>
38 <Text testID="isUpdatePending">{`${isUpdatePending}`}</Text>
41 }`}</Text>
44 }`}</Text>
46 {checkError ? <Text testID="checkError">{checkError.message}</Text> : null}
[all …]
/expo/apps/native-component-list/src/screens/InAppPurchases/
H A DInAppPurchases.tsx22 Text,
100 <Text style={styles.itemTitle}>{item.title}</Text>
101 <Text>Description: {item.description}</Text>
102 <Text>Price: {item.price}</Text>
103 <Text>Currency Code: {item.priceCurrencyCode}</Text>
105 <Text>Product ID: {item.productId}</Text>
106 <Text>Type: {item.type}</Text>
121 <Text>Purchase State: {record.purchaseState}</Text>
122 <Text>Purchase Time: {record.purchaseTime}</Text>
123 <Text>Order ID: {record.orderId}</Text>
[all …]
/expo/home/menu/
H A DDevMenuOnboarding.tsx18 <Text size="medium">
26 </Text>
28 </Text>
29 </Text>
32 <Text size="medium">
36 </Text>{' '}
40 </Text>{' '}
42 </Text>
59 </Text>
63 </Text>
[all …]
/expo/packages/expo-dev-menu/app/components/
H A DOnboarding.tsx14 <Text size="medium">
22 </Text>
24 </Text>
25 </Text>
28 <Text size="medium">
32 </Text>{' '}
36 </Text>{' '}
38 </Text>
63 </Text>
68 </Text>
[all …]
/expo/packages/expo-router/src/__tests__/
H A DinitialRouteName.test.tsx2 import { Text } from 'react-native';
19 return <Text>index</Text>;
21 apple: () => <Text>apple</Text>,
39 return <Text>index</Text>;
41 apple: () => <Text>apple</Text>,
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DText.tsx9 static title = 'Text';
16 </Svg.Text>
30 </Svg.Text>
33 </Svg.Text>
36 </Svg.Text>
53 <Svg.Text
62 </Svg.Text>
80 <Svg.Text
91 </Svg.Text>
164 <Svg.Text
[all …]
/expo/packages/expo-dev-launcher/bundle/components/
H A DDevServerExplainerModal.tsx1 import { Text, Spacer, View } from 'expo-dev-client-components';
10 <Text size="medium">Start a local development server with:</Text>
14 <Text type="mono" size="small">
16 </Text>
20 <Text>Then, select the local server when it appears here.</Text>
22 <Text>
24 </Text>
/expo/apps/test-suite/components/
H A DDoneText.js2 import { StyleSheet, Text, View } from 'react-native';
8 <Text testID="test_suite_loading_results" style={styles.doneMessage}>
10 </Text>
13 <Text testID="test_suite_text_results" style={styles.doneMessage}>
16 </Text>
19 <Text style={styles.finalResults} pointerEvents="none" testID="test_suite_final_results">
21 </Text>
/expo/apps/native-component-list/src/screens/
H A DGestureHandlerListScreen.tsx2 import { Dimensions, StyleSheet, Text, View } from 'react-native';
16 <Text style={styles.title}>LongPressGestureHandler, TapGestureHandler</Text>
17 <Text style={styles.paragraph}>
19 </Text>
24 <Text>Try this button out!</Text>
33 <Text>A second fancy button!</Text>
38 <Text style={styles.title}>PanGestureHandler, RotationGestureHandler</Text>
39 <Text style={styles.paragraph}>
42 </Text>
H A DTextScreen.tsx2 import { Text } from 'react-native';
13 <Text>
16 </Text>
17 <Text style={linkStyle} onPress={() => alert('pressed!')}>
19 </Text>
20 <Text numberOfLines={1} ellipsizeMode="tail">
22 </Text>
29 title: 'Text',
H A DPagerViewScreen.tsx2 import { StyleSheet, Text, View } from 'react-native';
14 <Text style={styles.text}>First page</Text>
15 <Text style={styles.description}>Swipe this to scroll to the next page</Text>
18 <Text style={styles.text}>Second page</Text>
19 <Text style={styles.description}>Swipe this to scroll back</Text>

12345678910>>...36