Home
last modified time | relevance | path

Searched refs:TouchableOpacity (Results 1 – 25 of 112) sorted by relevance

12345

/expo/home/menu/DevMenuItem/
H A Dindex.tsx3 import { Platform, TouchableOpacity as TouchableOpacityRN } from 'react-native';
4 import { TouchableOpacity as TouchableOpacityGH } from 'react-native-gesture-handler';
15 const TouchableOpacity = Platform.OS === 'android' ? TouchableOpacityGH : TouchableOpacityRN;
27 <TouchableOpacity onPress={_onPress} disabled={!isEnabled}>
39 </TouchableOpacity>
/expo/home/menu/DevMenuButton/
H A Dindex.tsx3 import { Platform, TouchableOpacity as TouchableOpacityRN } from 'react-native';
4 import { TouchableOpacity as TouchableOpacityGH } from 'react-native-gesture-handler';
16 const TouchableOpacity = Platform.OS === 'android' ? TouchableOpacityGH : TouchableOpacityRN;
29 <TouchableOpacity onPress={_onPress} disabled={!isEnabled}>
41 </TouchableOpacity>
/expo/home/screens/SettingsScreen/
H A DTrackingSection.tsx5 import { TouchableOpacity } from 'react-native-gesture-handler';
23 <TouchableOpacity
33 </TouchableOpacity>
36 <TouchableOpacity onPress={handleLearnMorePress}>
42 </TouchableOpacity>
/expo/apps/native-component-list/src/screens/
H A DTouchablesScreen.tsx7 TouchableOpacity,
38 <Section title="TouchableOpacity">
39 <TouchableOpacity style={buttonStyle} onPress={() => {}}>
41 </TouchableOpacity>
/expo/home/components/
H A DShareProjectButton.tsx3 import { Share, StyleSheet, TouchableOpacity } from 'react-native';
10 props: Partial<React.ComponentProps<typeof TouchableOpacity>> & {
26 <TouchableOpacity style={[styles.container, props.style]} onPress={onPress}>
28 </TouchableOpacity>
H A DConstantItem.tsx3 import { TouchableOpacity } from 'react-native-gesture-handler';
13 <TouchableOpacity disabled={!onPress} onPress={onPress}>
18 </TouchableOpacity>
/expo/apps/native-component-list/src/screens/ExpoMaps/components/
H A DExamplesListItem.tsx2 import { StyleSheet, Text, TouchableOpacity } from 'react-native';
11 <TouchableOpacity onPress={onExampleSelect} style={styles.exampleListItem}>
13 </TouchableOpacity>
/expo/apps/native-component-list/src/components/
H A DHeaderIconButton.tsx3 import { StyleSheet, TouchableOpacity, TouchableOpacityProps } from 'react-native';
12 <TouchableOpacity disabled={disabled} style={styles.iconButton} onPress={onPress}>
14 </TouchableOpacity>
/expo/apps/native-component-list/src/screens/Camera/
H A DCameraScreen.tsx286 </TouchableOpacity>
289 </TouchableOpacity>
296 </TouchableOpacity>
305 </TouchableOpacity>
308 </TouchableOpacity>
320 </TouchableOpacity>
322 <TouchableOpacity
334 </TouchableOpacity>
341 </TouchableOpacity>
354 </TouchableOpacity>
[all …]
/expo/docs/pages/versions/unversioned/sdk/
H A Dmagnetometer.mdx30 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
69 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
71 </TouchableOpacity>
72 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
74 </TouchableOpacity>
75 <TouchableOpacity onPress={_fast} style={styles.button}>
77 </TouchableOpacity>
H A Dgyroscope.mdx28 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
67 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
72 </TouchableOpacity>
73 <TouchableOpacity onPress={_fast} style={styles.button}>
75 </TouchableOpacity>
H A Daccelerometer.mdx29 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
64 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
66 </TouchableOpacity>
67 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_fast} style={styles.button}>
72 </TouchableOpacity>
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dgyroscope.mdx28 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
67 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
72 </TouchableOpacity>
73 <TouchableOpacity onPress={_fast} style={styles.button}>
75 </TouchableOpacity>
H A Dmagnetometer.mdx30 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
69 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
71 </TouchableOpacity>
72 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
74 </TouchableOpacity>
75 <TouchableOpacity onPress={_fast} style={styles.button}>
77 </TouchableOpacity>
H A Daccelerometer.mdx29 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
64 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
66 </TouchableOpacity>
67 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_fast} style={styles.button}>
72 </TouchableOpacity>
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmagnetometer.mdx30 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
69 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
71 </TouchableOpacity>
72 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
74 </TouchableOpacity>
75 <TouchableOpacity onPress={_fast} style={styles.button}>
77 </TouchableOpacity>
H A Dgyroscope.mdx28 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
67 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
72 </TouchableOpacity>
73 <TouchableOpacity onPress={_fast} style={styles.button}>
75 </TouchableOpacity>
H A Daccelerometer.mdx29 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
64 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
66 </TouchableOpacity>
67 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_fast} style={styles.button}>
72 </TouchableOpacity>
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dgyroscope.mdx28 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
67 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
72 </TouchableOpacity>
73 <TouchableOpacity onPress={_fast} style={styles.button}>
75 </TouchableOpacity>
H A Dmagnetometer.mdx30 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
69 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
71 </TouchableOpacity>
72 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
74 </TouchableOpacity>
75 <TouchableOpacity onPress={_fast} style={styles.button}>
77 </TouchableOpacity>
H A Daccelerometer.mdx29 import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
64 <TouchableOpacity onPress={subscription ? _unsubscribe : _subscribe} style={styles.button}>
66 </TouchableOpacity>
67 <TouchableOpacity onPress={_slow} style={[styles.button, styles.middleButton]}>
69 </TouchableOpacity>
70 <TouchableOpacity onPress={_fast} style={styles.button}>
72 </TouchableOpacity>
/expo/home/screens/HomeScreen/
H A DRecentlyOpenedHeader.tsx4 import { TouchableOpacity } from 'react-native-gesture-handler';
20 <TouchableOpacity onPress={onClearPress}>
30 </TouchableOpacity>
H A DDevelopmentServersHeader.tsx4 import { TouchableOpacity } from 'react-native-gesture-handler';
25 <TouchableOpacity onPress={onHelpPress}>
36 </TouchableOpacity>
/expo/apps/native-component-list/src/components/FunctionDemo/
H A DActionButton.tsx2 import { View, TouchableOpacity, Text, StyleSheet } from 'react-native';
20 <TouchableOpacity onPress={handlePress}>
22 </TouchableOpacity>
/expo/home/screens/DiagnosticsScreen/
H A DDiagnosticsButton.tsx10 import { TouchableOpacity } from 'react-native-gesture-handler';
22 <TouchableOpacity onPress={onPress}>
44 </TouchableOpacity>

12345