Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/expo/packages/html-elements/build/elements/
H A D_Text.web.js5 return createElement('p', { ...props, style: [styles.reset, style], ref });
8 return createElement('b', { ...props, style: [styles.reset, style], ref });
11 return createElement('s', { ...props, style: [styles.reset, style], ref });
14 return createElement('del', { ...props, style: [styles.reset, style], ref });
17 return createElement('strong', { ...props, style: [styles.reset, style], ref });
20 return createElement('i', { ...props, style: [styles.reset, style], ref });
23 return createElement('q', { ...props, style: [styles.reset, style], ref });
29 return createElement('em', { ...props, style: [styles.reset, style], ref });
38 return createElement('mark', { ...props, style: [styles.reset, style], ref });
47 return createElement('pre', { ...props, style: [styles.reset, style], ref });
[all …]
H A DText.js7 return React.createElement(Text, { ...props, style: [styles.p, style], ref: ref });
10 return React.createElement(Text, { ...props, style: [styles.b, style], ref: ref });
13 return React.createElement(Text, { ...props, style: [styles.s, style], ref: ref });
16 return React.createElement(Text, { ...props, style: [styles.i, style], ref: ref });
19 return (React.createElement(Text, { ...props, style: [styles.q, style], ref: ref },
25 return React.createElement(View, { ...props, style: [styles.blockQuote, style], ref: ref });
28 return React.createElement(Text, { ...props, style: [styles.br, style], ref: ref });
31 return React.createElement(Text, { ...props, style: [styles.mark, style], ref: ref });
34 return React.createElement(Text, { ...props, style: [styles.code, style], ref: ref });
41 …return React.createElement(Text, { ...props, style: [styles.code, styles.pre, props.style], ref: r…
[all …]
/expo/docs/public/static/examples/v46.0.0/tutorial/02-image-picker/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v46.0.0/tutorial/03-button-options/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={onPress}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v46.0.0/tutorial/01-layout/
H A DButton.js9 styles.buttonContainer,
13 style={[styles.button, { backgroundColor: '#fff' }]}
15 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
16 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
23 <View style={styles.buttonContainer}> field
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
25 <Text style={styles.buttonLabel}>{label}</Text>
31 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v47.0.0/tutorial/02-image-picker/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/unversioned/tutorial/03-button-options/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={onPress}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/unversioned/tutorial/01-layout/
H A DButton.js9 styles.buttonContainer,
13 style={[styles.button, { backgroundColor: '#fff' }]}
15 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
16 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
23 <View style={styles.buttonContainer}> field
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
25 <Text style={styles.buttonLabel}>{label}</Text>
31 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v48.0.0/tutorial/01-layout/
H A DButton.js9 styles.buttonContainer,
13 style={[styles.button, { backgroundColor: '#fff' }]}
15 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
16 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
23 <View style={styles.buttonContainer}> field
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
25 <Text style={styles.buttonLabel}>{label}</Text>
31 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v48.0.0/tutorial/02-image-picker/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v49.0.0/tutorial/01-layout/
H A DButton.js9 styles.buttonContainer,
13 style={[styles.button, { backgroundColor: '#fff' }]}
15 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
16 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
23 <View style={styles.buttonContainer}> field
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
25 <Text style={styles.buttonLabel}>{label}</Text>
31 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v49.0.0/tutorial/03-button-options/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={onPress}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/unversioned/tutorial/02-image-picker/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v47.0.0/tutorial/01-layout/
H A DButton.js9 styles.buttonContainer,
13 style={[styles.button, { backgroundColor: '#fff' }]}
15 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
16 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
23 <View style={styles.buttonContainer}> field
24 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
25 <Text style={styles.buttonLabel}>{label}</Text>
31 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v47.0.0/tutorial/03-button-options/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={onPress}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v49.0.0/tutorial/02-image-picker/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={() => alert('You pressed a button.')}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/docs/public/static/examples/v48.0.0/tutorial/03-button-options/
H A DButton.js9 styles.buttonContainer,
12 <Pressable style={[styles.button, { backgroundColor: '#fff' }]} onPress={onPress}>
13 <FontAwesome name="picture-o" size={18} color="#25292e" style={styles.buttonIcon} />
14 <Text style={[styles.buttonLabel, { color: '#25292e' }]}>{label}</Text>
21 <View style={styles.buttonContainer}> field
22 <Pressable style={styles.button} onPress={onPress}>
23 <Text style={styles.buttonLabel}>{label}</Text>
29 const styles = StyleSheet.create({ constant
/expo/apps/native-component-list/src/screens/
H A DSegmentedControlScreen.tsx25 <Text style={styles.text}>
29 <View style={styles.segmentContainer}>
34 <View style={styles.segmentSection}>
48 <View style={styles.segmentSection}>
53 <View style={styles.segmentSection}>
58 <View style={styles.segmentSection}>
63 <View style={styles.segmentContainer}>
73 <View style={styles.segmentContainer}>
81 <View style={styles.segmentSection}>
95 <Text style={[styles.text]}>
[all …]
H A DPagerViewScreen.tsx8 style={styles.container}
13 <View key="1" style={styles.page}>
14 <Text style={styles.text}>First page</Text>
15 <Text style={styles.description}>Swipe this to scroll to the next page</Text>
17 <View key="2" style={styles.page}>
18 <Text style={styles.text}>Second page</Text>
19 <Text style={styles.description}>Swipe this to scroll back</Text>
30 const styles = StyleSheet.create({
/expo/home/components/
H A DPrimaryButton.tsx28 <View style={[plain ? styles.plainButton : styles.button, style]}>
29 <Text style={plain ? styles.plainButtonText : styles.buttonText}>{children}</Text>
31 <View style={styles.activityIndicatorContainer}>
38 <TouchableOpacity {...props} style={[plain ? styles.plainButton : styles.button, style]}>
39 <Text style={plain ? styles.plainButtonText : styles.buttonText}>{children}</Text>
41 <View style={styles.activityIndicatorContainer}>
49 const styles = StyleSheet.create({
/expo/docs/pages/
H A D_document.tsx5 import { globalDiff } from '~/global-styles/diff';
6 import { globalExtras } from '~/global-styles/extras';
7 import { globalNProgress } from '~/global-styles/nprogress';
8 import { globalPrism } from '~/global-styles/prism';
9 import { globalTippy } from '~/global-styles/tippy';
16 styles: <>{initialProps.styles}</>,
24 <Global styles={[globalNProgress, globalPrism, globalTippy, globalDiff, globalExtras]} />
/expo/apps/native-component-list/src/screens/Reanimated/
H A DReanimatedScreen.tsx15 <View style={styles.exampleContainer}>
16 <HeadingText style={styles.header}>Lightbox</HeadingText>
19 <View style={styles.exampleContainer}>
20 <HeadingText style={styles.header}>Wobble</HeadingText>
23 <View style={styles.exampleContainer}>
24 <HeadingText style={styles.header}>Swipeable</HeadingText>
27 <View style={styles.exampleContainer}>
28 <HeadingText style={styles.header}>Layout Animation</HeadingText>
36 const styles = StyleSheet.create({
/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.web.js23 styles.fakeControl,
24 value && styles.fakeControlChecked,
27 disabled && styles.fakeControlDisabled,
28 value && disabled && styles.fakeControlCheckedAndDisabled,
36 style: [styles.nativeControl, styles.cursorInherit],
39 …return (React.createElement(View, { ...other, style: [styles.root, style, disabled && styles.curso…
44 const styles = StyleSheet.create({ constant
/expo/apps/native-component-list/src/screens/Image/
H A DImagePriorityScreen.tsx12 style: styles.image,
17 <View style={styles.container}>
18 <View style={styles.imageRow}>
19 <View style={styles.imageBox}>
25 <Text style={styles.label}>LOW</Text>
27 <View style={styles.imageBox}>
33 <Text style={styles.label}>NORMAL</Text>
35 <View style={styles.imageBox}>
41 <Text style={styles.label}>HIGH</Text>
49 const styles = StyleSheet.create({
/expo/apps/fabric-tester/
H A DApp.tsx30 <SafeAreaView style={styles.container}>
52 <View style={styles.exampleContainer}>
66 <View style={styles.exampleContainer}>
67 <View style={styles.gradient}>
71 <View style={styles.buttons}>
84 <View style={[styles.exampleContainer, styles.blurExample]}>
120 <View style={[styles.exampleContainer, styles.videoExample]}>
123 style={styles.video}
132 <View style={styles.buttons}>
177 <View style={styles.buttons}>
[all …]

12345678910>>...31