@idiosync/horizontal-flatlist
Version:
Provides the ability to specify number of rows to a horizontal React Native FlatList
6 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HorizontalFlatList = void 0;
var horizontal_flat_list_1 = require("./horizontal-flat-list");
Object.defineProperty(exports, "HorizontalFlatList", { enumerable: true, get: function () { return horizontal_flat_list_1.HorizontalFlatList; } });
//# sourceMappingURL=index.js.map