Home
last modified time | relevance | path

Searched refs:onRefresh (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/expo-dev-launcher/bundle/components/
H A DFlatList.tsx15 onRefresh: () => void;
29 onRefresh,
49 onRefresh={onRefresh}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/RefreshControl/
H A DABI49_0_0RCTRefreshControl.h16 @property (nonatomic, copy) ABI49_0_0RCTDirectEventBlock onRefresh;
H A DABI49_0_0RCTRefreshControlManager.m23 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(onRefresh, ABI49_0_0RCTDirectEventBlock) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/RefreshControl/
H A DABI48_0_0RCTRefreshControl.h16 @property (nonatomic, copy) ABI48_0_0RCTDirectEventBlock onRefresh;
H A DABI48_0_0RCTRefreshControlManager.m23 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(onRefresh, ABI48_0_0RCTDirectEventBlock) category
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/RefreshControl/
H A DABI47_0_0RCTRefreshControl.h16 @property (nonatomic, copy) ABI47_0_0RCTDirectEventBlock onRefresh;
H A DABI47_0_0RCTRefreshControlManager.m23 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(onRefresh, ABI47_0_0RCTDirectEventBlock) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts61 onRefresh?: (() => void) | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts61 onRefresh?: (() => void) | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/rncore/
H A DEventEmitters.h50 void onRefresh(OnRefresh value) const;
60 void onRefresh(OnRefresh value) const;
H A DEventEmitters.cpp19 void AndroidSwipeRefreshLayoutEventEmitter::onRefresh(OnRefresh event) const { in onRefresh() function in facebook::react::AndroidSwipeRefreshLayoutEventEmitter
26 void PullToRefreshViewEventEmitter::onRefresh(OnRefresh event) const { in onRefresh() function in facebook::react::PullToRefreshViewEventEmitter
/expo/apps/native-component-list/src/screens/
H A DScrollViewScreen.tsx42 const onRefresh = () => {
52 refreshControl={<RefreshControl refreshing={isRefreshing} onRefresh={onRefresh} />}>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/
H A DABI48_0_0RCTScrollableProtocol.h38 @property (nonatomic, copy) ABI48_0_0RCTDirectEventBlock onRefresh;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/
H A DABI47_0_0RCTScrollableProtocol.h38 @property (nonatomic, copy) ABI47_0_0RCTDirectEventBlock onRefresh;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/
H A DABI49_0_0RCTScrollableProtocol.h38 @property (nonatomic, copy) ABI49_0_0RCTDirectEventBlock onRefresh;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DFlatList.d.ts124 onRefresh?: (() => void) | null | undefined; property
H A DSectionList.d.ts131 onRefresh?: (() => void) | null | undefined; property
H A DVirtualizedList.d.ts275 onRefresh?: (() => void) | null | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/
H A DFlatList.d.ts111 onRefresh?: (() => void) | null | undefined; property
H A DSectionList.d.ts131 onRefresh?: (() => void) | null | undefined; property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap36 onRefresh={[MockFunction]}
42 onRefresh={[MockFunction]}
H A DSectionList-test.js.snap214 onRefresh={[MockFunction]}
220 onRefresh={[MockFunction]}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap36 onRefresh={[MockFunction]}
42 onRefresh={[MockFunction]}
H A DSectionList-test.js.snap222 onRefresh={[MockFunction]}
228 onRefresh={[MockFunction]}
/expo/home/screens/BranchDetailsScreen/
H A DBranchDetailsView.tsx66 refreshControl={<RefreshControl onRefresh={refetch} refreshing={refetching} />}

12