fix: bug
This commit is contained in:
parent
9e8332097b
commit
0ee481dc13
|
|
@ -708,6 +708,7 @@ export default function Sync() {
|
||||||
contentContainerStyle={{ marginTop: 12, paddingBottom: 200 }}
|
contentContainerStyle={{ marginTop: 12, paddingBottom: 200 }}
|
||||||
data={galleryItems}
|
data={galleryItems}
|
||||||
drawDistance={1200}
|
drawDistance={1200}
|
||||||
|
// @ts-ignore
|
||||||
estimatedItemSize={itemWidth}
|
estimatedItemSize={itemWidth}
|
||||||
extraData={selectedItem?.id}
|
extraData={selectedItem?.id}
|
||||||
keyExtractor={(item) => item.id}
|
keyExtractor={(item) => item.id}
|
||||||
|
|
|
||||||
4
bun.lock
4
bun.lock
|
|
@ -15,7 +15,7 @@
|
||||||
"@repo/core": "1.0.1",
|
"@repo/core": "1.0.1",
|
||||||
"@repo/sdk": "1.0.1",
|
"@repo/sdk": "1.0.1",
|
||||||
"@sentry/react-native": "^7.8.0",
|
"@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/react-stripe-js": "^5.4.1",
|
||||||
"@stripe/stripe-js": "^8.5.3",
|
"@stripe/stripe-js": "^8.5.3",
|
||||||
"@stripe/stripe-react-native": "^0.57.0",
|
"@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=="],
|
"@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=="],
|
"@sinclair/typebox": ["@sinclair/typebox@0.27.8", "", {}, "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"@react-navigation/elements": "^2.6.3",
|
"@react-navigation/elements": "^2.6.3",
|
||||||
"@react-navigation/native": "^7.1.8",
|
"@react-navigation/native": "^7.1.8",
|
||||||
"@sentry/react-native": "^7.8.0",
|
"@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/react-stripe-js": "^5.4.1",
|
||||||
"@stripe/stripe-js": "^8.5.3",
|
"@stripe/stripe-js": "^8.5.3",
|
||||||
"@stripe/stripe-react-native": "^0.57.0",
|
"@stripe/stripe-react-native": "^0.57.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue