Home
last modified time | relevance | path

Searched refs:Pressable (Results 1 – 25 of 95) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/Pressable/__tests__/__snapshots__/
H A DPressable-test.js.snap42 <Memo(Pressable)>
44 </Memo(Pressable)>
48 <Memo(Pressable)>
50 </Memo(Pressable)>
102 <Memo(Pressable)
110 <Memo(Pressable)
166 <Memo(Pressable)
175 <Memo(Pressable)
234 <Memo(Pressable)
247 <Memo(Pressable)
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Pressable/__tests__/__snapshots__/
H A DPressable-test.js.snap76 <Memo(Pressable)>
78 </Memo(Pressable)>
82 <Memo(Pressable)>
84 </Memo(Pressable)>
160 <Memo(Pressable)
168 <Memo(Pressable)
248 <Memo(Pressable)
257 <Memo(Pressable)
338 <Memo(Pressable)
351 <Memo(Pressable)
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Pressable/__tests__/__snapshots__/
H A DPressable-test.js.snap76 <Memo(Pressable)>
78 </Memo(Pressable)>
82 <Memo(Pressable)>
84 </Memo(Pressable)>
160 <Memo(Pressable)
168 <Memo(Pressable)
248 <Memo(Pressable)
257 <Memo(Pressable)
338 <Memo(Pressable)
351 <Memo(Pressable)
[all …]
/expo/apps/native-component-list/src/screens/
H A DPressableScreen.tsx30 title: 'Pressable',
50 <Pressable
61 </Pressable>
75 <Pressable disabled onPress={action('Pressable')}>
79 </Pressable>
81 <Pressable onPress={action('Pressable')}>
85 </Pressable>
107 <Pressable
115 </Pressable>
119 <Pressable
[all …]
/expo/packages/expo-router/build/views/
H A DPressable.js3 exports.Pressable = void 0;
5 exports.Pressable = react_native_1.Pressable;
/expo/docs/public/static/examples/v46.0.0/tutorial/02-image-picker/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
24 </Pressable>
/expo/docs/public/static/examples/v46.0.0/tutorial/03-button-options/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={onPress}>
24 </Pressable>
H A DIconButton.js1 import { Pressable, StyleSheet, Text } from 'react-native';
6 <Pressable style={styles.iconButton} onPress={onPress}>
9 </Pressable>
/expo/docs/public/static/examples/v46.0.0/tutorial/01-layout/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable
17 </Pressable>
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
26 </Pressable>
/expo/docs/public/static/examples/v47.0.0/tutorial/02-image-picker/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
24 </Pressable>
/expo/docs/public/static/examples/unversioned/tutorial/03-button-options/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={onPress}>
24 </Pressable>
H A DIconButton.js1 import { Pressable, StyleSheet, Text } from 'react-native';
6 <Pressable style={styles.iconButton} onPress={onPress}>
9 </Pressable>
/expo/docs/public/static/examples/unversioned/tutorial/01-layout/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable
17 </Pressable>
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
26 </Pressable>
/expo/docs/public/static/examples/v48.0.0/tutorial/01-layout/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable
17 </Pressable>
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
26 </Pressable>
/expo/docs/public/static/examples/v48.0.0/tutorial/02-image-picker/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
24 </Pressable>
/expo/docs/public/static/examples/v49.0.0/tutorial/01-layout/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable
17 </Pressable>
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
26 </Pressable>
/expo/docs/public/static/examples/v49.0.0/tutorial/03-button-options/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={onPress}>
24 </Pressable>
H A DIconButton.js1 import { Pressable, StyleSheet, Text } from 'react-native';
6 <Pressable style={styles.iconButton} onPress={onPress}>
9 </Pressable>
/expo/docs/public/static/examples/unversioned/tutorial/02-image-picker/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
24 </Pressable>
/expo/docs/public/static/examples/v47.0.0/tutorial/01-layout/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable
17 </Pressable>
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
26 </Pressable>
/expo/docs/public/static/examples/v47.0.0/tutorial/03-button-options/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={onPress}>
24 </Pressable>
H A DIconButton.js1 import { Pressable, StyleSheet, Text } from 'react-native';
6 <Pressable style={styles.iconButton} onPress={onPress}>
9 </Pressable>
/expo/docs/public/static/examples/v49.0.0/tutorial/02-image-picker/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
24 </Pressable>
/expo/docs/public/static/examples/v48.0.0/tutorial/03-button-options/
H A DButton.js1 import { StyleSheet, View, Pressable, Text } from 'react-native';
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
15 </Pressable>
22 <Pressable style={styles.button} onPress={onPress}>
24 </Pressable>
H A DIconButton.js1 import { Pressable, StyleSheet, Text } from 'react-native';
6 <Pressable style={styles.iconButton} onPress={onPress}>
9 </Pressable>

1234