@lookiero/checkout 9.12.0-beta.0 → 9.12.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.
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
- package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +159 -87
- package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +242 -126
- package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +74 -40
- package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +152 -80
- package/dist/public/public/assets/adaptive-icon.png +0 -0
- package/dist/public/public/assets/favicon.png +0 -0
- package/dist/public/public/assets/icon.png +0 -0
- package/dist/public/public/assets/splash.png +0 -0
- package/dist/public/public/images/not-found.png +0 -0
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "9.12.0
|
|
1
|
+
export declare const VERSION = "9.12.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "9.12.0
|
|
1
|
+
export const VERSION = "9.12.0";
|
package/package.json
CHANGED
|
@@ -270,20 +270,13 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
|
|
|
270
270
|
"right": 0,
|
|
271
271
|
"top": 0,
|
|
272
272
|
},
|
|
273
|
-
"alignContent": "center",
|
|
274
273
|
"alignSelf": "flex-start",
|
|
275
|
-
"backgroundColor": "#0C0A0A",
|
|
276
|
-
"borderRadius": 9999,
|
|
277
274
|
"container": {
|
|
278
275
|
"overflow": "hidden",
|
|
279
276
|
},
|
|
280
277
|
"flex": 0,
|
|
281
278
|
"height": 64,
|
|
282
|
-
"justifyContent": "center",
|
|
283
279
|
"overflow": "hidden",
|
|
284
|
-
"paddingLeft": 24,
|
|
285
|
-
"paddingRight": 24,
|
|
286
|
-
"position": "relative",
|
|
287
280
|
"pressed": {
|
|
288
281
|
"bottom": 0,
|
|
289
282
|
"left": 0,
|
|
@@ -299,57 +292,98 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
|
|
|
299
292
|
]
|
|
300
293
|
}
|
|
301
294
|
>
|
|
302
|
-
<
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
295
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
296
|
+
colors={
|
|
297
|
+
[
|
|
298
|
+
4278979082,
|
|
299
|
+
4278979082,
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
endPoint={
|
|
303
|
+
[
|
|
304
|
+
1,
|
|
305
|
+
0,
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
startPoint={
|
|
309
|
+
[
|
|
310
|
+
0,
|
|
311
|
+
1,
|
|
312
|
+
]
|
|
315
313
|
}
|
|
316
|
-
/>
|
|
317
|
-
<View
|
|
318
314
|
style={
|
|
319
315
|
[
|
|
320
316
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
317
|
+
"alignContent": "center",
|
|
318
|
+
"height": 64,
|
|
323
319
|
"justifyContent": "center",
|
|
320
|
+
"overflow": "hidden",
|
|
321
|
+
"paddingLeft": 24,
|
|
322
|
+
"paddingRight": 24,
|
|
323
|
+
"position": "relative",
|
|
324
|
+
},
|
|
325
|
+
{},
|
|
326
|
+
undefined,
|
|
327
|
+
undefined,
|
|
328
|
+
false,
|
|
329
|
+
{
|
|
330
|
+
"borderRadius": 9999,
|
|
324
331
|
},
|
|
325
332
|
]
|
|
326
333
|
}
|
|
327
334
|
>
|
|
328
|
-
<
|
|
329
|
-
|
|
330
|
-
|
|
335
|
+
<View
|
|
336
|
+
collapsable={false}
|
|
337
|
+
pointerEvents="none"
|
|
338
|
+
style={
|
|
339
|
+
{
|
|
340
|
+
"backgroundColor": "#716A6B",
|
|
341
|
+
"height": "300%",
|
|
342
|
+
"left": 0,
|
|
343
|
+
"opacity": 0.7,
|
|
344
|
+
"position": "absolute",
|
|
345
|
+
"top": 0,
|
|
346
|
+
"width": "0%",
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
/>
|
|
350
|
+
<View
|
|
331
351
|
style={
|
|
332
352
|
[
|
|
333
353
|
{
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"letterSpacing": -0.2,
|
|
338
|
-
"lineHeight": 20,
|
|
339
|
-
"paddingBottom": 0,
|
|
340
|
-
"paddingLeft": 0,
|
|
341
|
-
"paddingRight": 0,
|
|
342
|
-
"paddingTop": 0,
|
|
343
|
-
"textAlign": "center",
|
|
344
|
-
"textTransform": "uppercase",
|
|
345
|
-
"width": "100%",
|
|
354
|
+
"alignItems": "center",
|
|
355
|
+
"flexDirection": "row",
|
|
356
|
+
"justifyContent": "center",
|
|
346
357
|
},
|
|
347
358
|
]
|
|
348
359
|
}
|
|
349
360
|
>
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
361
|
+
<Text
|
|
362
|
+
allowFontScaling={false}
|
|
363
|
+
selectable={false}
|
|
364
|
+
style={
|
|
365
|
+
[
|
|
366
|
+
{
|
|
367
|
+
"color": "#0C0A0A",
|
|
368
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
369
|
+
"fontSize": 15,
|
|
370
|
+
"letterSpacing": -0.2,
|
|
371
|
+
"lineHeight": 20,
|
|
372
|
+
"paddingBottom": 0,
|
|
373
|
+
"paddingLeft": 0,
|
|
374
|
+
"paddingRight": 0,
|
|
375
|
+
"paddingTop": 0,
|
|
376
|
+
"textAlign": "center",
|
|
377
|
+
"textTransform": "uppercase",
|
|
378
|
+
"width": "100%",
|
|
379
|
+
},
|
|
380
|
+
]
|
|
381
|
+
}
|
|
382
|
+
>
|
|
383
|
+
get_out_of_checkout_modal.dismiss_button
|
|
384
|
+
</Text>
|
|
385
|
+
</View>
|
|
386
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
353
387
|
</View>
|
|
354
388
|
<View
|
|
355
389
|
accessibilityRole="button"
|
|
@@ -396,24 +430,14 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
|
|
|
396
430
|
"right": 0,
|
|
397
431
|
"top": 0,
|
|
398
432
|
},
|
|
399
|
-
"alignContent": "center",
|
|
400
433
|
"alignSelf": "flex-start",
|
|
401
|
-
"backgroundColor": "#FFFFFF",
|
|
402
|
-
"borderColor": "#0C0A0A",
|
|
403
|
-
"borderRadius": 9999,
|
|
404
|
-
"borderStyle": "solid",
|
|
405
|
-
"borderWidth": 2,
|
|
406
434
|
"container": {
|
|
407
435
|
"overflow": "hidden",
|
|
408
436
|
},
|
|
409
437
|
"flex": 0,
|
|
410
438
|
"height": 64,
|
|
411
|
-
"justifyContent": "center",
|
|
412
439
|
"marginTop": 32,
|
|
413
440
|
"overflow": "hidden",
|
|
414
|
-
"paddingLeft": 24,
|
|
415
|
-
"paddingRight": 24,
|
|
416
|
-
"position": "relative",
|
|
417
441
|
"pressed": {
|
|
418
442
|
"bottom": 0,
|
|
419
443
|
"left": 0,
|
|
@@ -429,57 +453,105 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
|
|
|
429
453
|
]
|
|
430
454
|
}
|
|
431
455
|
>
|
|
432
|
-
<
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
456
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
457
|
+
colors={
|
|
458
|
+
[
|
|
459
|
+
4294967295,
|
|
460
|
+
4294967295,
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
endPoint={
|
|
464
|
+
[
|
|
465
|
+
1,
|
|
466
|
+
0,
|
|
467
|
+
]
|
|
468
|
+
}
|
|
469
|
+
startPoint={
|
|
470
|
+
[
|
|
471
|
+
0,
|
|
472
|
+
1,
|
|
473
|
+
]
|
|
445
474
|
}
|
|
446
|
-
/>
|
|
447
|
-
<View
|
|
448
475
|
style={
|
|
449
476
|
[
|
|
450
477
|
{
|
|
451
|
-
"
|
|
452
|
-
"
|
|
478
|
+
"alignContent": "center",
|
|
479
|
+
"height": 64,
|
|
453
480
|
"justifyContent": "center",
|
|
481
|
+
"overflow": "hidden",
|
|
482
|
+
"paddingLeft": 24,
|
|
483
|
+
"paddingRight": 24,
|
|
484
|
+
"position": "relative",
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"borderColor": "#0C0A0A",
|
|
488
|
+
"borderStyle": "solid",
|
|
489
|
+
"borderWidth": 2,
|
|
490
|
+
"height": 64,
|
|
491
|
+
"paddingLeft": 24,
|
|
492
|
+
"paddingRight": 24,
|
|
493
|
+
},
|
|
494
|
+
undefined,
|
|
495
|
+
undefined,
|
|
496
|
+
false,
|
|
497
|
+
{
|
|
498
|
+
"borderRadius": 9999,
|
|
454
499
|
},
|
|
455
500
|
]
|
|
456
501
|
}
|
|
457
502
|
>
|
|
458
|
-
<
|
|
459
|
-
|
|
460
|
-
|
|
503
|
+
<View
|
|
504
|
+
collapsable={false}
|
|
505
|
+
pointerEvents="none"
|
|
506
|
+
style={
|
|
507
|
+
{
|
|
508
|
+
"backgroundColor": "#B7B3B3",
|
|
509
|
+
"height": "300%",
|
|
510
|
+
"left": 0,
|
|
511
|
+
"opacity": 0.7,
|
|
512
|
+
"position": "absolute",
|
|
513
|
+
"top": 0,
|
|
514
|
+
"width": "0%",
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
/>
|
|
518
|
+
<View
|
|
461
519
|
style={
|
|
462
520
|
[
|
|
463
521
|
{
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"letterSpacing": -0.2,
|
|
468
|
-
"lineHeight": 20,
|
|
469
|
-
"paddingBottom": 0,
|
|
470
|
-
"paddingLeft": 0,
|
|
471
|
-
"paddingRight": 0,
|
|
472
|
-
"paddingTop": 0,
|
|
473
|
-
"textAlign": "center",
|
|
474
|
-
"textTransform": "uppercase",
|
|
475
|
-
"width": "100%",
|
|
522
|
+
"alignItems": "center",
|
|
523
|
+
"flexDirection": "row",
|
|
524
|
+
"justifyContent": "center",
|
|
476
525
|
},
|
|
477
526
|
]
|
|
478
527
|
}
|
|
479
528
|
>
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
529
|
+
<Text
|
|
530
|
+
allowFontScaling={false}
|
|
531
|
+
selectable={false}
|
|
532
|
+
style={
|
|
533
|
+
[
|
|
534
|
+
{
|
|
535
|
+
"color": "#0C0A0A",
|
|
536
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
537
|
+
"fontSize": 15,
|
|
538
|
+
"letterSpacing": -0.2,
|
|
539
|
+
"lineHeight": 20,
|
|
540
|
+
"paddingBottom": 0,
|
|
541
|
+
"paddingLeft": 0,
|
|
542
|
+
"paddingRight": 0,
|
|
543
|
+
"paddingTop": 0,
|
|
544
|
+
"textAlign": "center",
|
|
545
|
+
"textTransform": "uppercase",
|
|
546
|
+
"width": "100%",
|
|
547
|
+
},
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
>
|
|
551
|
+
get_out_of_checkout_modal.confirm_button
|
|
552
|
+
</Text>
|
|
553
|
+
</View>
|
|
554
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
483
555
|
</View>
|
|
484
556
|
</View>
|
|
485
557
|
</View>
|
|
@@ -148,24 +148,14 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
148
148
|
"right": 0,
|
|
149
149
|
"top": 0,
|
|
150
150
|
},
|
|
151
|
-
"alignContent": "center",
|
|
152
151
|
"alignSelf": "flex-start",
|
|
153
|
-
"backgroundColor": "#FFFFFF",
|
|
154
|
-
"borderColor": "#0C0A0A",
|
|
155
|
-
"borderRadius": 9999,
|
|
156
|
-
"borderStyle": "solid",
|
|
157
|
-
"borderWidth": 2,
|
|
158
152
|
"container": {
|
|
159
153
|
"overflow": "hidden",
|
|
160
154
|
},
|
|
161
155
|
"flex": 1,
|
|
162
156
|
"height": 48,
|
|
163
|
-
"justifyContent": "center",
|
|
164
157
|
"marginRight": 8,
|
|
165
158
|
"overflow": "hidden",
|
|
166
|
-
"paddingLeft": 24,
|
|
167
|
-
"paddingRight": 24,
|
|
168
|
-
"position": "relative",
|
|
169
159
|
"pressed": {
|
|
170
160
|
"bottom": 0,
|
|
171
161
|
"left": 0,
|
|
@@ -182,55 +172,105 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
182
172
|
}
|
|
183
173
|
testID="size-selector"
|
|
184
174
|
>
|
|
185
|
-
<
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
175
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
176
|
+
colors={
|
|
177
|
+
[
|
|
178
|
+
4294967295,
|
|
179
|
+
4294967295,
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
endPoint={
|
|
183
|
+
[
|
|
184
|
+
1,
|
|
185
|
+
0,
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
startPoint={
|
|
189
|
+
[
|
|
190
|
+
0,
|
|
191
|
+
1,
|
|
192
|
+
]
|
|
198
193
|
}
|
|
199
|
-
/>
|
|
200
|
-
<View
|
|
201
194
|
style={
|
|
202
195
|
[
|
|
203
196
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
197
|
+
"alignContent": "center",
|
|
198
|
+
"height": 64,
|
|
206
199
|
"justifyContent": "center",
|
|
200
|
+
"overflow": "hidden",
|
|
201
|
+
"paddingLeft": 24,
|
|
202
|
+
"paddingRight": 24,
|
|
203
|
+
"position": "relative",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"borderColor": "#0C0A0A",
|
|
207
|
+
"borderStyle": "solid",
|
|
208
|
+
"borderWidth": 2,
|
|
209
|
+
"height": 64,
|
|
210
|
+
"paddingLeft": 24,
|
|
211
|
+
"paddingRight": 24,
|
|
212
|
+
},
|
|
213
|
+
undefined,
|
|
214
|
+
{
|
|
215
|
+
"height": 48,
|
|
216
|
+
},
|
|
217
|
+
false,
|
|
218
|
+
{
|
|
219
|
+
"borderRadius": 9999,
|
|
207
220
|
},
|
|
208
221
|
]
|
|
209
222
|
}
|
|
210
223
|
>
|
|
211
|
-
<
|
|
212
|
-
|
|
213
|
-
|
|
224
|
+
<View
|
|
225
|
+
collapsable={false}
|
|
226
|
+
pointerEvents="none"
|
|
227
|
+
style={
|
|
228
|
+
{
|
|
229
|
+
"backgroundColor": "#B7B3B3",
|
|
230
|
+
"height": 48,
|
|
231
|
+
"left": 0,
|
|
232
|
+
"opacity": 0.7,
|
|
233
|
+
"position": "absolute",
|
|
234
|
+
"top": 0,
|
|
235
|
+
"width": "0%",
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
/>
|
|
239
|
+
<View
|
|
214
240
|
style={
|
|
215
241
|
[
|
|
216
242
|
{
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"letterSpacing": -0.2,
|
|
221
|
-
"lineHeight": 20,
|
|
222
|
-
"paddingBottom": 0,
|
|
223
|
-
"paddingLeft": 0,
|
|
224
|
-
"paddingRight": 0,
|
|
225
|
-
"paddingTop": 0,
|
|
226
|
-
"textAlign": "center",
|
|
243
|
+
"alignItems": "center",
|
|
244
|
+
"flexDirection": "row",
|
|
245
|
+
"justifyContent": "center",
|
|
227
246
|
},
|
|
228
247
|
]
|
|
229
248
|
}
|
|
230
249
|
>
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
250
|
+
<Text
|
|
251
|
+
allowFontScaling={false}
|
|
252
|
+
selectable={false}
|
|
253
|
+
style={
|
|
254
|
+
[
|
|
255
|
+
{
|
|
256
|
+
"color": "#0C0C0A",
|
|
257
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
258
|
+
"fontSize": 15,
|
|
259
|
+
"letterSpacing": -0.2,
|
|
260
|
+
"lineHeight": 20,
|
|
261
|
+
"paddingBottom": 0,
|
|
262
|
+
"paddingLeft": 0,
|
|
263
|
+
"paddingRight": 0,
|
|
264
|
+
"paddingTop": 0,
|
|
265
|
+
"textAlign": "center",
|
|
266
|
+
},
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
>
|
|
270
|
+
item.change_size_button
|
|
271
|
+
</Text>
|
|
272
|
+
</View>
|
|
273
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
234
274
|
</View>
|
|
235
275
|
<View
|
|
236
276
|
accessibilityRole="button"
|
|
@@ -277,23 +317,13 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
277
317
|
"right": 0,
|
|
278
318
|
"top": 0,
|
|
279
319
|
},
|
|
280
|
-
"alignContent": "center",
|
|
281
320
|
"alignSelf": "flex-start",
|
|
282
|
-
"backgroundColor": "#FFFFFF",
|
|
283
|
-
"borderColor": "#0C0A0A",
|
|
284
|
-
"borderRadius": 9999,
|
|
285
|
-
"borderStyle": "solid",
|
|
286
|
-
"borderWidth": 2,
|
|
287
321
|
"container": {
|
|
288
322
|
"overflow": "hidden",
|
|
289
323
|
},
|
|
290
324
|
"flex": 1,
|
|
291
325
|
"height": 48,
|
|
292
|
-
"justifyContent": "center",
|
|
293
326
|
"overflow": "hidden",
|
|
294
|
-
"paddingLeft": 24,
|
|
295
|
-
"paddingRight": 24,
|
|
296
|
-
"position": "relative",
|
|
297
327
|
"pressed": {
|
|
298
328
|
"bottom": 0,
|
|
299
329
|
"left": 0,
|
|
@@ -310,55 +340,105 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
310
340
|
}
|
|
311
341
|
testID="return-button"
|
|
312
342
|
>
|
|
313
|
-
<
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
343
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
344
|
+
colors={
|
|
345
|
+
[
|
|
346
|
+
4294967295,
|
|
347
|
+
4294967295,
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
endPoint={
|
|
351
|
+
[
|
|
352
|
+
1,
|
|
353
|
+
0,
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
startPoint={
|
|
357
|
+
[
|
|
358
|
+
0,
|
|
359
|
+
1,
|
|
360
|
+
]
|
|
326
361
|
}
|
|
327
|
-
/>
|
|
328
|
-
<View
|
|
329
362
|
style={
|
|
330
363
|
[
|
|
331
364
|
{
|
|
332
|
-
"
|
|
333
|
-
"
|
|
365
|
+
"alignContent": "center",
|
|
366
|
+
"height": 64,
|
|
334
367
|
"justifyContent": "center",
|
|
368
|
+
"overflow": "hidden",
|
|
369
|
+
"paddingLeft": 24,
|
|
370
|
+
"paddingRight": 24,
|
|
371
|
+
"position": "relative",
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"borderColor": "#0C0A0A",
|
|
375
|
+
"borderStyle": "solid",
|
|
376
|
+
"borderWidth": 2,
|
|
377
|
+
"height": 64,
|
|
378
|
+
"paddingLeft": 24,
|
|
379
|
+
"paddingRight": 24,
|
|
380
|
+
},
|
|
381
|
+
undefined,
|
|
382
|
+
{
|
|
383
|
+
"height": 48,
|
|
384
|
+
},
|
|
385
|
+
false,
|
|
386
|
+
{
|
|
387
|
+
"borderRadius": 9999,
|
|
335
388
|
},
|
|
336
389
|
]
|
|
337
390
|
}
|
|
338
391
|
>
|
|
339
|
-
<
|
|
340
|
-
|
|
341
|
-
|
|
392
|
+
<View
|
|
393
|
+
collapsable={false}
|
|
394
|
+
pointerEvents="none"
|
|
395
|
+
style={
|
|
396
|
+
{
|
|
397
|
+
"backgroundColor": "#B7B3B3",
|
|
398
|
+
"height": 48,
|
|
399
|
+
"left": 0,
|
|
400
|
+
"opacity": 0.7,
|
|
401
|
+
"position": "absolute",
|
|
402
|
+
"top": 0,
|
|
403
|
+
"width": "0%",
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
/>
|
|
407
|
+
<View
|
|
342
408
|
style={
|
|
343
409
|
[
|
|
344
410
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"letterSpacing": -0.2,
|
|
349
|
-
"lineHeight": 20,
|
|
350
|
-
"paddingBottom": 0,
|
|
351
|
-
"paddingLeft": 0,
|
|
352
|
-
"paddingRight": 0,
|
|
353
|
-
"paddingTop": 0,
|
|
354
|
-
"textAlign": "center",
|
|
411
|
+
"alignItems": "center",
|
|
412
|
+
"flexDirection": "row",
|
|
413
|
+
"justifyContent": "center",
|
|
355
414
|
},
|
|
356
415
|
]
|
|
357
416
|
}
|
|
358
417
|
>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
418
|
+
<Text
|
|
419
|
+
allowFontScaling={false}
|
|
420
|
+
selectable={false}
|
|
421
|
+
style={
|
|
422
|
+
[
|
|
423
|
+
{
|
|
424
|
+
"color": "#0C0C0A",
|
|
425
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
426
|
+
"fontSize": 15,
|
|
427
|
+
"letterSpacing": -0.2,
|
|
428
|
+
"lineHeight": 20,
|
|
429
|
+
"paddingBottom": 0,
|
|
430
|
+
"paddingLeft": 0,
|
|
431
|
+
"paddingRight": 0,
|
|
432
|
+
"paddingTop": 0,
|
|
433
|
+
"textAlign": "center",
|
|
434
|
+
},
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
>
|
|
438
|
+
item.return_button
|
|
439
|
+
</Text>
|
|
440
|
+
</View>
|
|
441
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
362
442
|
</View>
|
|
363
443
|
</View>
|
|
364
444
|
<View
|
|
@@ -406,19 +486,12 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
406
486
|
"right": 0,
|
|
407
487
|
"top": 0,
|
|
408
488
|
},
|
|
409
|
-
"alignContent": "center",
|
|
410
489
|
"alignSelf": "flex-start",
|
|
411
|
-
"backgroundColor": "#0C0A0A",
|
|
412
|
-
"borderRadius": 9999,
|
|
413
490
|
"container": {
|
|
414
491
|
"overflow": "hidden",
|
|
415
492
|
},
|
|
416
493
|
"height": 48,
|
|
417
|
-
"justifyContent": "center",
|
|
418
494
|
"overflow": "hidden",
|
|
419
|
-
"paddingLeft": 24,
|
|
420
|
-
"paddingRight": 24,
|
|
421
|
-
"position": "relative",
|
|
422
495
|
"pressed": {
|
|
423
496
|
"bottom": 0,
|
|
424
497
|
"left": 0,
|
|
@@ -435,55 +508,98 @@ exports[`ItemActions component matches the snapshot 1`] = `
|
|
|
435
508
|
}
|
|
436
509
|
testID="keep-button"
|
|
437
510
|
>
|
|
438
|
-
<
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
511
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
512
|
+
colors={
|
|
513
|
+
[
|
|
514
|
+
4278979082,
|
|
515
|
+
4278979082,
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
endPoint={
|
|
519
|
+
[
|
|
520
|
+
1,
|
|
521
|
+
0,
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
startPoint={
|
|
525
|
+
[
|
|
526
|
+
0,
|
|
527
|
+
1,
|
|
528
|
+
]
|
|
451
529
|
}
|
|
452
|
-
/>
|
|
453
|
-
<View
|
|
454
530
|
style={
|
|
455
531
|
[
|
|
456
532
|
{
|
|
457
|
-
"
|
|
458
|
-
"
|
|
533
|
+
"alignContent": "center",
|
|
534
|
+
"height": 64,
|
|
459
535
|
"justifyContent": "center",
|
|
536
|
+
"overflow": "hidden",
|
|
537
|
+
"paddingLeft": 24,
|
|
538
|
+
"paddingRight": 24,
|
|
539
|
+
"position": "relative",
|
|
540
|
+
},
|
|
541
|
+
{},
|
|
542
|
+
undefined,
|
|
543
|
+
{
|
|
544
|
+
"height": 48,
|
|
545
|
+
},
|
|
546
|
+
false,
|
|
547
|
+
{
|
|
548
|
+
"borderRadius": 9999,
|
|
460
549
|
},
|
|
461
550
|
]
|
|
462
551
|
}
|
|
463
552
|
>
|
|
464
|
-
<
|
|
465
|
-
|
|
466
|
-
|
|
553
|
+
<View
|
|
554
|
+
collapsable={false}
|
|
555
|
+
pointerEvents="none"
|
|
556
|
+
style={
|
|
557
|
+
{
|
|
558
|
+
"backgroundColor": "#716A6B",
|
|
559
|
+
"height": 48,
|
|
560
|
+
"left": 0,
|
|
561
|
+
"opacity": 0.7,
|
|
562
|
+
"position": "absolute",
|
|
563
|
+
"top": 0,
|
|
564
|
+
"width": "0%",
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
/>
|
|
568
|
+
<View
|
|
467
569
|
style={
|
|
468
570
|
[
|
|
469
571
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"letterSpacing": -0.2,
|
|
474
|
-
"lineHeight": 20,
|
|
475
|
-
"paddingBottom": 0,
|
|
476
|
-
"paddingLeft": 0,
|
|
477
|
-
"paddingRight": 0,
|
|
478
|
-
"paddingTop": 0,
|
|
479
|
-
"textAlign": "center",
|
|
572
|
+
"alignItems": "center",
|
|
573
|
+
"flexDirection": "row",
|
|
574
|
+
"justifyContent": "center",
|
|
480
575
|
},
|
|
481
576
|
]
|
|
482
577
|
}
|
|
483
578
|
>
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
579
|
+
<Text
|
|
580
|
+
allowFontScaling={false}
|
|
581
|
+
selectable={false}
|
|
582
|
+
style={
|
|
583
|
+
[
|
|
584
|
+
{
|
|
585
|
+
"color": "#FFFFFF",
|
|
586
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
587
|
+
"fontSize": 15,
|
|
588
|
+
"letterSpacing": -0.2,
|
|
589
|
+
"lineHeight": 20,
|
|
590
|
+
"paddingBottom": 0,
|
|
591
|
+
"paddingLeft": 0,
|
|
592
|
+
"paddingRight": 0,
|
|
593
|
+
"paddingTop": 0,
|
|
594
|
+
"textAlign": "center",
|
|
595
|
+
},
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
>
|
|
599
|
+
item.keep_button
|
|
600
|
+
</Text>
|
|
601
|
+
</View>
|
|
602
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
487
603
|
</View>
|
|
488
604
|
</View>
|
|
489
605
|
</View>
|
|
@@ -344,19 +344,12 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
|
|
|
344
344
|
"right": 0,
|
|
345
345
|
"top": 0,
|
|
346
346
|
},
|
|
347
|
-
"alignContent": "center",
|
|
348
347
|
"alignSelf": "flex-start",
|
|
349
|
-
"backgroundColor": "#0C0A0A",
|
|
350
|
-
"borderRadius": 9999,
|
|
351
348
|
"container": {
|
|
352
349
|
"overflow": "hidden",
|
|
353
350
|
},
|
|
354
351
|
"height": 64,
|
|
355
|
-
"justifyContent": "center",
|
|
356
352
|
"overflow": "hidden",
|
|
357
|
-
"paddingLeft": 24,
|
|
358
|
-
"paddingRight": 24,
|
|
359
|
-
"position": "relative",
|
|
360
353
|
"pressed": {
|
|
361
354
|
"bottom": 0,
|
|
362
355
|
"left": 0,
|
|
@@ -372,55 +365,96 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
|
|
|
372
365
|
]
|
|
373
366
|
}
|
|
374
367
|
>
|
|
375
|
-
<
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
368
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
369
|
+
colors={
|
|
370
|
+
[
|
|
371
|
+
4278979082,
|
|
372
|
+
4278979082,
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
endPoint={
|
|
376
|
+
[
|
|
377
|
+
1,
|
|
378
|
+
0,
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
startPoint={
|
|
382
|
+
[
|
|
383
|
+
0,
|
|
384
|
+
1,
|
|
385
|
+
]
|
|
388
386
|
}
|
|
389
|
-
/>
|
|
390
|
-
<View
|
|
391
387
|
style={
|
|
392
388
|
[
|
|
393
389
|
{
|
|
394
|
-
"
|
|
395
|
-
"
|
|
390
|
+
"alignContent": "center",
|
|
391
|
+
"height": 64,
|
|
396
392
|
"justifyContent": "center",
|
|
393
|
+
"overflow": "hidden",
|
|
394
|
+
"paddingLeft": 24,
|
|
395
|
+
"paddingRight": 24,
|
|
396
|
+
"position": "relative",
|
|
397
|
+
},
|
|
398
|
+
{},
|
|
399
|
+
undefined,
|
|
400
|
+
undefined,
|
|
401
|
+
false,
|
|
402
|
+
{
|
|
403
|
+
"borderRadius": 9999,
|
|
397
404
|
},
|
|
398
405
|
]
|
|
399
406
|
}
|
|
400
407
|
>
|
|
401
|
-
<
|
|
402
|
-
|
|
403
|
-
|
|
408
|
+
<View
|
|
409
|
+
collapsable={false}
|
|
410
|
+
pointerEvents="none"
|
|
411
|
+
style={
|
|
412
|
+
{
|
|
413
|
+
"backgroundColor": "#716A6B",
|
|
414
|
+
"height": "300%",
|
|
415
|
+
"left": 0,
|
|
416
|
+
"opacity": 0.7,
|
|
417
|
+
"position": "absolute",
|
|
418
|
+
"top": 0,
|
|
419
|
+
"width": "0%",
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
/>
|
|
423
|
+
<View
|
|
404
424
|
style={
|
|
405
425
|
[
|
|
406
426
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"letterSpacing": -0.2,
|
|
411
|
-
"lineHeight": 20,
|
|
412
|
-
"paddingBottom": 0,
|
|
413
|
-
"paddingLeft": 0,
|
|
414
|
-
"paddingRight": 0,
|
|
415
|
-
"paddingTop": 0,
|
|
416
|
-
"textAlign": "center",
|
|
427
|
+
"alignItems": "center",
|
|
428
|
+
"flexDirection": "row",
|
|
429
|
+
"justifyContent": "center",
|
|
417
430
|
},
|
|
418
431
|
]
|
|
419
432
|
}
|
|
420
433
|
>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
434
|
+
<Text
|
|
435
|
+
allowFontScaling={false}
|
|
436
|
+
selectable={false}
|
|
437
|
+
style={
|
|
438
|
+
[
|
|
439
|
+
{
|
|
440
|
+
"color": "#FFFFFF",
|
|
441
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
442
|
+
"fontSize": 15,
|
|
443
|
+
"letterSpacing": -0.2,
|
|
444
|
+
"lineHeight": 20,
|
|
445
|
+
"paddingBottom": 0,
|
|
446
|
+
"paddingLeft": 0,
|
|
447
|
+
"paddingRight": 0,
|
|
448
|
+
"paddingTop": 0,
|
|
449
|
+
"textAlign": "center",
|
|
450
|
+
},
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
>
|
|
454
|
+
size_without_stock_modal.button
|
|
455
|
+
</Text>
|
|
456
|
+
</View>
|
|
457
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
424
458
|
</View>
|
|
425
459
|
</View>
|
|
426
460
|
</View>
|
|
@@ -224,19 +224,12 @@ exports[`Pricing component matches the snapshot for collaped pricing: collapsed
|
|
|
224
224
|
"right": 0,
|
|
225
225
|
"top": 0,
|
|
226
226
|
},
|
|
227
|
-
"alignContent": "center",
|
|
228
227
|
"alignSelf": "flex-start",
|
|
229
|
-
"backgroundColor": "#0C0A0A",
|
|
230
|
-
"borderRadius": 9999,
|
|
231
228
|
"container": {
|
|
232
229
|
"overflow": "hidden",
|
|
233
230
|
},
|
|
234
231
|
"height": 48,
|
|
235
|
-
"justifyContent": "center",
|
|
236
232
|
"overflow": "hidden",
|
|
237
|
-
"paddingLeft": 24,
|
|
238
|
-
"paddingRight": 24,
|
|
239
|
-
"position": "relative",
|
|
240
233
|
"pressed": {
|
|
241
234
|
"bottom": 0,
|
|
242
235
|
"left": 0,
|
|
@@ -253,55 +246,98 @@ exports[`Pricing component matches the snapshot for collaped pricing: collapsed
|
|
|
253
246
|
}
|
|
254
247
|
testID="submit-checkout-collpased-button"
|
|
255
248
|
>
|
|
256
|
-
<
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
249
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
250
|
+
colors={
|
|
251
|
+
[
|
|
252
|
+
4278979082,
|
|
253
|
+
4278979082,
|
|
254
|
+
]
|
|
255
|
+
}
|
|
256
|
+
endPoint={
|
|
257
|
+
[
|
|
258
|
+
1,
|
|
259
|
+
0,
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
startPoint={
|
|
263
|
+
[
|
|
264
|
+
0,
|
|
265
|
+
1,
|
|
266
|
+
]
|
|
269
267
|
}
|
|
270
|
-
/>
|
|
271
|
-
<View
|
|
272
268
|
style={
|
|
273
269
|
[
|
|
274
270
|
{
|
|
275
|
-
"
|
|
276
|
-
"
|
|
271
|
+
"alignContent": "center",
|
|
272
|
+
"height": 64,
|
|
277
273
|
"justifyContent": "center",
|
|
274
|
+
"overflow": "hidden",
|
|
275
|
+
"paddingLeft": 24,
|
|
276
|
+
"paddingRight": 24,
|
|
277
|
+
"position": "relative",
|
|
278
|
+
},
|
|
279
|
+
{},
|
|
280
|
+
undefined,
|
|
281
|
+
{
|
|
282
|
+
"height": 48,
|
|
283
|
+
},
|
|
284
|
+
false,
|
|
285
|
+
{
|
|
286
|
+
"borderRadius": 9999,
|
|
278
287
|
},
|
|
279
288
|
]
|
|
280
289
|
}
|
|
281
290
|
>
|
|
282
|
-
<
|
|
283
|
-
|
|
284
|
-
|
|
291
|
+
<View
|
|
292
|
+
collapsable={false}
|
|
293
|
+
pointerEvents="none"
|
|
294
|
+
style={
|
|
295
|
+
{
|
|
296
|
+
"backgroundColor": "#716A6B",
|
|
297
|
+
"height": 48,
|
|
298
|
+
"left": 0,
|
|
299
|
+
"opacity": 0.7,
|
|
300
|
+
"position": "absolute",
|
|
301
|
+
"top": 0,
|
|
302
|
+
"width": "0%",
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
/>
|
|
306
|
+
<View
|
|
285
307
|
style={
|
|
286
308
|
[
|
|
287
309
|
{
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"letterSpacing": -0.2,
|
|
292
|
-
"lineHeight": 20,
|
|
293
|
-
"paddingBottom": 0,
|
|
294
|
-
"paddingLeft": 0,
|
|
295
|
-
"paddingRight": 0,
|
|
296
|
-
"paddingTop": 0,
|
|
297
|
-
"textAlign": "center",
|
|
310
|
+
"alignItems": "center",
|
|
311
|
+
"flexDirection": "row",
|
|
312
|
+
"justifyContent": "center",
|
|
298
313
|
},
|
|
299
314
|
]
|
|
300
315
|
}
|
|
301
316
|
>
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
317
|
+
<Text
|
|
318
|
+
allowFontScaling={false}
|
|
319
|
+
selectable={false}
|
|
320
|
+
style={
|
|
321
|
+
[
|
|
322
|
+
{
|
|
323
|
+
"color": "#FFFFFF",
|
|
324
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
325
|
+
"fontSize": 15,
|
|
326
|
+
"letterSpacing": -0.2,
|
|
327
|
+
"lineHeight": 20,
|
|
328
|
+
"paddingBottom": 0,
|
|
329
|
+
"paddingLeft": 0,
|
|
330
|
+
"paddingRight": 0,
|
|
331
|
+
"paddingTop": 0,
|
|
332
|
+
"textAlign": "center",
|
|
333
|
+
},
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
>
|
|
337
|
+
summary.submit_button
|
|
338
|
+
</Text>
|
|
339
|
+
</View>
|
|
340
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
305
341
|
</View>
|
|
306
342
|
</View>
|
|
307
343
|
</View>
|
|
@@ -532,19 +568,12 @@ exports[`Pricing component matches the snapshot for non-collaped pricing: non-co
|
|
|
532
568
|
"right": 0,
|
|
533
569
|
"top": 0,
|
|
534
570
|
},
|
|
535
|
-
"alignContent": "center",
|
|
536
571
|
"alignSelf": "flex-start",
|
|
537
|
-
"backgroundColor": "#0C0A0A",
|
|
538
|
-
"borderRadius": 9999,
|
|
539
572
|
"container": {
|
|
540
573
|
"overflow": "hidden",
|
|
541
574
|
},
|
|
542
575
|
"height": 48,
|
|
543
|
-
"justifyContent": "center",
|
|
544
576
|
"overflow": "hidden",
|
|
545
|
-
"paddingLeft": 24,
|
|
546
|
-
"paddingRight": 24,
|
|
547
|
-
"position": "relative",
|
|
548
577
|
"pressed": {
|
|
549
578
|
"bottom": 0,
|
|
550
579
|
"left": 0,
|
|
@@ -561,55 +590,98 @@ exports[`Pricing component matches the snapshot for non-collaped pricing: non-co
|
|
|
561
590
|
}
|
|
562
591
|
testID="submit-checkout-collpased-button"
|
|
563
592
|
>
|
|
564
|
-
<
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
593
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
594
|
+
colors={
|
|
595
|
+
[
|
|
596
|
+
4278979082,
|
|
597
|
+
4278979082,
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
endPoint={
|
|
601
|
+
[
|
|
602
|
+
1,
|
|
603
|
+
0,
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
startPoint={
|
|
607
|
+
[
|
|
608
|
+
0,
|
|
609
|
+
1,
|
|
610
|
+
]
|
|
577
611
|
}
|
|
578
|
-
/>
|
|
579
|
-
<View
|
|
580
612
|
style={
|
|
581
613
|
[
|
|
582
614
|
{
|
|
583
|
-
"
|
|
584
|
-
"
|
|
615
|
+
"alignContent": "center",
|
|
616
|
+
"height": 64,
|
|
585
617
|
"justifyContent": "center",
|
|
618
|
+
"overflow": "hidden",
|
|
619
|
+
"paddingLeft": 24,
|
|
620
|
+
"paddingRight": 24,
|
|
621
|
+
"position": "relative",
|
|
622
|
+
},
|
|
623
|
+
{},
|
|
624
|
+
undefined,
|
|
625
|
+
{
|
|
626
|
+
"height": 48,
|
|
627
|
+
},
|
|
628
|
+
false,
|
|
629
|
+
{
|
|
630
|
+
"borderRadius": 9999,
|
|
586
631
|
},
|
|
587
632
|
]
|
|
588
633
|
}
|
|
589
634
|
>
|
|
590
|
-
<
|
|
591
|
-
|
|
592
|
-
|
|
635
|
+
<View
|
|
636
|
+
collapsable={false}
|
|
637
|
+
pointerEvents="none"
|
|
638
|
+
style={
|
|
639
|
+
{
|
|
640
|
+
"backgroundColor": "#716A6B",
|
|
641
|
+
"height": 48,
|
|
642
|
+
"left": 0,
|
|
643
|
+
"opacity": 0.7,
|
|
644
|
+
"position": "absolute",
|
|
645
|
+
"top": 0,
|
|
646
|
+
"width": "0%",
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
/>
|
|
650
|
+
<View
|
|
593
651
|
style={
|
|
594
652
|
[
|
|
595
653
|
{
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"letterSpacing": -0.2,
|
|
600
|
-
"lineHeight": 20,
|
|
601
|
-
"paddingBottom": 0,
|
|
602
|
-
"paddingLeft": 0,
|
|
603
|
-
"paddingRight": 0,
|
|
604
|
-
"paddingTop": 0,
|
|
605
|
-
"textAlign": "center",
|
|
654
|
+
"alignItems": "center",
|
|
655
|
+
"flexDirection": "row",
|
|
656
|
+
"justifyContent": "center",
|
|
606
657
|
},
|
|
607
658
|
]
|
|
608
659
|
}
|
|
609
660
|
>
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
661
|
+
<Text
|
|
662
|
+
allowFontScaling={false}
|
|
663
|
+
selectable={false}
|
|
664
|
+
style={
|
|
665
|
+
[
|
|
666
|
+
{
|
|
667
|
+
"color": "#FFFFFF",
|
|
668
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
669
|
+
"fontSize": 15,
|
|
670
|
+
"letterSpacing": -0.2,
|
|
671
|
+
"lineHeight": 20,
|
|
672
|
+
"paddingBottom": 0,
|
|
673
|
+
"paddingLeft": 0,
|
|
674
|
+
"paddingRight": 0,
|
|
675
|
+
"paddingTop": 0,
|
|
676
|
+
"textAlign": "center",
|
|
677
|
+
},
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
>
|
|
681
|
+
summary.submit_button
|
|
682
|
+
</Text>
|
|
683
|
+
</View>
|
|
684
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
613
685
|
</View>
|
|
614
686
|
</View>
|
|
615
687
|
</View>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|