| /expo/home/menu/DevMenuItem/ |
| H A D | index.tsx | 3 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 D | index.tsx | 3 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 D | TrackingSection.tsx | 5 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 D | TouchablesScreen.tsx | 7 TouchableOpacity, 38 <Section title="TouchableOpacity"> 39 <TouchableOpacity style={buttonStyle} onPress={() => {}}> 41 </TouchableOpacity>
|
| /expo/home/components/ |
| H A D | ShareProjectButton.tsx | 3 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 D | ConstantItem.tsx | 3 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 D | ExamplesListItem.tsx | 2 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 D | HeaderIconButton.tsx | 3 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 D | CameraScreen.tsx | 286 </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 D | magnetometer.mdx | 30 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 D | gyroscope.mdx | 28 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 D | accelerometer.mdx | 29 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 D | gyroscope.mdx | 28 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 D | magnetometer.mdx | 30 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 D | accelerometer.mdx | 29 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 D | magnetometer.mdx | 30 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 D | gyroscope.mdx | 28 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 D | accelerometer.mdx | 29 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 D | gyroscope.mdx | 28 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 D | magnetometer.mdx | 30 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 D | accelerometer.mdx | 29 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 D | RecentlyOpenedHeader.tsx | 4 import { TouchableOpacity } from 'react-native-gesture-handler'; 20 <TouchableOpacity onPress={onClearPress}> 30 </TouchableOpacity>
|
| H A D | DevelopmentServersHeader.tsx | 4 import { TouchableOpacity } from 'react-native-gesture-handler'; 25 <TouchableOpacity onPress={onHelpPress}> 36 </TouchableOpacity>
|
| /expo/apps/native-component-list/src/components/FunctionDemo/ |
| H A D | ActionButton.tsx | 2 import { View, TouchableOpacity, Text, StyleSheet } from 'react-native'; 20 <TouchableOpacity onPress={handlePress}> 22 </TouchableOpacity>
|
| /expo/home/screens/DiagnosticsScreen/ |
| H A D | DiagnosticsButton.tsx | 10 import { TouchableOpacity } from 'react-native-gesture-handler'; 22 <TouchableOpacity onPress={onPress}> 44 </TouchableOpacity>
|