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