UNPKG
@huunguyen312/flash-list
Version:
latest (1.4.3)
1.4.3
FlashList is a more performant FlatList replacement
shopify.github.io/flash-list/
Shopify/flash-list
@huunguyen312/flash-list
/
src
/
native
/
cell-container
/
CellContainer.ios.ts
8 lines
(6 loc)
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
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;