| /expo/home/constants/ |
| H A D | Colors.ts | 35 refreshControl: undefined, 66 refreshControl: '#ffffff',
|
| /expo/home/components/ |
| H A D | RefreshControl.tsx | 19 const color = theme.dark ? Colors.dark.refreshControl : Colors.light.refreshControl;
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | FlatList.tsx | 45 refreshControl={
|
| /expo/ios/vendored/sdk48/react-native-webview/apple/ |
| H A D | ABI48_0_0RNCWebView.h | 86 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl; 116 - (void)pullToRefresh:(UIRefreshControl *_Nonnull)refreshControl;
|
| /expo/ios/vendored/sdk47/react-native-webview/apple/ |
| H A D | ABI47_0_0RNCWebView.h | 86 @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 D | ABI49_0_0RCTPullToRefreshViewComponentView.mm | 136 _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 D | ABI47_0_0RCTPullToRefreshViewComponentView.mm | 136 _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 D | ABI48_0_0RCTPullToRefreshViewComponentView.mm | 136 _scrollViewComponentView.scrollView.refreshControl = _refreshControl; 150 _scrollViewComponentView.scrollView.refreshControl = nil;
|
| /expo/ios/vendored/sdk49/react-native-webview/apple/ |
| H A D | ABI49_0_0RNCWebViewImpl.h | 105 @property (nonatomic, weak) UIRefreshControl * _Nullable refreshControl; 143 - (void)pullToRefresh:(UIRefreshControl *)refreshControl;
|
| H A D | ABI49_0_0RNCWebViewImpl.m | 1482 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 D | RNCWebViewImpl.h | 105 @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 D | ABI48_0_0RCTScrollView.m | 218 - (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 D | ABI47_0_0RCTScrollView.m | 218 - (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 D | BranchDetailsView.tsx | 66 refreshControl={<RefreshControl onRefresh={refetch} refreshing={refetching} />}
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/ |
| H A D | ABI49_0_0RCTScrollView.m | 218 - (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 D | ScrollView.d.ts | 744 refreshControl?: React.ReactElement<RefreshControlProps> | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/ |
| H A D | ScrollView.d.ts | 744 refreshControl?: React.ReactElement<RefreshControlProps> | undefined; property
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ScrollViewScreen.tsx | 52 refreshControl={<RefreshControl refreshing={isRefreshing} onRefresh={onRefresh} />}>
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactsScreen.tsx | 127 refreshControl={
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/RefreshControl/ |
| H A D | ABI49_0_0RCTRefreshControl.m | 121 …/ 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 D | FlatList-test.js.snap | 40 refreshControl={
|
| H A D | SectionList-test.js.snap | 218 refreshControl={
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/ |
| H A D | FlatList-test.js.snap | 40 refreshControl={
|
| H A D | SectionList-test.js.snap | 226 refreshControl={
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/ |
| H A D | SectionList-test.js.snap | 226 refreshControl={
|