Home
last modified time | relevance | path

Searched refs:ListRenderItem (Results 1 – 9 of 9) sorted by relevance

/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsList.tsx3 import { FlatList, FlatListProps, ListRenderItem, StyleProp, ViewStyle } from 'react-native';
17 const renderItem: ListRenderItem<Contacts.Contact> = React.useCallback(
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DFlatList.d.ts12 ListRenderItem,
155 renderItem: ListRenderItem<ItemT> | null | undefined;
H A DVirtualizedList.d.ts86 export type ListRenderItem<ItemT> = ( alias
137 renderItem: ListRenderItem<ItemT> | null | undefined;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/
H A DFlatList.d.ts12 ListRenderItem,
142 renderItem: ListRenderItem<ItemT> | null | undefined;
/expo/apps/native-component-list/src/screens/SVG/
H A DSVGScreen.tsx6 ListRenderItem,
27 renderItem: ListRenderItem<string> = ({ item: exampleKey }) => (
/expo/apps/native-component-list/src/screens/MediaLibrary/
H A DMediaAlbumsScreen.tsx6 ListRenderItem,
66 renderItem: ListRenderItem<MediaLibrary.Album> = ({ item }) => {
H A DMediaLibraryScreen.tsx12 ListRenderItem,
284 const renderRowItem: ListRenderItem<MediaLibrary.Asset> = React.useCallback(
/expo/apps/native-component-list/src/screens/
H A DComponentListScreen.tsx6 ListRenderItem,
83 const renderExampleSection: ListRenderItem<ListElement> = ({ item }) => {
/expo/home/screens/ProjectsListScreen/
H A DProjectList.tsx5 import { FlatList, ActivityIndicator, ListRenderItem, View as RNView } from 'react-native';
129 const renderItem: ListRenderItem<CommonAppDataFragment> = React.useCallback(