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