UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines (6 loc) 250 B
import { requireNativeComponent } from "react-native"; /** * Behaves as a regular `View` with an extra `index` prop that is saved in the native layer. */ const CellContainer = requireNativeComponent("CellContainer"); export default CellContainer;