| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Example.ts | 6 scroll?: boolean; property
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | PagerViewScreen.tsx | 15 <Text style={styles.description}>Swipe this to scroll to the next page</Text> 19 <Text style={styles.description}>Swipe this to scroll back</Text>
|
| /expo/docs/ui/components/Layout/ |
| H A D | LayoutScroll.tsx | 8 * If the scroll container should smoothly scroll when scrolled programmatically.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/ |
| H A D | ABI48_0_0RCTScrollView.m | 27 * scroll views that contain them. 112 * the scroll view from scrolling. 118 * everything else. What that does is allows scroll views to scroll even when a 145 * tap on the UIControl and then start dragging (to scroll), it won't scroll. 555 // Ensure at least one scroll event will fire 569 * If this is a vertical scroll view, scrolls to the bottom. 570 * If this is a horizontal scroll view, scrolls to the right. 584 // Ensure at least one scroll event will fire 647 * inadvertently filter out any scroll events. 822 // Fire a final scroll event [all …]
|
| H A D | ABI48_0_0RCTScrollViewManager.m | 107 // we always want to treat overflow as scroll but depending on what the overflow 109 // that css-layout is always treating the contents of a scroll container as 110 // overflow: 'scroll'.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/ |
| H A D | ABI47_0_0RCTScrollView.m | 27 * scroll views that contain them. 112 * the scroll view from scrolling. 118 * everything else. What that does is allows scroll views to scroll even when a 145 * tap on the UIControl and then start dragging (to scroll), it won't scroll. 555 // Ensure at least one scroll event will fire 569 * If this is a vertical scroll view, scrolls to the bottom. 570 * If this is a horizontal scroll view, scrolls to the right. 584 // Ensure at least one scroll event will fire 647 * inadvertently filter out any scroll events. 822 // Fire a final scroll event [all …]
|
| H A D | ABI47_0_0RCTScrollViewManager.m | 107 // we always want to treat overflow as scroll but depending on what the overflow 109 // that css-layout is always treating the contents of a scroll container as 110 // overflow: 'scroll'.
|
| /expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 229 val scroll = swipeRefreshLayout.getChildAt(0) as? ScrollView ?: return in wantsToHandleEventBeforeActivation() constant 233 ?.getHandlersForView(scroll) in wantsToHandleEventBeforeActivation() 239 if (scrollHandler != null && scrollHandler.state == STATE_ACTIVE && scroll.scrollY > 0) { in wantsToHandleEventBeforeActivation()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/ |
| H A D | ABI49_0_0RCTScrollView.m | 27 * scroll views that contain them. 112 * the scroll view from scrolling. 118 * everything else. What that does is allows scroll views to scroll even when a 145 * tap on the UIControl and then start dragging (to scroll), it won't scroll. 565 // Ensure at least one scroll event will fire 579 * If this is a vertical scroll view, scrolls to the bottom. 580 * If this is a horizontal scroll view, scrolls to the right. 594 // Ensure at least one scroll event will fire 657 * inadvertently filter out any scroll events. 832 // Fire a final scroll event [all …]
|
| H A D | ABI49_0_0RCTScrollViewManager.m | 107 // we always want to treat overflow as scroll but depending on what the overflow 109 // that css-layout is always treating the contents of a scroll container as 110 // overflow: 'scroll'.
|
| /expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/ |
| H A D | NativeViewGestureHandler.kt | 229 val scroll = swipeRefreshLayout.getChildAt(0) as? ScrollView ?: return in wantsToHandleEventBeforeActivation() constant 233 ?.getHandlersForView(scroll) in wantsToHandleEventBeforeActivation() 239 if (scrollHandler != null && scrollHandler.state == STATE_ACTIVE && scroll.scrollY > 0) { in wantsToHandleEventBeforeActivation()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 14 "scrollbar"="scroll bar";
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 14 "scrollbar"="scroll bar";
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 14 "scrollbar"="scroll bar";
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 10 import abi48_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView; 11 import abi48_0_0.com.facebook.react.views.scroll.ReactScrollView;
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 10 import com.facebook.react.views.scroll.ReactHorizontalScrollView; 11 import com.facebook.react.views.scroll.ReactScrollView;
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 10 import abi47_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView; 11 import abi47_0_0.com.facebook.react.views.scroll.ReactScrollView;
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 10 import abi49_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView; 11 import abi49_0_0.com.facebook.react.views.scroll.ReactScrollView;
|
| /expo/home/screens/SettingsScreen/ |
| H A D | index.tsx | 6 import { KeyboardAwareScrollView } from 'react-native-keyboard-aware-scroll-view';
|
| /expo/apps/native-component-list/src/screens/ExpoMaps/screens/ |
| H A D | GesturesExample.tsx | 33 title="Enable scroll gestures"
|
| /expo/packages/expo-router/build/views/ |
| H A D | Sitemap.js | 50 styles.scroll, 139 scroll: { property
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/ |
| H A D | ScrollView-test.js.snap | 46 "overflow": "scroll",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/ |
| H A D | ScrollView-test.js.snap | 46 "overflow": "scroll",
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/ |
| H A D | ScrollView-test.js.snap | 46 "overflow": "scroll",
|
| /expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/ |
| H A D | webTemplate-test.ts.snap | 49 scroll-behavior: smooth; 57 /* Allows you to scroll below the viewport; default value is visible */
|