@lookiero/checkout 8.19.0 → 8.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/.detoxrc.js +55 -0
  2. package/app.json +15 -3
  3. package/babel.config.js +20 -0
  4. package/dist/fake-dependencies/@lookiero/payments-front/index.d.ts +21 -0
  5. package/dist/fake-dependencies/@lookiero/payments-front/index.js +20 -0
  6. package/dist/src/Expo.d.ts +1 -1
  7. package/dist/src/Expo.js +1 -0
  8. package/dist/src/ExpoRoot.js +13 -31
  9. package/dist/src/infrastructure/delivery/bootstrap.mock.d.ts +3 -0
  10. package/dist/src/infrastructure/delivery/bootstrap.mock.js +91 -0
  11. package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.d.ts +3 -0
  12. package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.js +27 -0
  13. package/dist/src/infrastructure/projection/checkout/checkout.mock.d.ts +19 -0
  14. package/dist/src/infrastructure/projection/checkout/checkout.mock.js +21 -0
  15. package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.d.ts +3 -0
  16. package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.js +6 -0
  17. package/dist/src/infrastructure/projection/checkoutFeedback/checkoutFeedback.mock.d.ts +3 -0
  18. package/dist/src/infrastructure/projection/checkoutFeedback/checkoutFeedback.mock.js +5 -0
  19. package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.d.ts +15 -0
  20. package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.js +43 -0
  21. package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.d.ts +3 -0
  22. package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.js +103 -0
  23. package/dist/src/infrastructure/projection/feedback/feedback.mock.d.ts +3 -0
  24. package/dist/src/infrastructure/projection/feedback/feedback.mock.js +6 -0
  25. package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.d.ts +6 -0
  26. package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.js +183 -0
  27. package/dist/src/infrastructure/projection/pricing/pricing.mock.d.ts +9 -0
  28. package/dist/src/infrastructure/projection/pricing/pricing.mock.js +42 -0
  29. package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.d.ts +3 -0
  30. package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.js +354 -0
  31. package/dist/src/infrastructure/ui/hooks/useSubmitCheckout.js +11 -1
  32. package/dist/src/infrastructure/ui/views/checkout/Checkout.js +1 -1
  33. package/dist/src/infrastructure/ui/views/checkout/components/paymentInstrument/PaymentInstrument.js +2 -2
  34. package/dist/src/infrastructure/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.js +2 -1
  35. package/dist/src/infrastructure/ui/views/item/views/itemWithoutCustomerDecission/ItemWithoutCustomerDecission.js +1 -1
  36. package/dist/src/infrastructure/ui/views/summary/Summary.js +1 -1
  37. package/dist/src/version.d.ts +1 -1
  38. package/dist/src/version.js +1 -1
  39. package/e2e/checkout.test.ts +160 -0
  40. package/e2e/jest.config.js +13 -0
  41. package/e2e/tsconfig.json +4 -0
  42. package/eas-hooks/eas-build-on-success.sh +45 -0
  43. package/eas-hooks/eas-build-pre-install.sh +39 -0
  44. package/eas.json +23 -0
  45. package/fake-dependencies/@lookiero/payments-front/index.tsx +40 -0
  46. package/fake-dependencies/@lookiero/user-tracking-front/index.js +3 -0
  47. package/metro.config.js +22 -0
  48. package/package.json +13 -2
  49. package/src/Expo.tsx +1 -0
  50. package/src/ExpoRoot.tsx +14 -31
  51. package/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.ts +2 -2
  52. package/src/infrastructure/ui/hooks/useSubmitCheckout.ts +20 -2
  53. package/src/infrastructure/ui/views/checkout/Checkout.tsx +1 -1
  54. package/src/infrastructure/ui/views/checkout/components/paymentInstrument/PaymentInstrument.tsx +1 -2
  55. package/src/infrastructure/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.tsx +3 -2
  56. package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +212 -254
  57. package/src/infrastructure/ui/views/item/views/itemWithoutCustomerDecission/ItemWithoutCustomerDecission.tsx +1 -1
  58. package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +636 -762
  59. package/src/infrastructure/ui/views/summary/Summary.tsx +1 -1
  60. package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/__snapshots__/CheckoutItemsTabs.test.tsx.snap +1169 -1211
  61. package/tsconfig.json +8 -1
  62. package/webpack.config.js +8 -1
@@ -293,705 +293,684 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
293
293
  }
294
294
  testID="carousel-item"
295
295
  >
296
- <RNGestureHandlerButton
297
- collapsable={false}
298
- delayLongPress={600}
299
- enabled={true}
300
- exclusive={true}
301
- handlerTag={2}
302
- handlerType="NativeViewGestureHandler"
303
- onGestureEvent={[Function]}
304
- onGestureHandlerEvent={[Function]}
305
- onGestureHandlerStateChange={[Function]}
306
- onHandlerStateChange={[Function]}
307
- rippleColor={0}
308
- touchSoundDisabled={false}
296
+ <View
297
+ testID="keep-checkout-item"
309
298
  >
310
299
  <View
300
+ accessibilityState={
301
+ {
302
+ "busy": undefined,
303
+ "checked": undefined,
304
+ "disabled": undefined,
305
+ "expanded": undefined,
306
+ "selected": undefined,
307
+ }
308
+ }
309
+ accessibilityValue={
310
+ {
311
+ "max": undefined,
312
+ "min": undefined,
313
+ "now": undefined,
314
+ "text": undefined,
315
+ }
316
+ }
311
317
  accessible={true}
312
318
  collapsable={false}
313
- style={{}}
319
+ focusable={true}
320
+ onBlur={[Function]}
321
+ onClick={[Function]}
322
+ onFocus={[Function]}
323
+ onResponderGrant={[Function]}
324
+ onResponderMove={[Function]}
325
+ onResponderRelease={[Function]}
326
+ onResponderTerminate={[Function]}
327
+ onResponderTerminationRequest={[Function]}
328
+ onStartShouldSetResponder={[Function]}
329
+ pointerEvents="auto"
330
+ style={
331
+ {
332
+ "alignItems": "flex-end",
333
+ "borderBottomColor": "#F8F7F7",
334
+ "borderBottomWidth": 1,
335
+ "flexDirection": "row",
336
+ "justifyContent": "space-between",
337
+ "paddingVertical": 16,
338
+ }
339
+ }
340
+ testID="product-variant"
314
341
  >
315
342
  <View
