@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
10 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformConfig = void 0;
var PlatformConfig = {
defaultDrawDistance: 250,
supportsOffsetCorrection: true,
trackAverageRenderTimeForOffsetProjection: true,
};
exports.PlatformConfig = PlatformConfig;
//# sourceMappingURL=PlatformHelper.android.js.map