| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | LogoutConfirmationModal.tsx | 1 import { Button, Heading, Row, Spacer, View } from 'expo-dev-client-components'; 15 <Button.FadeOnPressContainer 21 <Button.Text color="tertiary" weight="bold" align="center"> 23 </Button.Text> 25 </Button.FadeOnPressContainer> 31 <Button.FadeOnPressContainer 37 <Button.Text color="ghost" weight="bold" align="center"> 39 </Button.Text> 41 </Button.FadeOnPressContainer>
|
| H A D | BasicButton.tsx | 1 import { View, Button, Row, scale } from 'expo-dev-client-components'; 7 type ButtonProps = React.ComponentProps<typeof Button.FadeOnPressContainer>; 40 <Button.FadeOnPressContainer bg={type} {...props}> 43 <Button.Text weight="medium" color={type as any} size={size}> 45 </Button.Text> 50 </Button.FadeOnPressContainer>
|
| H A D | ListButton.tsx | 1 import { View, Button } from 'expo-dev-client-components'; 4 type ButtonProps = React.ComponentProps<typeof Button.FadeOnPressContainer>; 21 <Button.FadeOnPressContainer 35 </Button.FadeOnPressContainer>
|
| H A D | EmptyBranchesMessage.tsx | 1 import { Spacer, View, Text, Button, Heading } from 'expo-dev-client-components'; 50 <Button.FadeOnPressContainer 58 <Button.Text weight="medium" color="tertiary"> 60 </Button.Text> 62 </Button.FadeOnPressContainer> 82 <Button.FadeOnPressContainer 88 <Button.Text weight="medium" color="tertiary"> 90 </Button.Text> 92 </Button.FadeOnPressContainer>
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ImageManipulatorScreen.tsx | 53 </Button> 56 </Button> 59 </Button> 60 <Button 64 </Button> 65 <Button 69 </Button> 72 </Button> 75 </Button> 78 </Button> [all …]
|
| H A D | ButtonScreen.tsx | 2 import { Button } from 'react-native'; 11 <Button title="Hello Universe" onPress={() => {}} /> 14 <Button color={Colors.tintColor} title="Blurple" onPress={() => {}} /> 17 <Button disabled title="Disabled" onPress={() => {}} /> 24 title: 'Button',
|
| H A D | KeepAwakeScreen.tsx | 5 import Button from '../components/Button'; 23 <Button style={{ marginBottom: 10 }} onPress={this._activate} title="Activate" /> 24 <Button onPress={this._deactivate} title="Deactivate" />
|
| H A D | StatusBarScreen.tsx | 4 import Button from '../components/Button'; 23 <Button onPress={hide} title="Hide" /> 25 <Button onPress={show} title="Show" />
|
| H A D | SystemUIScreen.tsx | 5 import Button from '../components/Button'; 30 <Button 34 <Button
|
| H A D | AlertScreen.tsx | 4 import Button from '../components/Button'; 30 <Button disabled={Platform.OS !== 'ios'} onPress={showPrompt} title="Prompt for a value" /> 31 <Button onPress={showAlert} title="Give me some options" />
|
| H A D | NavigationBarScreen.tsx | 6 import Button from '../components/Button'; 78 <Button 89 <Button 98 <Button 109 <Button 133 <Button 158 return <Button onPress={onPressBehavior} title={`Behavior: ${nextNavigationBarBehavior}`} />;
|
| H A D | TaskManagerScreen.tsx | 7 import Button from '../components/Button'; 48 <Button 61 <Button 80 <Button 86 <Button 92 <Button
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | UserProfileScreen.tsx | 2 Button, 104 <Button.FadeOnPressContainer 112 </Button.FadeOnPressContainer> 127 <Button.FadeOnPressContainer 136 </Button.Text> 138 </Button.FadeOnPressContainer> 142 <Button.FadeOnPressContainer 151 </Button.Text> 153 </Button.FadeOnPressContainer> 248 </Button.Text> [all …]
|
| H A D | HomeScreen.tsx | 11 Button, 126 </Button.Text> 220 <Button.FadeOnPressContainer 230 <Button.Text color="default"> 232 </Button.Text> 236 </Button.FadeOnPressContainer> 255 <Button.FadeOnPressContainer 266 </Button.Text> 271 </Button.FadeOnPressContainer> 313 </Button.FadeOnPressContainer> [all …]
|
| /expo/apps/native-component-list/src/screens/Video/ |
| H A D | VideoScreen.tsx | 5 import Button from '../../components/Button'; 63 <Button style={styles.button} title="Toggle" onPress={togglePlayer} /> 64 <Button style={styles.button} title="Replace" onPress={replaceItem} /> 65 <Button style={styles.button} title="Seek by 10 seconds" onPress={seekBy} /> 66 <Button style={styles.button} title="Replay" onPress={replay} /> 67 <Button style={styles.button} title="Toggle mute" onPress={toggleMuted} /> 68 <Button style={styles.button} title="Enter fullscreen" onPress={enterFullscreen} />
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/__tests__/__snapshots__/ |
| H A D | Button-test.js.snap | 3 exports[`<Button /> should be disabled and it should set accessibilityState to disabled when disabl… 51 Test Button 57 exports[`<Button /> should be disabled when disabled is empty and accessibilityState={{disabled: tr… 105 Test Button 159 Test Button 209 Test Button 259 Test Button 265 exports[`<Button /> should overwrite accessibilityState with value of disabled prop 1`] = ` 313 Test Button 319 exports[`<Button /> should render as expected 1`] = ` [all …]
|
| /expo/docs/ui/components/Home/ |
| H A D | HomeButton.tsx | 1 import { Button, ButtonProps, mergeClasses } from '@expo/styleguide'; 4 <Button 10 </Button>
|
| /expo/docs/ui/components/Authentication/ |
| H A D | CreateAppButton.tsx | 1 import { Button } from '@expo/styleguide'; 7 <Button 13 </Button>
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/__tests__/__snapshots__/ |
| H A D | Button-test.js.snap | 63 Test Button 129 Test Button 195 Test Button 257 Test Button 319 Test Button 381 Test Button 443 Test Button 449 exports[`<Button /> should overwrite accessibilityState with value of disabled prop 1`] = ` 509 Test Button 515 exports[`<Button /> should render as expected 1`] = ` [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/__tests__/__snapshots__/ |
| H A D | Button-test.js.snap | 63 Test Button 129 Test Button 195 Test Button 257 Test Button 319 Test Button 381 Test Button 443 Test Button 449 exports[`<Button /> should overwrite accessibilityState with value of disabled prop 1`] = ` 509 Test Button 515 exports[`<Button /> should render as expected 1`] = ` [all …]
|
| /expo/docs/public/static/examples/v47.0.0/tutorial/01-layout/ |
| H A D | App.js | 4 import Button from './components/Button'; 16 <Button theme="primary" label="Choose a photo" /> 17 <Button label="Use this photo" />
|
| /expo/docs/public/static/examples/v46.0.0/tutorial/01-layout/ |
| H A D | App.js | 4 import Button from './components/Button'; 16 <Button theme="primary" label="Choose a photo" /> 17 <Button label="Use this photo" />
|
| /expo/docs/public/static/examples/v48.0.0/tutorial/01-layout/ |
| H A D | App.js | 4 import Button from './components/Button'; 16 <Button theme="primary" label="Choose a photo" /> 17 <Button label="Use this photo" />
|
| /expo/docs/public/static/examples/unversioned/tutorial/01-layout/ |
| H A D | App.js | 4 import Button from './components/Button'; 16 <Button theme="primary" label="Choose a photo" /> 17 <Button label="Use this photo" />
|
| /expo/docs/public/static/examples/v49.0.0/tutorial/01-layout/ |
| H A D | App.js | 4 import Button from './components/Button'; 16 <Button theme="primary" label="Choose a photo" /> 17 <Button label="Use this photo" />
|