Home
last modified time | relevance | path

Searched refs:refreshControl (Results 1 – 25 of 42) sorted by relevance

12

/expo/home/constants/
H A DColors.ts35 refreshControl: undefined,
66 refreshControl: '#ffffff',
/expo/home/components/
H A DRefreshControl.tsx19 const color = theme.dark ? Colors.dark.refreshControl : Colors.light.refreshControl;
/expo/packages/expo-dev-launcher/bundle/components/
H A DFlatList.tsx45 refreshControl={
/expo/ios/vendored/sdk48/react-native-webview/apple/
H A DABI48_0_0RNCWebView.h86 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl;
116 - (void)pullToRefresh:(UIRefreshControl *_Nonnull)refreshControl;
/expo/ios/vendored/sdk47/react-native-webview/apple/
H A DABI47_0_0RNCWebView.h86 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl;
116 - (void)pullToRefresh:(UIRefreshControl *_Nonnull)refreshControl;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI49_0_0RCTPullToRefreshViewComponentView.mm136 _scrollViewComponentView.scrollView.refreshControl = _refreshControl;
150 _scrollViewComponentView.scrollView.refreshControl = nil;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI47_0_0RCTPullToRefreshViewComponentView.mm136 _scrollViewComponentView.scrollView.refreshControl = _refreshControl;
150 _scrollViewComponentView.scrollView.refreshControl = nil;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI48_0_0RCTPullToRefreshViewComponentView.mm136 _scrollViewComponentView.scrollView.refreshControl = _refreshControl;
150 _scrollViewComponentView.scrollView.refreshControl = nil;
/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewImpl.h105 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl;
143 - (void)pullToRefresh:(UIRefreshControl *)refreshControl;
H A DABI49_0_0RNCWebViewImpl.m1482 UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init];
1483 _refreshControl = refreshControl;
1484 [_webView.scrollView addSubview: refreshControl];
1485 …[refreshControl addTarget:self action:@selector(pullToRefresh:) forControlEvents: UIControlEventVa…
1488 - (void)pullToRefresh:(UIRefreshControl *)refreshControl
1491 [refreshControl endRefreshing];
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewImpl.h105 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl;
143 - (void)pullToRefresh:(UIRefreshControl *)refreshControl;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/
H A DABI48_0_0RCTScrollView.m218 - (void)setCustomRefreshControl:(UIView<ABI48_0_0RCTCustomRefreshContolProtocol> *)refreshControl
223 _customRefreshControl = refreshControl;
230 if ([refreshControl isKindOfClass:UIRefreshControl.class]) {
231 self.refreshControl = (UIRefreshControl *)refreshControl;
479 …UIView<ABI48_0_0RCTCustomRefreshContolProtocol> *refreshControl = _scrollView.customRefreshControl;
480 …if (refreshControl && refreshControl.isRefreshing && ![refreshControl isKindOfClass:UIRefreshContr…
481 refreshControl.frame =
482 …(CGRect){_scrollView.contentOffset, {_scrollView.frame.size.width, refreshControl.frame.size.heigh…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/
H A DABI47_0_0RCTScrollView.m218 - (void)setCustomRefreshControl:(UIView<ABI47_0_0RCTCustomRefreshContolProtocol> *)refreshControl
223 _customRefreshControl = refreshControl;
230 if ([refreshControl isKindOfClass:UIRefreshControl.class]) {
231 self.refreshControl = (UIRefreshControl *)refreshControl;
479 …UIView<ABI47_0_0RCTCustomRefreshContolProtocol> *refreshControl = _scrollView.customRefreshControl;
480 …if (refreshControl && refreshControl.isRefreshing && ![refreshControl isKindOfClass:UIRefreshContr…
481 refreshControl.frame =
482 …(CGRect){_scrollView.contentOffset, {_scrollView.frame.size.width, refreshControl.frame.size.heigh…
/expo/home/screens/BranchDetailsScreen/
H A DBranchDetailsView.tsx66 refreshControl={<RefreshControl onRefresh={refetch} refreshing={refetching} />}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/
H A DABI49_0_0RCTScrollView.m218 - (void)setCustomRefreshControl:(UIView<ABI49_0_0RCTCustomRefreshControlProtocol> *)refreshControl
223 _customRefreshControl = refreshControl;
230 if ([refreshControl isKindOfClass:UIRefreshControl.class]) {
231 self.refreshControl = (UIRefreshControl *)refreshControl;
489 …UIView<ABI49_0_0RCTCustomRefreshControlProtocol> *refreshControl = _scrollView.customRefreshContro…
490 …if (refreshControl && refreshControl.isRefreshing && ![refreshControl isKindOfClass:UIRefreshContr…
491 refreshControl.frame =
492 …(CGRect){_scrollView.contentOffset, {_scrollView.frame.size.width, refreshControl.frame.size.heigh…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts744 refreshControl?: React.ReactElement<RefreshControlProps> | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts744 refreshControl?: React.ReactElement<RefreshControlProps> | undefined; property
/expo/apps/native-component-list/src/screens/
H A DScrollViewScreen.tsx52 refreshControl={<RefreshControl refreshing={isRefreshing} onRefresh={onRefresh} />}>
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsScreen.tsx127 refreshControl={
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/RefreshControl/
H A DABI49_0_0RCTRefreshControl.m121 …/ if it is a UIScrollView. This integration happens when setting the UIScrollView's .refreshControl
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap40 refreshControl={
H A DSectionList-test.js.snap218 refreshControl={
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap40 refreshControl={
H A DSectionList-test.js.snap226 refreshControl={
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DSectionList-test.js.snap226 refreshControl={

12