@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
9 lines • 383 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var react_native_1 = require("react-native");
/**
* Behaves as a regular `View` with an extra `index` prop that is saved in the native layer.
*/
var CellContainer = (0, react_native_1.requireNativeComponent)("CellContainer");
exports.default = CellContainer;
//# sourceMappingURL=CellContainer.ios.js.map
;