This commit is contained in:
imeepos 2025-12-26 18:36:50 +08:00
parent 9e8332097b
commit 0ee481dc13
3 changed files with 5 additions and 4 deletions

View File

@ -708,6 +708,7 @@ export default function Sync() {
contentContainerStyle={{ marginTop: 12, paddingBottom: 200 }}
data={galleryItems}
drawDistance={1200}
// @ts-ignore
estimatedItemSize={itemWidth}
extraData={selectedItem?.id}
keyExtractor={(item) => item.id}

View File

@ -15,7 +15,7 @@
"@repo/core": "1.0.1",
"@repo/sdk": "1.0.1",
"@sentry/react-native": "^7.8.0",
"@shopify/flash-list": "2.0.2",
"@shopify/flash-list": "^2.2.0",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.5.3",
"@stripe/stripe-react-native": "^0.57.0",
@ -645,7 +645,7 @@
"@sentry/types": ["@sentry/types@10.30.0", "", { "dependencies": { "@sentry/core": "10.30.0" } }, "sha512-tSyzG/JunWjbuQDDwP3DKgt8KP23ZSuNUEudMSv2jCF/956o8ksamPeidCTSVMXoEyTt5tvimWNeNvUFIFq3EA=="],
"@shopify/flash-list": ["@shopify/flash-list@2.0.2", "", { "dependencies": { "tslib": "2.8.1" }, "peerDependencies": { "@babel/runtime": "*", "react": "*", "react-native": "*" } }, "sha512-zhlrhA9eiuEzja4wxVvotgXHtqd3qsYbXkQ3rsBfOgbFA9BVeErpDE/yEwtlIviRGEqpuFj/oU5owD6ByaNX+w=="],
"@shopify/flash-list": ["@shopify/flash-list@2.2.0", "", { "peerDependencies": { "@babel/runtime": "*", "react": "*", "react-native": "*" } }, "sha512-mL61IofcfBNRZ/qazIf+pghGULkcZUQ7EZNldH1JBbIjtDb25ADSiQrt62ZTnRz0H5+bPFEZUmN9+WChHzX8pw=="],
"@sinclair/typebox": ["@sinclair/typebox@0.27.8", "", {}, "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="],

View File

@ -42,7 +42,7 @@
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@sentry/react-native": "^7.8.0",
"@shopify/flash-list": "2.0.2",
"@shopify/flash-list": "^2.2.0",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.5.3",
"@stripe/stripe-react-native": "^0.57.0",