Home
last modified time | relevance | path

Searched refs:ScrollView (Results 1 – 25 of 172) sorted by relevance

1234567

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap3 exports[`<ScrollView /> should render as expected: should deep render when mocked (please verify ou…
15 exports[`<ScrollView /> should render as expected: should deep render when not mocked (please verif…
68 exports[`<ScrollView /> should render as expected: should shallow render as <ScrollView /> when moc…
69 <ScrollView>
75 </ScrollView>
78 exports[`<ScrollView /> should render as expected: should shallow render as <ScrollView /> when not…
79 <ScrollView>
85 </ScrollView>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap3 exports[`<ScrollView /> should render as expected: should deep render when mocked (please verify ou…
15 exports[`<ScrollView /> should render as expected: should deep render when not mocked (please verif…
68 exports[`<ScrollView /> should render as expected: should shallow render as <ScrollView /> when moc…
69 <ScrollView>
75 </ScrollView>
78 exports[`<ScrollView /> should render as expected: should shallow render as <ScrollView /> when not…
79 <ScrollView>
85 </ScrollView>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap3 exports[`ScrollView renders its children: should deep render when mocked (please verify output manu…
15 exports[`ScrollView renders its children: should deep render when not mocked (please verify output …
68 exports[`ScrollView renders its children: should shallow render as <ScrollView /> when mocked 1`] =…
69 <ScrollView>
75 </ScrollView>
78 exports[`ScrollView renders its children: should shallow render as <ScrollView /> when not mocked 1…
79 <ScrollView>
85 </ScrollView>
/expo/apps/native-component-list/src/components/
H A DConsoleBox.tsx3 import { ScrollView, StyleSheet, ViewStyle } from 'react-native';
11 <ScrollView style={[styles.scrollView, style]} indicatorStyle="black">
12 <ScrollView contentContainerStyle={styles.contentContainer} horizontal indicatorStyle="black">
14 </ScrollView>
15 </ScrollView>
H A DPage.tsx4 import { StyleSheet, View, ScrollView } from 'react-native';
11 <ScrollView style={[styles.page, styles.scrollPage]}>{children}</ScrollView>
/expo/apps/native-component-list/src/screens/
H A DScrollViewScreen.tsx5 ScrollView,
23 const scrollView = React.useRef<ScrollView>(null);
47 <ScrollView
61 <ScrollView
74 </ScrollView>
118 <ScrollView pagingEnabled directionalLockEnabled horizontal style={{ marginBottom: 8 }}>
134 </ScrollView>
135 </ScrollView>
140 title: 'ScrollView',
H A DSystemUIScreen.tsx3 import { ColorValue, ScrollView } from 'react-native';
11 <ScrollView>
17 </ScrollView>
H A DNetworkScreen.tsx3 import { ScrollView, Text } from 'react-native';
26 <ScrollView style={{ padding: 10 }}>
42 </ScrollView>
H A DExpoModulesScreen.tsx2 import { ScrollView, StyleSheet, View } from 'react-native';
18 <ScrollView style={styles.scrollView}>
35 </ScrollView>
H A DRandomScreen.tsx3 import { ScrollView } from 'react-native';
45 <ScrollView
56 </ScrollView>
H A DFontScreen.tsx3 import { Platform, ScrollView, Text, View } from 'react-native';
12 <ScrollView style={{ flex: 1 }}>
59 </ScrollView>
H A DIntentLauncherScreen.android.tsx3 import { Platform, ScrollView, Text, ToastAndroid, View } from 'react-native';
41 <ScrollView style={{ padding: 10 }}>
69 </ScrollView>
/expo/apps/native-component-list/src/screens/BlurView/
H A DBlurViewScreen.tsx2 import { StyleSheet, ScrollView } from 'react-native';
32 <ScrollView style={styles.container}>
36 </ScrollView>
/expo/home/components/
H A DNavigationScrollView.tsx3 import { ScrollViewProps, ScrollView as RNScrollView, Platform } from 'react-native';
6 ScrollView as RNGHScrollView,
41 const ScrollView = Platform.OS === 'android' ? RNScrollView : RNGHScrollView;
43 return <ScrollView style={[{ backgroundColor }, style]} {...otherProps} ref={ref} />;
/expo/apps/native-component-list/src/screens/Image/
H A DImageContentFitScreen.tsx7 import { ScrollView, StyleSheet, Text, View } from 'react-native';
102 <ScrollView style={styles.examplesScrollView} horizontal indicatorStyle="black">
104 </ScrollView>
119 <ScrollView style={styles.container}>
128 <ScrollView style={styles.examplesScrollView} horizontal indicatorStyle="black">
130 </ScrollView>
132 </ScrollView>
H A DImageSrcSetScreen.tsx3 import { ScrollView, StyleSheet, Text } from 'react-native';
30 <ScrollView style={styles.container}>
36 </ScrollView>
H A DImageHashPlaceholdersScreen.tsx3 import { StyleSheet, Text, View, ScrollView } from 'react-native';
18 <ScrollView contentContainerStyle={styles.scrollView}>
29 </ScrollView>
/expo/apps/native-component-list/src/screens/AV/
H A DVideoScreen.tsx2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
9 <ScrollView contentContainerStyle={styles.contentContainer}>
25 </ScrollView>
H A DRecordingScreen.tsx2 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
34 <ScrollView contentContainerStyle={styles.contentContainer}>
40 </ScrollView>
H A DAudioScreen.tsx4 import { PixelRatio, ScrollView, StyleSheet } from 'react-native';
20 <ScrollView contentContainerStyle={styles.contentContainer}>
38 </ScrollView>
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap28 <ScrollView
47 </ScrollView>
110 <ScrollView
129 </ScrollView>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap28 <ScrollView
47 </ScrollView>
110 <ScrollView
129 </ScrollView>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap28 <ScrollView
47 </ScrollView>
110 <ScrollView
129 </ScrollView>
/expo/apps/native-component-list/src/screens/Reanimated/
H A DReanimatedScreen.tsx2 import { ScrollView, StyleSheet, View } from 'react-native';
14 <ScrollView style={{ flex: 1 }}>
31 </ScrollView>
/expo/apps/native-component-list/src/screens/SVG/
H A DSVGExampleScreen.tsx3 import { ScrollView, StyleSheet, Text, View } from 'react-native';
37 <ScrollView style={styles.container} contentContainerStyle={styles.contentContainer}>
39 </ScrollView>

1234567