316
- testID="keep-checkout-item"
317
- >
318
- <View
319
- accessibilityState={
320
- {
321
- "busy": undefined,
322
- "checked": undefined,
323
- "disabled": undefined,
324
- "expanded": undefined,
325
- "selected": undefined,
326
- }
327
- }
328
- accessibilityValue={
329
- {
330
- "max": undefined,
331
- "min": undefined,
332
- "now": undefined,
333
- "text": undefined,
334
- }
335
- }
336
- accessible={true}
337
- collapsable={false}
338
- focusable={true}
339
- onBlur={[Function]}
340
- onClick={[Function]}
341
- onFocus={[Function]}
342
- onResponderGrant={[Function]}
343
- onResponderMove={[Function]}
344
- onResponderRelease={[Function]}
345
- onResponderTerminate={[Function]}
346
- onResponderTerminationRequest={[Function]}
347
- onStartShouldSetResponder={[Function]}
348
- pointerEvents="auto"
349
- style={
350
- {
351
- "alignItems": "flex-end",
352
- "borderBottomColor": "#F8F7F7",
353
- "borderBottomWidth": 1,
354
- "flexDirection": "row",
355
- "justifyContent": "space-between",
356
- "paddingVertical": 16,
357
- }
343
+ style={
344
+ {
345
+ "alignItems": "flex-end",
346
+ "flexDirection": "row",
358
347
  }
359
- testID="product-variant"
360
- >
348
+ }
349
+ >
350
+ <View>
361
351
  <View
362
352
  style={
363
- {
364
- "alignItems": "flex-end",
365
- "flexDirection": "row",
366
- }
353
+ [
354
+ {
355
+ "position": "relative",
356
+ },
357
+ [
358
+ {
359
+ "borderColor": "#DAD8D8",
360
+ "borderRadius": 8,
361
+ "borderWidth": 2,
362
+ "height": 132,
363
+ "width": 104,
364
+ },
365
+ undefined,
366
+ ],
367
+ ]
367
368
  }
369
+ testID="product-variant-media"
368
370
  >
369
- <View>
371
+ <View
372
+ style={
373
+ [
374
+ {
375
+ "flex": 1,
376
+ },
377
+ ]
378
+ }
379
+ testID="lazy-image-skeleton"
380
+ >
370
381
  <View
382
+ onLayout={[Function]}
371
383
  style={
372
384
  [
373
385
  {
374
- "position": "relative",
386
+ "backgroundColor": "#F8F7F7",
387
+ "flex": 1,
388
+ "height": undefined,
389
+ "overflow": "hidden",
390
+ "width": undefined,
375
391
  },
376
- [
377
- {
378
- "borderColor": "#DAD8D8",
379
- "borderRadius": 8,
380
- "borderWidth": 2,
381
- "height": 132,
382
- "width": 104,
383
- },
384
- undefined,
385
- ],
386
392
  ]
387
393
  }
388
- testID="product-variant-media"
389
394
  >
390
395
  <View
396
+ collapsable={false}
397
+ duration={1200}
391
398
  style={
392
- [
393
- {
394
- "flex": 1,
395
- },
396
- ]
399
+ {
400
+ "height": "100%",
401
+ "left": 0,
402
+ "transform": [
403
+ {
404
+ "translateX": -375,
405
+ },
406
+ ],
407
+ "width": "100%",
408
+ }
397
409
  }
398
- testID="lazy-image-skeleton"
399
410
  >
400
411
  <View
401
- onLayout={[Function]}
402
- style={
412
+ colors={
403
413
  [
404
- {
405
- "backgroundColor": "#F8F7F7",
406
- "flex": 1,
407
- "height": undefined,
408
- "overflow": "hidden",
409
- "width": undefined,
410
- },
414
+ "rgba(255, 255, 255, 0)",
415
+ "#DAD8D8",
416
+ "#DAD8D8",
417
+ "rgba(255, 255, 255, 0)",
411
418
  ]
412
419
  }
413
- >
414
- <View
415
- collapsable={false}
416
- duration={1200}
417
- style={
418
- {
419
- "height": "100%",
420
- "left": 0,
421
- "transform": [
422
- {
423
- "translateX": -375,
424
- },
425
- ],
426
- "width": "100%",
427
- }
420
+ end={
421
+ {
422
+ "x": 1,
423
+ "y": 0,
428
424
  }
429
- >
430
- <View
431
- colors={
432
- [
433
- "rgba(255, 255, 255, 0)",
434
- "#DAD8D8",
435
- "#DAD8D8",
436
- "rgba(255, 255, 255, 0)",
437
- ]
438
- }
439
- end={
440
- {
441
- "x": 1,
442
- "y": 0,
443
- }
444
- }
445
- locations={
446
- [
447
- 0,
448
- 0.25,
449
- 0.75,
450
- 1,
451
- ]
452
- }
453
- start={
454
- {
455
- "x": 0,
456
- "y": 0,
457
- }
458
- }
459
- style={
460
- {
461
- "height": "100%",
462
- "width": "100%",
463
- }
464
- }
465
- />
466
- </View>
467
- </View>
468
- </View>
469
- <Image
470
- collapsable={false}
471
- jestAnimatedStyle={
472
- {
473
- "value": {
474
- "opacity": 0,
475
- },
476
425
  }
477
- }
478
- onLoad={[Function]}
479
- resizeMode="contain"
480
- source={
481
- {
482
- "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
426
+ locations={
427
+ [
428
+ 0,
429
+ 0.25,
430
+ 0.75,
431
+ 1,
432
+ ]
483
433
  }
484
- }
485
- style={
486
- {
487
- "flex": 1,
488
- "height": "100%",
489
- "opacity": 0,
490
- "position": "absolute",
491
- "width": "100%",
492
- "zIndex": 10,
434
+ start={
435
+ {
436
+ "x": 0,
437
+ "y": 0,
438
+ }
493
439
  }
494
- }
495
- testID="lazy-image-main-image"
496
- />
440
+ style={
441
+ {
442
+ "height": "100%",
443
+ "width": "100%",
444
+ }
445
+ }
446
+ />
447
+ </View>
497
448
  </View>
498
449
  </View>
499
- <View
500
- style={
450
+ <Image
451
+ collapsable={false}
452
+ jestAnimatedStyle={
501
453
  {
502
- "alignSelf": "stretch",
503
- "justifyContent": "space-between",
504
- "marginLeft": 8,
454
+ "value": {
455
+ "opacity": 0,
456
+ },
505
457
  }
506
458
  }
507
- >
508
- <View
509
- style={
510
- {
511
- "alignItems": "flex-start",
512
- }
459
+ onLoad={[Function]}
460
+ resizeMode="contain"
461
+ source={
462
+ {
463
+ "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
513
464
  }
514
- >
515
- <Text
516
- allowFontScaling={false}
517
- selectable={false}
518
- style={
519
- [
520
- {
521
- "color": "#837C7C",
522
- "fontFamily": "AreaNormal-Semibold",
523
- "fontSize": 12,
524
- "letterSpacing": 0.1,
525
- "lineHeight": 16,
526
- "paddingBottom": 0,
527
- "paddingLeft": 0,
528
- "paddingRight": 0,
529
- "paddingTop": 0,
530
- },
531
- ]
532
- }
533
- >
534
- CKS
535
- </Text>
536
- <Text
537
- allowFontScaling={false}
538
- selectable={false}
539
- style={
540
- [
541
- {
542
- "color": "#0C0A0A",
543
- "fontFamily": "AreaNormal-Semibold",
544
- "fontSize": 12,
545
- "letterSpacing": 0.1,
546
- "lineHeight": 16,
547
- "paddingBottom": 0,
548
- "paddingLeft": 0,
549
- "paddingRight": 0,
550
- "paddingTop": 0,
551
- },
552
- ]
553
- }
554
- >
555
- Sari Tshirt lines
556
- </Text>
557
- <Text
558
- allowFontScaling={false}
559
- selectable={false}
560
- style={
561
- [
562
- {
563
- "color": "#837C7C",
564
- "fontFamily": "AreaNormal-Semibold",
565
- "fontSize": 12,
566
- "letterSpacing": 0.1,
567
- "lineHeight": 16,
568
- "paddingBottom": 0,
569
- "paddingLeft": 0,
570
- "paddingRight": 0,
571
- "paddingTop": 0,
572
- },
573
- ]
574
- }
575
- >
576
- M
577
- /
578
- catalog.color.black
579
- </Text>
580
- </View>
581
- <View
582
- style={
583
- {
584
- "flexDirection": "row",
585
- }
465
+ }
466
+ style={
467
+ {
468
+ "flex": 1,
469
+ "height": "100%",
470
+ "opacity": 0,
471
+ "position": "absolute",
472
+ "width": "100%",
473
+ "zIndex": 10,
586
474
  }
587
- testID="price"
588
- >
589
- <Text
590
- allowFontScaling={false}
591
- selectable={false}
592
- style={
593
- [
594
- {
595
- "color": "#0C0A0A",
596
- "fontFamily": "AreaNormal-Semibold",
597
- "fontSize": 12,
598
- "letterSpacing": 0.1,
599
- "lineHeight": 16,
600
- "paddingBottom": 0,
601
- "paddingLeft": 0,
602
- "paddingRight": 0,
603
- "paddingTop": 0,
604
- },
605
- ]
606
- }
607
- testID="price-text"
608
- >
609
- €39.99
610
- </Text>
611
- </View>
612
- </View>
475
+ }
476
+ testID="lazy-image-main-image"
477
+ />
613
478
  </View>
614
- <Text
615
- accessibilityElementsHidden={true}
616
- allowFontScaling={false}
617
- importantForAccessibility="no"
618
- selectable={false}
619
- style={
620
- [
621
- {
622
- "color": "#0C0A0A",
623
- "fontFamily": "auroraicons",
624
- "fontSize": 24,
625
- "fontStyle": "normal",
626
- "fontWeight": "normal",
627
- "height": 24,
628
- "width": 24,
629
- },
630
- ]
631
- }
632
- >
633
-
634
- </Text>
635
479
  </View>
636
- </View>
637
- <View
638
- testID="keep-checkout-item"
639
- >
640
480
  <View
641
- accessibilityState={
642
- {
643
- "busy": undefined,
644
- "checked": undefined,
645
- "disabled": undefined,
646
- "expanded": undefined,
647
- "selected": undefined,
648
- }
649
- }
650
- accessibilityValue={
651
- {
652
- "max": undefined,
653
- "min": undefined,
654
- "now": undefined,
655
- "text": undefined,
656
- }
657
- }
658
- accessible={true}
659
- collapsable={false}
660
- focusable={true}
661
- onBlur={[Function]}
662
- onClick={[Function]}
663
- onFocus={[Function]}
664
- onResponderGrant={[Function]}
665
- onResponderMove={[Function]}
666
- onResponderRelease={[Function]}
667
- onResponderTerminate={[Function]}
668
- onResponderTerminationRequest={[Function]}
669
- onStartShouldSetResponder={[Function]}
670
- pointerEvents="auto"
671
481
  style={
672
482
  {
673
- "alignItems": "flex-end",
674
- "borderBottomColor": "#F8F7F7",
675
- "borderBottomWidth": 1,
676
- "flexDirection": "row",
483
+ "alignSelf": "stretch",
677
484
  "justifyContent": "space-between",
678
- "paddingVertical": 16,
485
+ "marginLeft": 8,
679
486
  }
680
487
  }
681
- testID="product-variant"
682
488
  >
683
489
  <View
684
490
  style={
685
491
  {
686
- "alignItems": "flex-end",
492
+ "alignItems": "flex-start",
493
+ }
494
+ }
495
+ >
496
+ <Text
497
+ allowFontScaling={false}
498
+ selectable={false}
499
+ style={
500
+ [
501
+ {
502
+ "color": "#837C7C",
503
+ "fontFamily": "AreaNormal-Semibold",
504
+ "fontSize": 12,
505
+ "letterSpacing": 0.1,
506
+ "lineHeight": 16,
507
+ "paddingBottom": 0,
508
+ "paddingLeft": 0,
509
+ "paddingRight": 0,
510
+ "paddingTop": 0,
511
+ },
512
+ ]
513
+ }
514
+ >
515
+ CKS
516
+ </Text>
517
+ <Text
518
+ allowFontScaling={false}
519
+ selectable={false}
520
+ style={
521
+ [
522
+ {
523
+ "color": "#0C0A0A",
524
+ "fontFamily": "AreaNormal-Semibold",
525
+ "fontSize": 12,
526
+ "letterSpacing": 0.1,
527
+ "lineHeight": 16,
528
+ "paddingBottom": 0,
529
+ "paddingLeft": 0,
530
+ "paddingRight": 0,
531
+ "paddingTop": 0,
532
+ },
533
+ ]
534
+ }
535
+ >
536
+ Sari Tshirt lines
537
+ </Text>
538
+ <Text
539
+ allowFontScaling={false}
540
+ selectable={false}
541
+ style={
542
+ [
543
+ {
544
+ "color": "#837C7C",
545
+ "fontFamily": "AreaNormal-Semibold",
546
+ "fontSize": 12,
547
+ "letterSpacing": 0.1,
548
+ "lineHeight": 16,
549
+ "paddingBottom": 0,
550
+ "paddingLeft": 0,
551
+ "paddingRight": 0,
552
+ "paddingTop": 0,
553
+ },
554
+ ]
555
+ }
556
+ >
557
+ M
558
+ /
559
+ catalog.color.black
560
+ </Text>
561
+ </View>
562
+ <View
563
+ style={
564
+ {
687
565
  "flexDirection": "row",
688
566
  }
689
567
  }
568
+ testID="price"
569
+ >
570
+ <Text
571
+ allowFontScaling={false}
572
+ selectable={false}
573
+ style={
574
+ [
575
+ {
576
+ "color": "#0C0A0A",
577
+ "fontFamily": "AreaNormal-Semibold",
578
+ "fontSize": 12,
579
+ "letterSpacing": 0.1,
580
+ "lineHeight": 16,
581
+ "paddingBottom": 0,
582
+ "paddingLeft": 0,
583
+ "paddingRight": 0,
584
+ "paddingTop": 0,
585
+ },
586
+ ]
587
+ }
588
+ testID="price-text"
589
+ >
590
+ €39.99
591
+ </Text>
592
+ </View>
593
+ </View>
594
+ </View>
595
+ <Text
596
+ accessibilityElementsHidden={true}
597
+ allowFontScaling={false}
598
+ importantForAccessibility="no"
599
+ selectable={false}
600
+ style={
601
+ [
602
+ {
603
+ "color": "#0C0A0A",
604
+ "fontFamily": "auroraicons",
605
+ "fontSize": 24,
606
+ "fontStyle": "normal",
607
+ "fontWeight": "normal",
608
+ "height": 24,
609
+ "width": 24,
610
+ },
611
+ ]
612
+ }
613
+ >
614
+
615
+ </Text>
616
+ </View>
617
+ </View>
618
+ <View
619
+ testID="keep-checkout-item"
620
+ >
621
+ <View
622
+ accessibilityState={
623
+ {
624
+ "busy": undefined,
625
+ "checked": undefined,
626
+ "disabled": undefined,
627
+ "expanded": undefined,
628
+ "selected": undefined,
629
+ }
630
+ }
631
+ accessibilityValue={
632
+ {
633
+ "max": undefined,
634
+ "min": undefined,
635
+ "now": undefined,
636
+ "text": undefined,
637
+ }
638
+ }
639
+ accessible={true}
640
+ collapsable={false}
641
+ focusable={true}
642
+ onBlur={[Function]}
643
+ onClick={[Function]}
644
+ onFocus={[Function]}
645
+ onResponderGrant={[Function]}
646
+ onResponderMove={[Function]}
647
+ onResponderRelease={[Function]}
648
+ onResponderTerminate={[Function]}
649
+ onResponderTerminationRequest={[Function]}
650
+ onStartShouldSetResponder={[Function]}
651
+ pointerEvents="auto"
652
+ style={
653
+ {
654
+ "alignItems": "flex-end",
655
+ "borderBottomColor": "#F8F7F7",
656
+ "borderBottomWidth": 1,
657
+ "flexDirection": "row",
658
+ "justifyContent": "space-between",
659
+ "paddingVertical": 16,
660
+ }
661
+ }
662
+ testID="product-variant"
663
+ >
664
+ <View
665
+ style={
666
+ {
667
+ "alignItems": "flex-end",
668
+ "flexDirection": "row",
669
+ }
670
+ }
671
+ >
672
+ <View>
673
+ <View
674
+ style={
675
+ [
676
+ {
677
+ "position": "relative",
678
+ },
679
+ [
680
+ {
681
+ "borderColor": "#DAD8D8",
682
+ "borderRadius": 8,
683
+ "borderWidth": 2,
684
+ "height": 132,
685
+ "width": 104,
686
+ },
687
+ undefined,
688
+ ],
689
+ ]
690
+ }
691
+ testID="product-variant-media"
690
692
  >
691
- <View>
693
+ <View
694
+ style={
695
+ [
696
+ {
697
+ "flex": 1,
698
+ },
699
+ ]
700
+ }
701
+ testID="lazy-image-skeleton"
702
+ >
692
703
  <View
704
+ onLayout={[Function]}
693
705
  style={
694
706
  [
695
707
  {
696
- "position": "relative",
708
+ "backgroundColor": "#F8F7F7",
709
+ "flex": 1,
710
+ "height": undefined,
711
+ "overflow": "hidden",
712
+ "width": undefined,
697
713
  },
698
- [
699
- {
700
- "borderColor": "#DAD8D8",
701
- "borderRadius": 8,
702
- "borderWidth": 2,
703
- "height": 132,
704
- "width": 104,
705
- },
706
- undefined,
707
- ],
708
714
  ]
709
715
  }
710
- testID="product-variant-media"
711
716
  >
712
717
  <View
718
+ collapsable={false}
719
+ duration={1200}
713
720
  style={
714
- [
715
- {
716
- "flex": 1,
717
- },
718
- ]
721
+ {
722
+ "height": "100%",
723
+ "left": 0,
724
+ "transform": [
725
+ {
726
+ "translateX": -375,
727
+ },
728
+ ],
729
+ "width": "100%",
730
+ }
719
731
  }
720
- testID="lazy-image-skeleton"
721
732
  >
722
733
  <View
723
- onLayout={[Function]}
724
- style={
734
+ colors={
725
735
  [
726
- {
727
- "backgroundColor": "#F8F7F7",
728
- "flex": 1,
729
- "height": undefined,
730
- "overflow": "hidden",
731
- "width": undefined,
732
- },
736
+ "rgba(255, 255, 255, 0)",
737
+ "#DAD8D8",
738
+ "#DAD8D8",
739
+ "rgba(255, 255, 255, 0)",
733
740
  ]
734
741
  }
735
- >
736
- <View
737
- collapsable={false}
738
- duration={1200}
739
- style={
740
- {
741
- "height": "100%",
742
- "left": 0,
743
- "transform": [
744
- {
745
- "translateX": -375,
746
- },
747
- ],
748
- "width": "100%",
749
- }
742
+ end={
743
+ {
744
+ "x": 1,
745
+ "y": 0,
750
746
  }
751
- >
752
- <View
753
- colors={
754
- [
755
- "rgba(255, 255, 255, 0)",
756
- "#DAD8D8",
757
- "#DAD8D8",
758
- "rgba(255, 255, 255, 0)",
759
- ]
760
- }
761
- end={
762
- {
763
- "x": 1,
764
- "y": 0,
765
- }
766
- }
767
- locations={
768
- [
769
- 0,
770
- 0.25,
771
- 0.75,
772
- 1,
773
- ]
774
- }
775
- start={
776
- {
777
- "x": 0,
778
- "y": 0,
779
- }
780
- }
781
- style={
782
- {
783
- "height": "100%",
784
- "width": "100%",
785
- }
786
- }
787
- />
788
- </View>
789
- </View>
790
- </View>
791
- <Image
792
- collapsable={false}
793
- jestAnimatedStyle={
794
- {
795
- "value": {
796
- "opacity": 0,
797
- },
798
747
  }
799
- }
800
- onLoad={[Function]}
801
- resizeMode="contain"
802
- source={
803
- {
804
- "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
748
+ locations={
749
+ [
750
+ 0,
751
+ 0.25,
752
+ 0.75,
753
+ 1,
754
+ ]
805
755
  }
806
- }
807
- style={
808
- {
809
- "flex": 1,
810
- "height": "100%",
811
- "opacity": 0,
812
- "position": "absolute",
813
- "width": "100%",
814
- "zIndex": 10,
756
+ start={
757
+ {
758
+ "x": 0,
759
+ "y": 0,
760
+ }
815
761
  }
816
- }
817
- testID="lazy-image-main-image"
818
- />
762
+ style={
763
+ {
764
+ "height": "100%",
765
+ "width": "100%",
766
+ }
767
+ }
768
+ />
769
+ </View>
819
770
  </View>
820
771
  </View>
772
+ <Image
773
+ collapsable={false}
774
+ jestAnimatedStyle={
775
+ {
776
+ "value": {
777
+ "opacity": 0,
778
+ },
779
+ }
780
+ }
781
+ onLoad={[Function]}
782
+ resizeMode="contain"
783
+ source={
784
+ {
785
+ "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
786
+ }
787
+ }
788
+ style={
789
+ {
790
+ "flex": 1,
791
+ "height": "100%",
792
+ "opacity": 0,
793
+ "position": "absolute",
794
+ "width": "100%",
795
+ "zIndex": 10,
796
+ }
797
+ }
798
+ testID="lazy-image-main-image"
799
+ />
800
+ </View>
801
+ </View>
802
+ <View
803
+ style={
804
+ {
805
+ "alignSelf": "stretch",
806
+ "justifyContent": "space-between",
807
+ "marginLeft": 8,
808
+ }
809
+ }
810
+ >
811
+ <View
812
+ style={
813
+ {
814
+ "alignItems": "flex-start",
815
+ }
816
+ }
817
+ >
818
+ <Text
819
+ allowFontScaling={false}
820
+ selectable={false}
821
+ style={
822
+ [
823
+ {
824
+ "color": "#837C7C",
825
+ "fontFamily": "AreaNormal-Semibold",
826
+ "fontSize": 12,
827
+ "letterSpacing": 0.1,
828
+ "lineHeight": 16,
829
+ "paddingBottom": 0,
830
+ "paddingLeft": 0,
831
+ "paddingRight": 0,
832
+ "paddingTop": 0,
833
+ },
834
+ ]
835
+ }
836
+ >
837
+ CKS
838
+ </Text>
839
+ <Text
840
+ allowFontScaling={false}
841
+ selectable={false}
842
+ style={
843
+ [
844
+ {
845
+ "color": "#0C0A0A",
846
+ "fontFamily": "AreaNormal-Semibold",
847
+ "fontSize": 12,
848
+ "letterSpacing": 0.1,
849
+ "lineHeight": 16,
850
+ "paddingBottom": 0,
851
+ "paddingLeft": 0,
852
+ "paddingRight": 0,
853
+ "paddingTop": 0,
854
+ },
855
+ ]
856
+ }
857
+ >
858
+ Sari Tshirt lines
859
+ </Text>
860
+ <Text
861
+ allowFontScaling={false}
862
+ selectable={false}
863
+ style={
864
+ [
865
+ {
866
+ "color": "#837C7C",
867
+ "fontFamily": "AreaNormal-Semibold",
868
+ "fontSize": 12,
869
+ "letterSpacing": 0.1,
870
+ "lineHeight": 16,
871
+ "paddingBottom": 0,
872
+ "paddingLeft": 0,
873
+ "paddingRight": 0,
874
+ "paddingTop": 0,
875
+ },
876
+ ]
877
+ }
878
+ >
879
+ M
880
+ /
881
+ catalog.color.black
882
+ </Text>
821
883
  <View
822
884
  style={
823
885
  {
824
- "alignSelf": "stretch",
825
- "justifyContent": "space-between",
826
- "marginLeft": 8,
886
+ "backgroundColor": "#F1E4DB",
887
+ "borderRadius": 9999,
888
+ "marginTop": 16,
889
+ "paddingBottom": 2,
890
+ "paddingHorizontal": 8,
891
+ "paddingTop": 4,
827
892
  }
828
893
  }
829
894
  >
830
- <View
895
+ <Text
896
+ allowFontScaling={false}
897
+ selectable={false}
831
898
  style={
832
- {
833
- "alignItems": "flex-start",
834
- }
899
+ [
900
+ {
901
+ "color": "#0C0A0A",
902
+ "fontFamily": "AreaNormal-Semibold",
903
+ "fontSize": 12,
904
+ "letterSpacing": 0.1,
905
+ "lineHeight": 16,
906
+ "paddingBottom": 0,
907
+ "paddingLeft": 0,
908
+ "paddingRight": 0,
909
+ "paddingTop": 0,
910
+ },
911
+ ]
835
912
  }
836
913
  >
837
- <Text
838
- allowFontScaling={false}
839
- selectable={false}
840
- style={
841
- [
842
- {
843
- "color": "#837C7C",
844
- "fontFamily": "AreaNormal-Semibold",
845
- "fontSize": 12,
846
- "letterSpacing": 0.1,
847
- "lineHeight": 16,
848
- "paddingBottom": 0,
849
- "paddingLeft": 0,
850
- "paddingRight": 0,
851
- "paddingTop": 0,
852
- },
853
- ]
854
- }
855
- >
856
- CKS
857
- </Text>
858
- <Text
859
- allowFontScaling={false}
860
- selectable={false}
861
- style={
862
- [
863
- {
864
- "color": "#0C0A0A",
865
- "fontFamily": "AreaNormal-Semibold",
866
- "fontSize": 12,
867
- "letterSpacing": 0.1,
868
- "lineHeight": 16,
869
- "paddingBottom": 0,
870
- "paddingLeft": 0,
871
- "paddingRight": 0,
872
- "paddingTop": 0,
873
- },
874
- ]
875
- }
876
- >
877
- Sari Tshirt lines
878
- </Text>
879
- <Text
880
- allowFontScaling={false}
881
- selectable={false}
882
- style={
883
- [
884
- {
885
- "color": "#837C7C",
886
- "fontFamily": "AreaNormal-Semibold",
887
- "fontSize": 12,
888
- "letterSpacing": 0.1,
889
- "lineHeight": 16,
890
- "paddingBottom": 0,
891
- "paddingLeft": 0,
892
- "paddingRight": 0,
893
- "paddingTop": 0,
894
- },
895
- ]
896
- }
897
- >
898
- M
899
- /
900
- catalog.color.black
901
- </Text>
902
- <View
903
- style={
904
- {
905
- "backgroundColor": "#F1E4DB",
906
- "borderRadius": 9999,
907
- "marginTop": 16,
908
- "paddingBottom": 2,
909
- "paddingHorizontal": 8,
910
- "paddingTop": 4,
911
- }
912
- }
913
- >
914
- <Text
915
- allowFontScaling={false}
916
- selectable={false}
917
- style={
918
- [
919
- {
920
- "color": "#0C0A0A",
921
- "fontFamily": "AreaNormal-Semibold",
922
- "fontSize": 12,
923
- "letterSpacing": 0.1,
924
- "lineHeight": 16,
925
- "paddingBottom": 0,
926
- "paddingLeft": 0,
927
- "paddingRight": 0,
928
- "paddingTop": 0,
929
- },
930
- ]
931
- }
932
- >
933
- product_variant.size_change
934
- </Text>
935
- </View>
936
- </View>
937
- <View
938
- style={
939
- {
940
- "flexDirection": "row",
941
- }
942
- }
943
- testID="price"
944
- >
945
- <Text
946
- allowFontScaling={false}
947
- selectable={false}
948
- style={
949
- [
950
- {
951
- "color": "#0C0A0A",
952
- "fontFamily": "AreaNormal-Semibold",
953
- "fontSize": 12,
954
- "letterSpacing": 0.1,
955
- "lineHeight": 16,
956
- "paddingBottom": 0,
957
- "paddingLeft": 0,
958
- "paddingRight": 0,
959
- "paddingTop": 0,
960
- },
961
- ]
962
- }
963
- testID="price-text"
964
- >
965
- €39.99
966
- </Text>
967
- </View>
914
+ product_variant.size_change
915
+ </Text>
968
916
  </View>
969
917
  </View>
970
- <Text
971
- accessibilityElementsHidden={true}
972
- allowFontScaling={false}
973
- importantForAccessibility="no"
974
- selectable={false}
918
+ <View
975
919
  style={
976
- [
977
- {
978
- "color": "#0C0A0A",
979
- "fontFamily": "auroraicons",
980
- "fontSize": 24,
981
- "fontStyle": "normal",
982
- "fontWeight": "normal",
983
- "height": 24,
984
- "width": 24,
985
- },
986
- ]
920
+ {
921
+ "flexDirection": "row",
922
+ }
987
923
  }
924
+ testID="price"
988
925
  >
989
-
990
- </Text>
926
+ <Text
927
+ allowFontScaling={false}
928
+ selectable={false}
929
+ style={
930
+ [
931
+ {
932
+ "color": "#0C0A0A",
933
+ "fontFamily": "AreaNormal-Semibold",
934
+ "fontSize": 12,
935
+ "letterSpacing": 0.1,
936
+ "lineHeight": 16,
937
+ "paddingBottom": 0,
938
+ "paddingLeft": 0,
939
+ "paddingRight": 0,
940
+ "paddingTop": 0,
941
+ },
942
+ ]
943
+ }
944
+ testID="price-text"
945
+ >
946
+ €39.99
947
+ </Text>
948
+ </View>
991
949
  </View>
992
950
  </View>
951
+ <Text
952
+ accessibilityElementsHidden={true}
953
+ allowFontScaling={false}
954
+ importantForAccessibility="no"
955
+ selectable={false}
956
+ style={
957
+ [
958
+ {
959
+ "color": "#0C0A0A",
960
+ "fontFamily": "auroraicons",
961
+ "fontSize": 24,
962
+ "fontStyle": "normal",
963
+ "fontWeight": "normal",
964
+ "height": 24,
965
+ "width": 24,
966
+ },
967
+ ]
968
+ }
969
+ >
970
+
971
+ </Text>
993
972
  </View>
994
- </RNGestureHandlerButton>
973
+ </View>
995
974
  </View>
996
975
  <View
997
976
  collapsable={false}
@@ -1008,705 +987,684 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
1008
987
  }
1009
988
  testID="carousel-item"
1010
989
  >
1011
- <RNGestureHandlerButton
1012
- collapsable={false}
1013
- delayLongPress={600}
1014
- enabled={true}
1015
- exclusive={true}
1016
- handlerTag={3}
1017
- handlerType="NativeViewGestureHandler"
1018
- onGestureEvent={[Function]}
1019
- onGestureHandlerEvent={[Function]}
1020
- onGestureHandlerStateChange={[Function]}
1021
- onHandlerStateChange={[Function]}
1022
- rippleColor={0}
1023
- touchSoundDisabled={false}
990
+ <View
991
+ testID="return-checkout-item"
1024
992
  >
1025
993
  <View
994
+ accessibilityState={
995
+ {
996
+ "busy": undefined,
997
+ "checked": undefined,
998
+ "disabled": undefined,
999
+ "expanded": undefined,
1000
+ "selected": undefined,
1001
+ }
1002
+ }
1003
+ accessibilityValue={
1004
+ {
1005
+ "max": undefined,
1006
+ "min": undefined,
1007
+ "now": undefined,
1008
+ "text": undefined,
1009
+ }
1010
+ }
1026
1011
  accessible={true}
1027
1012
  collapsable={false}
1028
- style={{}}
1013
+ focusable={true}
1014
+ onBlur={[Function]}
1015
+ onClick={[Function]}
1016
+ onFocus={[Function]}
1017
+ onResponderGrant={[Function]}
1018
+ onResponderMove={[Function]}
1019
+ onResponderRelease={[Function]}
1020
+ onResponderTerminate={[Function]}
1021
+ onResponderTerminationRequest={[Function]}
1022
+ onStartShouldSetResponder={[Function]}
1023
+ pointerEvents="auto"
1024
+ style={
1025
+ {
1026
+ "alignItems": "flex-end",
1027
+ "borderBottomColor": "#F8F7F7",
1028
+ "borderBottomWidth": 1,
1029
+ "flexDirection": "row",
1030
+ "justifyContent": "space-between",
1031
+ "paddingVertical": 16,
1032
+ }
1033
+ }
1034
+ testID="product-variant"
1029
1035
  >
1030
1036
  <View
1031
- testID="return-checkout-item"
1032
- >
1033
- <View
1034
- accessibilityState={
1035
- {
1036
- "busy": undefined,
1037
- "checked": undefined,
1038
- "disabled": undefined,
1039
- "expanded": undefined,
1040
- "selected": undefined,
1041
- }
1042
- }
1043
- accessibilityValue={
1044
- {
1045
- "max": undefined,
1046
- "min": undefined,
1047
- "now": undefined,
1048
- "text": undefined,
1049
- }
1037
+ style={
1038
+ {
1039
+ "alignItems": "flex-end",
1040
+ "flexDirection": "row",
1050
1041
  }
1051
- accessible={true}
1052
- collapsable={false}
1053
- focusable={true}
1054
- onBlur={[Function]}
1055
- onClick={[Function]}
1056
- onFocus={[Function]}
1057
- onResponderGrant={[Function]}
1058
- onResponderMove={[Function]}
1059
- onResponderRelease={[Function]}
1060
- onResponderTerminate={[Function]}
1061
- onResponderTerminationRequest={[Function]}
1062
- onStartShouldSetResponder={[Function]}
1063
- pointerEvents="auto"
1064
- style={
1065
- {
1066
- "alignItems": "flex-end",
1067
- "borderBottomColor": "#F8F7F7",
1068
- "borderBottomWidth": 1,
1069
- "flexDirection": "row",
1070
- "justifyContent": "space-between",
1071
- "paddingVertical": 16,
1072
- }
1073
- }
1074
- testID="product-variant"
1075
- >
1042
+ }
1043
+ >
1044
+ <View>
1076
1045
  <View
1077
1046
  style={
1078
- {
1079
- "alignItems": "flex-end",
1080
- "flexDirection": "row",
1081
- }
1047
+ [
1048
+ {
1049
+ "position": "relative",
1050
+ },
1051
+ [
1052
+ {
1053
+ "borderColor": "#DAD8D8",
1054
+ "borderRadius": 8,
1055
+ "borderWidth": 2,
1056
+ "height": 132,
1057
+ "width": 104,
1058
+ },
1059
+ undefined,
1060
+ ],
1061
+ ]
1082
1062
  }
1063
+ testID="product-variant-media"
1083
1064
  >
1084
- <View>
1065
+ <View
1066
+ style={
1067
+ [
1068
+ {
1069
+ "flex": 1,
1070
+ },
1071
+ ]
1072
+ }
1073
+ testID="lazy-image-skeleton"
1074
+ >
1085
1075
  <View
1076
+ onLayout={[Function]}
1086
1077
  style={
1087
1078
  [
1088
1079
  {
1089
- "position": "relative",
1080
+ "backgroundColor": "#F8F7F7",
1081
+ "flex": 1,
1082
+ "height": undefined,
1083
+ "overflow": "hidden",
1084
+ "width": undefined,
1090
1085
  },
1091
- [
1092
- {
1093
- "borderColor": "#DAD8D8",
1094
- "borderRadius": 8,
1095
- "borderWidth": 2,
1096
- "height": 132,
1097
- "width": 104,
1098
- },
1099
- undefined,
1100
- ],
1101
1086
  ]
1102
1087
  }
1103
- testID="product-variant-media"
1104
1088
  >
1105
1089
  <View
1090
+ collapsable={false}
1091
+ duration={1200}
1106
1092
  style={
1107
- [
1108
- {
1109
- "flex": 1,
1110
- },
1111
- ]
1093
+ {
1094
+ "height": "100%",
1095
+ "left": 0,
1096
+ "transform": [
1097
+ {
1098
+ "translateX": -375,
1099
+ },
1100
+ ],
1101
+ "width": "100%",
1102
+ }
1112
1103
  }
1113
- testID="lazy-image-skeleton"
1114
1104
  >
1115
1105
  <View
1116
- onLayout={[Function]}
1117
- style={
1106
+ colors={
1118
1107
  [
1119
- {
1120
- "backgroundColor": "#F8F7F7",
1121
- "flex": 1,
1122
- "height": undefined,
1123
- "overflow": "hidden",
1124
- "width": undefined,
1125
- },
1108
+ "rgba(255, 255, 255, 0)",
1109
+ "#DAD8D8",
1110
+ "#DAD8D8",
1111
+ "rgba(255, 255, 255, 0)",
1126
1112
  ]
1127
1113
  }
1128
- >
1129
- <View
1130
- collapsable={false}
1131
- duration={1200}
1132
- style={
1133
- {
1134
- "height": "100%",
1135
- "left": 0,
1136
- "transform": [
1137
- {
1138
- "translateX": -375,
1139
- },
1140
- ],
1141
- "width": "100%",
1142
- }
1114
+ end={
1115
+ {
1116
+ "x": 1,
1117
+ "y": 0,
1143
1118
  }
1144
- >
1145
- <View
1146
- colors={
1147
- [
1148
- "rgba(255, 255, 255, 0)",
1149
- "#DAD8D8",
1150
- "#DAD8D8",
1151
- "rgba(255, 255, 255, 0)",
1152
- ]
1153
- }
1154
- end={
1155
- {
1156
- "x": 1,
1157
- "y": 0,
1158
- }
1159
- }
1160
- locations={
1161
- [
1162
- 0,
1163
- 0.25,
1164
- 0.75,
1165
- 1,
1166
- ]
1167
- }
1168
- start={
1169
- {
1170
- "x": 0,
1171
- "y": 0,
1172
- }
1173
- }
1174
- style={
1175
- {
1176
- "height": "100%",
1177
- "width": "100%",
1178
- }
1179
- }
1180
- />
1181
- </View>
1182
- </View>
1183
- </View>
1184
- <Image
1185
- collapsable={false}
1186
- jestAnimatedStyle={
1187
- {
1188
- "value": {
1189
- "opacity": 0,
1190
- },
1191
1119
  }
1192
- }
1193
- onLoad={[Function]}
1194
- resizeMode="contain"
1195
- source={
1196
- {
1197
- "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
1120
+ locations={
1121
+ [
1122
+ 0,
1123
+ 0.25,
1124
+ 0.75,
1125
+ 1,
1126
+ ]
1198
1127
  }
1199
- }
1200
- style={
1201
- {
1202
- "flex": 1,
1203
- "height": "100%",
1204
- "opacity": 0,
1205
- "position": "absolute",
1206
- "width": "100%",
1207
- "zIndex": 10,
1128
+ start={
1129
+ {
1130
+ "x": 0,
1131
+ "y": 0,
1132
+ }
1208
1133
  }
1209
- }
1210
- testID="lazy-image-main-image"
1211
- />
1134
+ style={
1135
+ {
1136
+ "height": "100%",
1137
+ "width": "100%",
1138
+ }
1139
+ }
1140
+ />
1141
+ </View>
1212
1142
  </View>
1213
1143
  </View>
1214
- <View
1215
- style={
1144
+ <Image
1145
+ collapsable={false}
1146
+ jestAnimatedStyle={
1216
1147
  {
1217
- "alignSelf": "stretch",
1218
- "justifyContent": "space-between",
1219
- "marginLeft": 8,
1148
+ "value": {
1149
+ "opacity": 0,
1150
+ },
1220
1151
  }
1221
1152
  }
1222
- >
1223
- <View
1224
- style={
1225
- {
1226
- "alignItems": "flex-start",
1227
- }
1153
+ onLoad={[Function]}
1154
+ resizeMode="contain"
1155
+ source={
1156
+ {
1157
+ "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
1228
1158
  }
1229
- >
1230
- <Text
1231
- allowFontScaling={false}
1232
- selectable={false}
1233
- style={
1234
- [
1235
- {
1236
- "color": "#837C7C",
1237
- "fontFamily": "AreaNormal-Semibold",
1238
- "fontSize": 12,
1239
- "letterSpacing": 0.1,
1240
- "lineHeight": 16,
1241
- "paddingBottom": 0,
1242
- "paddingLeft": 0,
1243
- "paddingRight": 0,
1244
- "paddingTop": 0,
1245
- },
1246
- ]
1247
- }
1248
- >
1249
- CKS
1250
- </Text>
1251
- <Text
1252
- allowFontScaling={false}
1253
- selectable={false}
1254
- style={
1255
- [
1256
- {
1257
- "color": "#0C0A0A",
1258
- "fontFamily": "AreaNormal-Semibold",
1259
- "fontSize": 12,
1260
- "letterSpacing": 0.1,
1261
- "lineHeight": 16,
1262
- "paddingBottom": 0,
1263
- "paddingLeft": 0,
1264
- "paddingRight": 0,
1265
- "paddingTop": 0,
1266
- },
1267
- ]
1268
- }
1269
- >
1270
- Sari Tshirt lines
1271
- </Text>
1272
- <Text
1273
- allowFontScaling={false}
1274
- selectable={false}
1275
- style={
1276
- [
1277
- {
1278
- "color": "#837C7C",
1279
- "fontFamily": "AreaNormal-Semibold",
1280
- "fontSize": 12,
1281
- "letterSpacing": 0.1,
1282
- "lineHeight": 16,
1283
- "paddingBottom": 0,
1284
- "paddingLeft": 0,
1285
- "paddingRight": 0,
1286
- "paddingTop": 0,
1287
- },
1288
- ]
1289
- }
1290
- >
1291
- M
1292
- /
1293
- catalog.color.black
1294
- </Text>
1295
- </View>
1296
- <View
1297
- style={
1298
- {
1299
- "flexDirection": "row",
1300
- }
1159
+ }
1160
+ style={
1161
+ {
1162
+ "flex": 1,
1163
+ "height": "100%",
1164
+ "opacity": 0,
1165
+ "position": "absolute",
1166
+ "width": "100%",
1167
+ "zIndex": 10,
1301
1168
  }
1302
- testID="price"
1303
- >
1304
- <Text
1305
- allowFontScaling={false}
1306
- selectable={false}
1307
- style={
1308
- [
1309
- {
1310
- "color": "#0C0A0A",
1311
- "fontFamily": "AreaNormal-Semibold",
1312
- "fontSize": 12,
1313
- "letterSpacing": 0.1,
1314
- "lineHeight": 16,
1315
- "paddingBottom": 0,
1316
- "paddingLeft": 0,
1317
- "paddingRight": 0,
1318
- "paddingTop": 0,
1319
- },
1320
- ]
1321
- }
1322
- testID="price-text"
1323
- >
1324
- €39.99
1325
- </Text>
1326
- </View>
1327
- </View>
1169
+ }
1170
+ testID="lazy-image-main-image"
1171
+ />
1328
1172
  </View>
1329
- <Text
1330
- accessibilityElementsHidden={true}
1331
- allowFontScaling={false}
1332
- importantForAccessibility="no"
1333
- selectable={false}
1334
- style={
1335
- [
1336
- {
1337
- "color": "#0C0A0A",
1338
- "fontFamily": "auroraicons",
1339
- "fontSize": 24,
1340
- "fontStyle": "normal",
1341
- "fontWeight": "normal",
1342
- "height": 24,
1343
- "width": 24,
1344
- },
1345
- ]
1346
- }
1347
- >
1348
-
1349
- </Text>
1350
1173
  </View>
1351
- </View>
1352
- <View
1353
- testID="return-checkout-item"
1354
- >
1355
1174
  <View
1356
- accessibilityState={
1357
- {
1358
- "busy": undefined,
1359
- "checked": undefined,
1360
- "disabled": undefined,
1361
- "expanded": undefined,
1362
- "selected": undefined,
1363
- }
1364
- }
1365
- accessibilityValue={
1366
- {
1367
- "max": undefined,
1368
- "min": undefined,
1369
- "now": undefined,
1370
- "text": undefined,
1371
- }
1372
- }
1373
- accessible={true}
1374
- collapsable={false}
1375
- focusable={true}
1376
- onBlur={[Function]}
1377
- onClick={[Function]}
1378
- onFocus={[Function]}
1379
- onResponderGrant={[Function]}
1380
- onResponderMove={[Function]}
1381
- onResponderRelease={[Function]}
1382
- onResponderTerminate={[Function]}
1383
- onResponderTerminationRequest={[Function]}
1384
- onStartShouldSetResponder={[Function]}
1385
- pointerEvents="auto"
1386
1175
  style={
1387
1176
  {
1388
- "alignItems": "flex-end",
1389
- "borderBottomColor": "#F8F7F7",
1390
- "borderBottomWidth": 1,
1391
- "flexDirection": "row",
1177
+ "alignSelf": "stretch",
1392
1178
  "justifyContent": "space-between",
1393
- "paddingVertical": 16,
1179
+ "marginLeft": 8,
1394
1180
  }
1395
1181
  }
1396
- testID="product-variant"
1397
1182
  >
1398
1183
  <View
1399
1184
  style={
1400
1185
  {
1401
- "alignItems": "flex-end",
1186
+ "alignItems": "flex-start",
1187
+ }
1188
+ }
1189
+ >
1190
+ <Text
1191
+ allowFontScaling={false}
1192
+ selectable={false}
1193
+ style={
1194
+ [
1195
+ {
1196
+ "color": "#837C7C",
1197
+ "fontFamily": "AreaNormal-Semibold",
1198
+ "fontSize": 12,
1199
+ "letterSpacing": 0.1,
1200
+ "lineHeight": 16,
1201
+ "paddingBottom": 0,
1202
+ "paddingLeft": 0,
1203
+ "paddingRight": 0,
1204
+ "paddingTop": 0,
1205
+ },
1206
+ ]
1207
+ }
1208
+ >
1209
+ CKS
1210
+ </Text>
1211
+ <Text
1212
+ allowFontScaling={false}
1213
+ selectable={false}
1214
+ style={
1215
+ [
1216
+ {
1217
+ "color": "#0C0A0A",
1218
+ "fontFamily": "AreaNormal-Semibold",
1219
+ "fontSize": 12,
1220
+ "letterSpacing": 0.1,
1221
+ "lineHeight": 16,
1222
+ "paddingBottom": 0,
1223
+ "paddingLeft": 0,
1224
+ "paddingRight": 0,
1225
+ "paddingTop": 0,
1226
+ },
1227
+ ]
1228
+ }
1229
+ >
1230
+ Sari Tshirt lines
1231
+ </Text>
1232
+ <Text
1233
+ allowFontScaling={false}
1234
+ selectable={false}
1235
+ style={
1236
+ [
1237
+ {
1238
+ "color": "#837C7C",
1239
+ "fontFamily": "AreaNormal-Semibold",
1240
+ "fontSize": 12,
1241
+ "letterSpacing": 0.1,
1242
+ "lineHeight": 16,
1243
+ "paddingBottom": 0,
1244
+ "paddingLeft": 0,
1245
+ "paddingRight": 0,
1246
+ "paddingTop": 0,
1247
+ },
1248
+ ]
1249
+ }
1250
+ >
1251
+ M
1252
+ /
1253
+ catalog.color.black
1254
+ </Text>
1255
+ </View>
1256
+ <View
1257
+ style={
1258
+ {
1402
1259
  "flexDirection": "row",
1403
1260
  }
1404
1261
  }
1262
+ testID="price"
1263
+ >
1264
+ <Text
1265
+ allowFontScaling={false}
1266
+ selectable={false}
1267
+ style={
1268
+ [
1269
+ {
1270
+ "color": "#0C0A0A",
1271
+ "fontFamily": "AreaNormal-Semibold",
1272
+ "fontSize": 12,
1273
+ "letterSpacing": 0.1,
1274
+ "lineHeight": 16,
1275
+ "paddingBottom": 0,
1276
+ "paddingLeft": 0,
1277
+ "paddingRight": 0,
1278
+ "paddingTop": 0,
1279
+ },
1280
+ ]
1281
+ }
1282
+ testID="price-text"
1283
+ >
1284
+ €39.99
1285
+ </Text>
1286
+ </View>
1287
+ </View>
1288
+ </View>
1289
+ <Text
1290
+ accessibilityElementsHidden={true}
1291
+ allowFontScaling={false}
1292
+ importantForAccessibility="no"
1293
+ selectable={false}
1294
+ style={
1295
+ [
1296
+ {
1297
+ "color": "#0C0A0A",
1298
+ "fontFamily": "auroraicons",
1299
+ "fontSize": 24,
1300
+ "fontStyle": "normal",
1301
+ "fontWeight": "normal",
1302
+ "height": 24,
1303
+ "width": 24,
1304
+ },
1305
+ ]
1306
+ }
1307
+ >
1308
+
1309
+ </Text>
1310
+ </View>
1311
+ </View>
1312
+ <View
1313
+ testID="return-checkout-item"
1314
+ >
1315
+ <View
1316
+ accessibilityState={
1317
+ {
1318
+ "busy": undefined,
1319
+ "checked": undefined,
1320
+ "disabled": undefined,
1321
+ "expanded": undefined,
1322
+ "selected": undefined,
1323
+ }
1324
+ }
1325
+ accessibilityValue={
1326
+ {
1327
+ "max": undefined,
1328
+ "min": undefined,
1329
+ "now": undefined,
1330
+ "text": undefined,
1331
+ }
1332
+ }
1333
+ accessible={true}
1334
+ collapsable={false}
1335
+ focusable={true}
1336
+ onBlur={[Function]}
1337
+ onClick={[Function]}
1338
+ onFocus={[Function]}
1339
+ onResponderGrant={[Function]}
1340
+ onResponderMove={[Function]}
1341
+ onResponderRelease={[Function]}
1342
+ onResponderTerminate={[Function]}
1343
+ onResponderTerminationRequest={[Function]}
1344
+ onStartShouldSetResponder={[Function]}
1345
+ pointerEvents="auto"
1346
+ style={
1347
+ {
1348
+ "alignItems": "flex-end",
1349
+ "borderBottomColor": "#F8F7F7",
1350
+ "borderBottomWidth": 1,
1351
+ "flexDirection": "row",
1352
+ "justifyContent": "space-between",
1353
+ "paddingVertical": 16,
1354
+ }
1355
+ }
1356
+ testID="product-variant"
1357
+ >
1358
+ <View
1359
+ style={
1360
+ {
1361
+ "alignItems": "flex-end",
1362
+ "flexDirection": "row",
1363
+ }
1364
+ }
1365
+ >
1366
+ <View>
1367
+ <View
1368
+ style={
1369
+ [
1370
+ {
1371
+ "position": "relative",
1372
+ },
1373
+ [
1374
+ {
1375
+ "borderColor": "#DAD8D8",
1376
+ "borderRadius": 8,
1377
+ "borderWidth": 2,
1378
+ "height": 132,
1379
+ "width": 104,
1380
+ },
1381
+ undefined,
1382
+ ],
1383
+ ]
1384
+ }
1385
+ testID="product-variant-media"
1405
1386
  >
1406
- <View>
1387
+ <View
1388
+ style={
1389
+ [
1390
+ {
1391
+ "flex": 1,
1392
+ },
1393
+ ]
1394
+ }
1395
+ testID="lazy-image-skeleton"
1396
+ >
1407
1397
  <View
1398
+ onLayout={[Function]}
1408
1399
  style={
1409
1400
  [
1410
1401
  {
1411
- "position": "relative",
1402
+ "backgroundColor": "#F8F7F7",
1403
+ "flex": 1,
1404
+ "height": undefined,
1405
+ "overflow": "hidden",
1406
+ "width": undefined,
1412
1407
  },
1413
- [
1414
- {
1415
- "borderColor": "#DAD8D8",
1416
- "borderRadius": 8,
1417
- "borderWidth": 2,
1418
- "height": 132,
1419
- "width": 104,
1420
- },
1421
- undefined,
1422
- ],
1423
1408
  ]
1424
1409
  }
1425
- testID="product-variant-media"
1426
1410
  >
1427
1411
  <View
1412
+ collapsable={false}
1413
+ duration={1200}
1428
1414
  style={
1429
- [
1430
- {
1431
- "flex": 1,
1432
- },
1433
- ]
1415
+ {
1416
+ "height": "100%",
1417
+ "left": 0,
1418
+ "transform": [
1419
+ {
1420
+ "translateX": -375,
1421
+ },
1422
+ ],
1423
+ "width": "100%",
1424
+ }
1434
1425
  }
1435
- testID="lazy-image-skeleton"
1436
1426
  >
1437
1427
  <View
1438
- onLayout={[Function]}
1439
- style={
1428
+ colors={
1440
1429
  [
1441
- {
1442
- "backgroundColor": "#F8F7F7",
1443
- "flex": 1,
1444
- "height": undefined,
1445
- "overflow": "hidden",
1446
- "width": undefined,
1447
- },
1430
+ "rgba(255, 255, 255, 0)",
1431
+ "#DAD8D8",
1432
+ "#DAD8D8",
1433
+ "rgba(255, 255, 255, 0)",
1448
1434
  ]
1449
1435
  }
1450
- >
1451
- <View
1452
- collapsable={false}
1453
- duration={1200}
1454
- style={
1455
- {
1456
- "height": "100%",
1457
- "left": 0,
1458
- "transform": [
1459
- {
1460
- "translateX": -375,
1461
- },
1462
- ],
1463
- "width": "100%",
1464
- }
1436
+ end={
1437
+ {
1438
+ "x": 1,
1439
+ "y": 0,
1465
1440
  }
1466
- >
1467
- <View
1468
- colors={
1469
- [
1470
- "rgba(255, 255, 255, 0)",
1471
- "#DAD8D8",
1472
- "#DAD8D8",
1473
- "rgba(255, 255, 255, 0)",
1474
- ]
1475
- }
1476
- end={
1477
- {
1478
- "x": 1,
1479
- "y": 0,
1480
- }
1481
- }
1482
- locations={
1483
- [
1484
- 0,
1485
- 0.25,
1486
- 0.75,
1487
- 1,
1488
- ]
1489
- }
1490
- start={
1491
- {
1492
- "x": 0,
1493
- "y": 0,
1494
- }
1495
- }
1496
- style={
1497
- {
1498
- "height": "100%",
1499
- "width": "100%",
1500
- }
1501
- }
1502
- />
1503
- </View>
1504
- </View>
1505
- </View>
1506
- <Image
1507
- collapsable={false}
1508
- jestAnimatedStyle={
1509
- {
1510
- "value": {
1511
- "opacity": 0,
1512
- },
1513
1441
  }
1514
- }
1515
- onLoad={[Function]}
1516
- resizeMode="contain"
1517
- source={
1518
- {
1519
- "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
1442
+ locations={
1443
+ [
1444
+ 0,
1445
+ 0.25,
1446
+ 0.75,
1447
+ 1,
1448
+ ]
1520
1449
  }
1521
- }
1522
- style={
1523
- {
1524
- "flex": 1,
1525
- "height": "100%",
1526
- "opacity": 0,
1527
- "position": "absolute",
1528
- "width": "100%",
1529
- "zIndex": 10,
1450
+ start={
1451
+ {
1452
+ "x": 0,
1453
+ "y": 0,
1454
+ }
1530
1455
  }
1531
- }
1532
- testID="lazy-image-main-image"
1533
- />
1456
+ style={
1457
+ {
1458
+ "height": "100%",
1459
+ "width": "100%",
1460
+ }
1461
+ }
1462
+ />
1463
+ </View>
1534
1464
  </View>
1535
1465
  </View>
1536
- <View
1466
+ <Image
1467
+ collapsable={false}
1468
+ jestAnimatedStyle={
1469
+ {
1470
+ "value": {
1471
+ "opacity": 0,
1472
+ },
1473
+ }
1474
+ }
1475
+ onLoad={[Function]}
1476
+ resizeMode="contain"
1477
+ source={
1478
+ {
1479
+ "uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=104&f=auto",
1480
+ }
1481
+ }
1537
1482
  style={
1538
1483
  {
1539
- "alignSelf": "stretch",
1540
- "justifyContent": "space-between",
1541
- "marginLeft": 8,
1484
+ "flex": 1,
1485
+ "height": "100%",
1486
+ "opacity": 0,
1487
+ "position": "absolute",
1488
+ "width": "100%",
1489
+ "zIndex": 10,
1542
1490
  }
1543
1491
  }
1492
+ testID="lazy-image-main-image"
1493
+ />
1494
+ </View>
1495
+ </View>
1496
+ <View
1497
+ style={
1498
+ {
1499
+ "alignSelf": "stretch",
1500
+ "justifyContent": "space-between",
1501
+ "marginLeft": 8,
1502
+ }
1503
+ }
1504
+ >
1505
+ <View
1506
+ style={
1507
+ {
1508
+ "alignItems": "flex-start",
1509
+ }
1510
+ }
1511
+ >
1512
+ <Text
1513
+ allowFontScaling={false}
1514
+ selectable={false}
1515
+ style={
1516
+ [
1517
+ {
1518
+ "color": "#837C7C",
1519
+ "fontFamily": "AreaNormal-Semibold",
1520
+ "fontSize": 12,
1521
+ "letterSpacing": 0.1,
1522
+ "lineHeight": 16,
1523
+ "paddingBottom": 0,
1524
+ "paddingLeft": 0,
1525
+ "paddingRight": 0,
1526
+ "paddingTop": 0,
1527
+ },
1528
+ ]
1529
+ }
1544
1530
  >
1545
- <View
1546
- style={
1531
+ CKS
1532
+ </Text>
1533
+ <Text
1534
+ allowFontScaling={false}
1535
+ selectable={false}
1536
+ style={
1537
+ [
1547
1538
  {
1548
- "alignItems": "flex-start",
1549
- }
1539
+ "color": "#0C0A0A",
1540
+ "fontFamily": "AreaNormal-Semibold",
1541
+ "fontSize": 12,
1542
+ "letterSpacing": 0.1,
1543
+ "lineHeight": 16,
1544
+ "paddingBottom": 0,
1545
+ "paddingLeft": 0,
1546
+ "paddingRight": 0,
1547
+ "paddingTop": 0,
1548
+ },
1549
+ ]
1550
+ }
1551
+ >
1552
+ Sari Tshirt lines
1553
+ </Text>
1554
+ <Text
1555
+ allowFontScaling={false}
1556
+ selectable={false}
1557
+ style={
1558
+ [
1559
+ {
1560
+ "color": "#837C7C",
1561
+ "fontFamily": "AreaNormal-Semibold",
1562
+ "fontSize": 12,
1563
+ "letterSpacing": 0.1,
1564
+ "lineHeight": 16,
1565
+ "paddingBottom": 0,
1566
+ "paddingLeft": 0,
1567
+ "paddingRight": 0,
1568
+ "paddingTop": 0,
1569
+ },
1570
+ ]
1571
+ }
1572
+ >
1573
+ M
1574
+ /
1575
+ catalog.color.black
1576
+ </Text>
1577
+ <View
1578
+ style={
1579
+ {
1580
+ "backgroundColor": "#F1E4DB",
1581
+ "borderRadius": 9999,
1582
+ "marginTop": 16,
1583
+ "paddingBottom": 2,
1584
+ "paddingHorizontal": 8,
1585
+ "paddingTop": 4,
1550
1586
  }
1551
- >
1552
- <Text
1553
- allowFontScaling={false}
1554
- selectable={false}
1555
- style={
1556
- [
1557
- {
1558
- "color": "#837C7C",
1559
- "fontFamily": "AreaNormal-Semibold",
1560
- "fontSize": 12,
1561
- "letterSpacing": 0.1,
1562
- "lineHeight": 16,
1563
- "paddingBottom": 0,
1564
- "paddingLeft": 0,
1565
- "paddingRight": 0,
1566
- "paddingTop": 0,
1567
- },
1568
- ]
1569
- }
1570
- >
1571
- CKS
1572
- </Text>
1573
- <Text
1574
- allowFontScaling={false}
1575
- selectable={false}
1576
- style={
1577
- [
1578
- {
1579
- "color": "#0C0A0A",
1580
- "fontFamily": "AreaNormal-Semibold",
1581
- "fontSize": 12,
1582
- "letterSpacing": 0.1,
1583
- "lineHeight": 16,
1584
- "paddingBottom": 0,
1585
- "paddingLeft": 0,
1586
- "paddingRight": 0,
1587
- "paddingTop": 0,
1588
- },
1589
- ]
1590
- }
1591
- >
1592
- Sari Tshirt lines
1593
- </Text>
1594
- <Text
1595
- allowFontScaling={false}
1596
- selectable={false}
1597
- style={
1598
- [
1599
- {
1600
- "color": "#837C7C",
1601
- "fontFamily": "AreaNormal-Semibold",
1602
- "fontSize": 12,
1603
- "letterSpacing": 0.1,
1604
- "lineHeight": 16,
1605
- "paddingBottom": 0,
1606
- "paddingLeft": 0,
1607
- "paddingRight": 0,
1608
- "paddingTop": 0,
1609
- },
1610
- ]
1611
- }
1612
- >
1613
- M
1614
- /
1615
- catalog.color.black
1616
- </Text>
1617
- <View
1618
- style={
1619
- {
1620
- "backgroundColor": "#F1E4DB",
1621
- "borderRadius": 9999,
1622
- "marginTop": 16,
1623
- "paddingBottom": 2,
1624
- "paddingHorizontal": 8,
1625
- "paddingTop": 4,
1626
- }
1627
- }
1628
- >
1629
- <Text
1630
- allowFontScaling={false}
1631
- selectable={false}
1632
- style={
1633
- [
1634
- {
1635
- "color": "#0C0A0A",
1636
- "fontFamily": "AreaNormal-Semibold",
1637
- "fontSize": 12,
1638
- "letterSpacing": 0.1,
1639
- "lineHeight": 16,
1640
- "paddingBottom": 0,
1641
- "paddingLeft": 0,
1642
- "paddingRight": 0,
1643
- "paddingTop": 0,
1644
- },
1645
- ]
1646
- }
1647
- >
1648
- product_variant.size_change
1649
- </Text>
1650
- </View>
1651
- </View>
1652
- <View
1587
+ }
1588
+ >
1589
+ <Text
1590
+ allowFontScaling={false}
1591
+ selectable={false}
1653
1592
  style={
1654
- {
1655
- "flexDirection": "row",
1656
- }
1593
+ [
1594
+ {
1595
+ "color": "#0C0A0A",
1596
+ "fontFamily": "AreaNormal-Semibold",
1597
+ "fontSize": 12,
1598
+ "letterSpacing": 0.1,
1599
+ "lineHeight": 16,
1600
+ "paddingBottom": 0,
1601
+ "paddingLeft": 0,
1602
+ "paddingRight": 0,
1603
+ "paddingTop": 0,
1604
+ },
1605
+ ]
1657
1606
  }
1658
- testID="price"
1659
1607
  >
1660
- <Text
1661
- allowFontScaling={false}
1662
- selectable={false}
1663
- style={
1664
- [
1665
- {
1666
- "color": "#0C0A0A",
1667
- "fontFamily": "AreaNormal-Semibold",
1668
- "fontSize": 12,
1669
- "letterSpacing": 0.1,
1670
- "lineHeight": 16,
1671
- "paddingBottom": 0,
1672
- "paddingLeft": 0,
1673
- "paddingRight": 0,
1674
- "paddingTop": 0,
1675
- },
1676
- ]
1677
- }
1678
- testID="price-text"
1679
- >
1680
- €39.99
1681
- </Text>
1682
- </View>
1608
+ product_variant.size_change
1609
+ </Text>
1683
1610
  </View>
1684
1611
  </View>
1685
- <Text
1686
- accessibilityElementsHidden={true}
1687
- allowFontScaling={false}
1688
- importantForAccessibility="no"
1689
- selectable={false}
1612
+ <View
1690
1613
  style={
1691
- [
1692
- {
1693
- "color": "#0C0A0A",
1694
- "fontFamily": "auroraicons",
1695
- "fontSize": 24,
1696
- "fontStyle": "normal",
1697
- "fontWeight": "normal",
1698
- "height": 24,
1699
- "width": 24,
1700
- },
1701
- ]
1614
+ {
1615
+ "flexDirection": "row",
1616
+ }
1702
1617
  }
1618
+ testID="price"
1703
1619
  >
1704
-
1705
- </Text>
1620
+ <Text
1621
+ allowFontScaling={false}
1622
+ selectable={false}
1623
+ style={
1624
+ [
1625
+ {
1626
+ "color": "#0C0A0A",
1627
+ "fontFamily": "AreaNormal-Semibold",
1628
+ "fontSize": 12,
1629
+ "letterSpacing": 0.1,
1630
+ "lineHeight": 16,
1631
+ "paddingBottom": 0,
1632
+ "paddingLeft": 0,
1633
+ "paddingRight": 0,
1634
+ "paddingTop": 0,
1635
+ },
1636
+ ]
1637
+ }
1638
+ testID="price-text"
1639
+ >
1640
+ €39.99
1641
+ </Text>
1642
+ </View>
1706
1643
  </View>
1707
1644
  </View>
1645
+ <Text
1646
+ accessibilityElementsHidden={true}
1647
+ allowFontScaling={false}
1648
+ importantForAccessibility="no"
1649
+ selectable={false}
1650
+ style={
1651
+ [
1652
+ {
1653
+ "color": "#0C0A0A",
1654
+ "fontFamily": "auroraicons",
1655
+ "fontSize": 24,
1656
+ "fontStyle": "normal",
1657
+ "fontWeight": "normal",
1658
+ "height": 24,
1659
+ "width": 24,
1660
+ },
1661
+ ]
1662
+ }
1663
+ >
1664
+
1665
+ </Text>
1708
1666
  </View>
1709
- </RNGestureHandlerButton>
1667
+ </View>
1710
1668
  </View>
1711
1669
  </View>
1712
1670
  </View>