@terreno/ui 0.1.0 → 0.2.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 (64) hide show
  1. package/dist/Common.d.ts +44 -0
  2. package/dist/SocialLoginButton.d.ts +19 -0
  3. package/dist/SocialLoginButton.js +119 -0
  4. package/dist/SocialLoginButton.js.map +1 -0
  5. package/dist/index.d.ts +3 -0
  6. package/dist/index.js +3 -0
  7. package/dist/index.js.map +1 -1
  8. package/dist/login/LoginScreen.d.ts +25 -0
  9. package/dist/login/LoginScreen.js +55 -0
  10. package/dist/login/LoginScreen.js.map +1 -0
  11. package/dist/login/index.d.ts +2 -0
  12. package/dist/login/index.js +2 -0
  13. package/dist/login/index.js.map +1 -0
  14. package/dist/login/loginTypes.d.ts +48 -0
  15. package/dist/login/loginTypes.js +2 -0
  16. package/dist/login/loginTypes.js.map +1 -0
  17. package/dist/signUp/OAuthButtons.d.ts +18 -0
  18. package/dist/signUp/OAuthButtons.js +15 -0
  19. package/dist/signUp/OAuthButtons.js.map +1 -0
  20. package/dist/signUp/PasswordRequirements.d.ts +15 -0
  21. package/dist/signUp/PasswordRequirements.js +14 -0
  22. package/dist/signUp/PasswordRequirements.js.map +1 -0
  23. package/dist/signUp/SignUpScreen.d.ts +26 -0
  24. package/dist/signUp/SignUpScreen.js +64 -0
  25. package/dist/signUp/SignUpScreen.js.map +1 -0
  26. package/dist/signUp/Swiper.d.ts +13 -0
  27. package/dist/signUp/Swiper.js +16 -0
  28. package/dist/signUp/Swiper.js.map +1 -0
  29. package/dist/signUp/index.d.ts +6 -0
  30. package/dist/signUp/index.js +6 -0
  31. package/dist/signUp/index.js.map +1 -0
  32. package/dist/signUp/passwordPresets.d.ts +9 -0
  33. package/dist/signUp/passwordPresets.js +41 -0
  34. package/dist/signUp/passwordPresets.js.map +1 -0
  35. package/dist/signUp/signUpTypes.d.ts +90 -0
  36. package/dist/signUp/signUpTypes.js +2 -0
  37. package/dist/signUp/signUpTypes.js.map +1 -0
  38. package/package.json +3 -2
  39. package/src/Common.ts +52 -0
  40. package/src/SocialLoginButton.test.tsx +158 -0
  41. package/src/SocialLoginButton.tsx +182 -0
  42. package/src/__snapshots__/SocialLoginButton.test.tsx.snap +277 -0
  43. package/src/index.tsx +4 -0
  44. package/src/login/LoginScreen.test.tsx +148 -0
  45. package/src/login/LoginScreen.tsx +159 -0
  46. package/src/login/__snapshots__/LoginScreen.test.tsx.snap +630 -0
  47. package/src/login/index.ts +2 -0
  48. package/src/login/loginTypes.ts +51 -0
  49. package/src/signUp/OAuthButtons.test.tsx +45 -0
  50. package/src/signUp/OAuthButtons.tsx +52 -0
  51. package/src/signUp/PasswordRequirements.test.tsx +41 -0
  52. package/src/signUp/PasswordRequirements.tsx +49 -0
  53. package/src/signUp/SignUpScreen.test.tsx +134 -0
  54. package/src/signUp/SignUpScreen.tsx +172 -0
  55. package/src/signUp/Swiper.test.tsx +46 -0
  56. package/src/signUp/Swiper.tsx +59 -0
  57. package/src/signUp/__snapshots__/OAuthButtons.test.tsx.snap +272 -0
  58. package/src/signUp/__snapshots__/PasswordRequirements.test.tsx.snap +427 -0
  59. package/src/signUp/__snapshots__/SignUpScreen.test.tsx.snap +851 -0
  60. package/src/signUp/__snapshots__/Swiper.test.tsx.snap +249 -0
  61. package/src/signUp/index.ts +13 -0
  62. package/src/signUp/passwordPresets.test.ts +57 -0
  63. package/src/signUp/passwordPresets.ts +43 -0
  64. package/src/signUp/signUpTypes.ts +94 -0
@@ -0,0 +1,851 @@
1
+ // Bun Snapshot v1, https://bun.sh/docs/test/snapshots
2
+
3
+ exports[`SignUpScreen renders correctly with all props 1`] = `
4
+ {
5
+ "$$typeof": Symbol(react.test.json),
6
+ "children": [
7
+ {
8
+ "$$typeof": Symbol(react.test.json),
9
+ "children": [
10
+ {
11
+ "$$typeof": Symbol(react.test.json),
12
+ "children": [
13
+ {
14
+ "$$typeof": Symbol(react.test.json),
15
+ "children": [
16
+ {
17
+ "$$typeof": Symbol(react.test.json),
18
+ "children": [
19
+ {
20
+ "$$typeof": Symbol(react.test.json),
21
+ "children": [
22
+ {
23
+ "$$typeof": Symbol(react.test.json),
24
+ "children": [
25
+ "Sign Up",
26
+ ],
27
+ "props": {
28
+ "numberOfLines": 0,
29
+ "style": {
30
+ "color": "#1C1C1C",
31
+ "fontFamily": "heading-bold",
32
+ "fontSize": 16,
33
+ },
34
+ "testID": "signup-screen-title",
35
+ },
36
+ "type": "Text",
37
+ },
38
+ ],
39
+ "props": {
40
+ "onPointerEnter": [Function: AsyncFunction],
41
+ "onPointerLeave": [Function: AsyncFunction],
42
+ "style": {
43
+ "marginBottom": 48,
44
+ },
45
+ "testID": undefined,
46
+ },
47
+ "type": "View",
48
+ },
49
+ {
50
+ "$$typeof": Symbol(react.test.json),
51
+ "children": [
52
+ {
53
+ "$$typeof": Symbol(react.test.json),
54
+ "children": [
55
+ {
56
+ "$$typeof": Symbol(react.test.json),
57
+ "children": [
58
+ "Name",
59
+ ],
60
+ "props": {
61
+ "style": {
62
+ "color": "#1C1C1C",
63
+ "fontSize": 14,
64
+ "fontWeight": 600,
65
+ "lineHeight": 22.4,
66
+ },
67
+ },
68
+ "type": "Text",
69
+ },
70
+ {
71
+ "$$typeof": Symbol(react.test.json),
72
+ "children": [
73
+ {
74
+ "$$typeof": Symbol(react.test.json),
75
+ "children": null,
76
+ "props": {
77
+ "accessibilityHint": "Enter text here",
78
+ "accessibilityState": {
79
+ "disabled": true,
80
+ },
81
+ "aria-label": "Text input field",
82
+ "autoCapitalize": "sentences",
83
+ "autoCorrect": true,
84
+ "blurOnSubmit": true,
85
+ "enterKeyHint": undefined,
86
+ "keyboardType": "default",
87
+ "multiline": undefined,
88
+ "numberOfLines": 1,
89
+ "onBlur": [Function],
90
+ "onChangeText": [Function],
91
+ "onContentSizeChange": [Function],
92
+ "onFocus": [Function],
93
+ "onSubmitEditing": [Function],
94
+ "placeholder": "Name",
95
+ "placeholderTextColor": "#686868",
96
+ "readOnly": true,
97
+ "ref": [Function],
98
+ "secureTextEntry": false,
99
+ "style": {
100
+ "color": "#1C1C1C",
101
+ "flex": 1,
102
+ "fontFamily": "text",
103
+ "fontSize": 16,
104
+ "gap": 10,
105
+ "height": 20,
106
+ "paddingVertical": 0,
107
+ "width": "100%",
108
+ },
109
+ "testID": "signup-screen-name-input",
110
+ "textContentType": "none",
111
+ "underlineColorAndroid": "transparent",
112
+ "value": "",
113
+ },
114
+ "type": "TextInput",
115
+ },
116
+ ],
117
+ "props": {
118
+ "style": {
119
+ "alignItems": "center",
120
+ "backgroundColor": "#D9D9D9",
121
+ "borderColor": "#4E4E4E",
122
+ "borderRadius": 4,
123
+ "borderWidth": 1,
124
+ "flexDirection": "row",
125
+ "overflow": "hidden",
126
+ "paddingHorizontal": 12,
127
+ "paddingVertical": 8,
128
+ },
129
+ "testID": undefined,
130
+ },
131
+ "type": "View",
132
+ },
133
+ ],
134
+ "props": {
135
+ "style": {
136
+ "flexDirection": "column",
137
+ "width": "100%",
138
+ },
139
+ "testID": undefined,
140
+ },
141
+ "type": "View",
142
+ },
143
+ {
144
+ "$$typeof": Symbol(react.test.json),
145
+ "children": [
146
+ {
147
+ "$$typeof": Symbol(react.test.json),
148
+ "children": [
149
+ "Email",
150
+ ],
151
+ "props": {
152
+ "style": {
153
+ "color": "#1C1C1C",
154
+ "fontSize": 14,
155
+ "fontWeight": 600,
156
+ "lineHeight": 22.4,
157
+ },
158
+ },
159
+ "type": "Text",
160
+ },
161
+ {
162
+ "$$typeof": Symbol(react.test.json),
163
+ "children": [
164
+ {
165
+ "$$typeof": Symbol(react.test.json),
166
+ "children": null,
167
+ "props": {
168
+ "accessibilityHint": "Enter text here",
169
+ "accessibilityState": {
170
+ "disabled": true,
171
+ },
172
+ "aria-label": "Text input field",
173
+ "autoCapitalize": "none",
174
+ "autoCorrect": false,
175
+ "blurOnSubmit": true,
176
+ "enterKeyHint": undefined,
177
+ "keyboardType": "email-address",
178
+ "multiline": undefined,
179
+ "numberOfLines": 1,
180
+ "onBlur": [Function],
181
+ "onChangeText": [Function],
182
+ "onContentSizeChange": [Function],
183
+ "onFocus": [Function],
184
+ "onSubmitEditing": [Function],
185
+ "placeholder": "Email",
186
+ "placeholderTextColor": "#686868",
187
+ "readOnly": true,
188
+ "ref": [Function],
189
+ "secureTextEntry": false,
190
+ "style": {
191
+ "color": "#1C1C1C",
192
+ "flex": 1,
193
+ "fontFamily": "text",
194
+ "fontSize": 16,
195
+ "gap": 10,
196
+ "height": 20,
197
+ "paddingVertical": 0,
198
+ "width": "100%",
199
+ },
200
+ "testID": "signup-screen-email-input",
201
+ "textContentType": "emailAddress",
202
+ "underlineColorAndroid": "transparent",
203
+ "value": "",
204
+ },
205
+ "type": "TextInput",
206
+ },
207
+ ],
208
+ "props": {
209
+ "style": {
210
+ "alignItems": "center",
211
+ "backgroundColor": "#D9D9D9",
212
+ "borderColor": "#4E4E4E",
213
+ "borderRadius": 4,
214
+ "borderWidth": 1,
215
+ "flexDirection": "row",
216
+ "overflow": "hidden",
217
+ "paddingHorizontal": 12,
218
+ "paddingVertical": 8,
219
+ },
220
+ "testID": undefined,
221
+ },
222
+ "type": "View",
223
+ },
224
+ ],
225
+ "props": {
226
+ "style": {
227
+ "flexDirection": "column",
228
+ "width": "100%",
229
+ },
230
+ "testID": undefined,
231
+ },
232
+ "type": "View",
233
+ },
234
+ {
235
+ "$$typeof": Symbol(react.test.json),
236
+ "children": [
237
+ {
238
+ "$$typeof": Symbol(react.test.json),
239
+ "children": [
240
+ "Password",
241
+ ],
242
+ "props": {
243
+ "style": {
244
+ "color": "#1C1C1C",
245
+ "fontSize": 14,
246
+ "fontWeight": 600,
247
+ "lineHeight": 22.4,
248
+ },
249
+ },
250
+ "type": "Text",
251
+ },
252
+ {
253
+ "$$typeof": Symbol(react.test.json),
254
+ "children": [
255
+ {
256
+ "$$typeof": Symbol(react.test.json),
257
+ "children": null,
258
+ "props": {
259
+ "accessibilityHint": "Enter text here",
260
+ "accessibilityState": {
261
+ "disabled": true,
262
+ },
263
+ "aria-label": "Text input field",
264
+ "autoCapitalize": "none",
265
+ "autoCorrect": false,
266
+ "blurOnSubmit": true,
267
+ "enterKeyHint": undefined,
268
+ "keyboardType": "default",
269
+ "multiline": undefined,
270
+ "numberOfLines": 1,
271
+ "onBlur": [Function],
272
+ "onChangeText": [Function],
273
+ "onContentSizeChange": [Function],
274
+ "onFocus": [Function],
275
+ "onSubmitEditing": [Function],
276
+ "placeholder": "Password",
277
+ "placeholderTextColor": "#686868",
278
+ "readOnly": true,
279
+ "ref": [Function],
280
+ "secureTextEntry": true,
281
+ "style": {
282
+ "color": "#1C1C1C",
283
+ "flex": 1,
284
+ "fontFamily": "text",
285
+ "fontSize": 16,
286
+ "gap": 10,
287
+ "height": 20,
288
+ "paddingVertical": 0,
289
+ "width": "100%",
290
+ },
291
+ "testID": "signup-screen-password-input",
292
+ "textContentType": "password",
293
+ "underlineColorAndroid": "transparent",
294
+ "value": "",
295
+ },
296
+ "type": "TextInput",
297
+ },
298
+ ],
299
+ "props": {
300
+ "style": {
301
+ "alignItems": "center",
302
+ "backgroundColor": "#D9D9D9",
303
+ "borderColor": "#4E4E4E",
304
+ "borderRadius": 4,
305
+ "borderWidth": 1,
306
+ "flexDirection": "row",
307
+ "overflow": "hidden",
308
+ "paddingHorizontal": 12,
309
+ "paddingVertical": 8,
310
+ },
311
+ "testID": undefined,
312
+ },
313
+ "type": "View",
314
+ },
315
+ ],
316
+ "props": {
317
+ "style": {
318
+ "flexDirection": "column",
319
+ "width": "100%",
320
+ },
321
+ "testID": undefined,
322
+ },
323
+ "type": "View",
324
+ },
325
+ {
326
+ "$$typeof": Symbol(react.test.json),
327
+ "children": [
328
+ {
329
+ "$$typeof": Symbol(react.test.json),
330
+ "children": [
331
+ {
332
+ "$$typeof": Symbol(react.test.json),
333
+ "children": [
334
+ {
335
+ "$$typeof": Symbol(react.test.json),
336
+ "children": [
337
+ "At least 8 characters",
338
+ ],
339
+ "props": {
340
+ "numberOfLines": 0,
341
+ "selectable": undefined,
342
+ "style": {
343
+ "color": "#686868",
344
+ "fontFamily": "text-regular",
345
+ "fontSize": 10,
346
+ "textAlign": "left",
347
+ },
348
+ "testID": undefined,
349
+ },
350
+ "type": "Text",
351
+ },
352
+ ],
353
+ "props": {},
354
+ "type": "View",
355
+ },
356
+ ],
357
+ "props": {
358
+ "style": {
359
+ "alignItems": "center",
360
+ "flexDirection": "row",
361
+ "gap": 8,
362
+ "marginBottom": 4,
363
+ },
364
+ "testID": "signup-screen-password-requirements-minLength",
365
+ },
366
+ "type": "View",
367
+ },
368
+ {
369
+ "$$typeof": Symbol(react.test.json),
370
+ "children": [
371
+ {
372
+ "$$typeof": Symbol(react.test.json),
373
+ "children": [
374
+ {
375
+ "$$typeof": Symbol(react.test.json),
376
+ "children": [
377
+ "At least one uppercase letter",
378
+ ],
379
+ "props": {
380
+ "numberOfLines": 0,
381
+ "selectable": undefined,
382
+ "style": {
383
+ "color": "#686868",
384
+ "fontFamily": "text-regular",
385
+ "fontSize": 10,
386
+ "textAlign": "left",
387
+ },
388
+ "testID": undefined,
389
+ },
390
+ "type": "Text",
391
+ },
392
+ ],
393
+ "props": {},
394
+ "type": "View",
395
+ },
396
+ ],
397
+ "props": {
398
+ "style": {
399
+ "alignItems": "center",
400
+ "flexDirection": "row",
401
+ "gap": 8,
402
+ "marginBottom": 4,
403
+ },
404
+ "testID": "signup-screen-password-requirements-uppercase",
405
+ },
406
+ "type": "View",
407
+ },
408
+ {
409
+ "$$typeof": Symbol(react.test.json),
410
+ "children": [
411
+ {
412
+ "$$typeof": Symbol(react.test.json),
413
+ "children": [
414
+ {
415
+ "$$typeof": Symbol(react.test.json),
416
+ "children": [
417
+ "At least one lowercase letter",
418
+ ],
419
+ "props": {
420
+ "numberOfLines": 0,
421
+ "selectable": undefined,
422
+ "style": {
423
+ "color": "#686868",
424
+ "fontFamily": "text-regular",
425
+ "fontSize": 10,
426
+ "textAlign": "left",
427
+ },
428
+ "testID": undefined,
429
+ },
430
+ "type": "Text",
431
+ },
432
+ ],
433
+ "props": {},
434
+ "type": "View",
435
+ },
436
+ ],
437
+ "props": {
438
+ "style": {
439
+ "alignItems": "center",
440
+ "flexDirection": "row",
441
+ "gap": 8,
442
+ "marginBottom": 4,
443
+ },
444
+ "testID": "signup-screen-password-requirements-lowercase",
445
+ },
446
+ "type": "View",
447
+ },
448
+ {
449
+ "$$typeof": Symbol(react.test.json),
450
+ "children": [
451
+ {
452
+ "$$typeof": Symbol(react.test.json),
453
+ "children": [
454
+ {
455
+ "$$typeof": Symbol(react.test.json),
456
+ "children": [
457
+ "At least one number",
458
+ ],
459
+ "props": {
460
+ "numberOfLines": 0,
461
+ "selectable": undefined,
462
+ "style": {
463
+ "color": "#686868",
464
+ "fontFamily": "text-regular",
465
+ "fontSize": 10,
466
+ "textAlign": "left",
467
+ },
468
+ "testID": undefined,
469
+ },
470
+ "type": "Text",
471
+ },
472
+ ],
473
+ "props": {},
474
+ "type": "View",
475
+ },
476
+ ],
477
+ "props": {
478
+ "style": {
479
+ "alignItems": "center",
480
+ "flexDirection": "row",
481
+ "gap": 8,
482
+ "marginBottom": 4,
483
+ },
484
+ "testID": "signup-screen-password-requirements-number",
485
+ },
486
+ "type": "View",
487
+ },
488
+ {
489
+ "$$typeof": Symbol(react.test.json),
490
+ "children": [
491
+ {
492
+ "$$typeof": Symbol(react.test.json),
493
+ "children": [
494
+ {
495
+ "$$typeof": Symbol(react.test.json),
496
+ "children": [
497
+ "At least one special character",
498
+ ],
499
+ "props": {
500
+ "numberOfLines": 0,
501
+ "selectable": undefined,
502
+ "style": {
503
+ "color": "#686868",
504
+ "fontFamily": "text-regular",
505
+ "fontSize": 10,
506
+ "textAlign": "left",
507
+ },
508
+ "testID": undefined,
509
+ },
510
+ "type": "Text",
511
+ },
512
+ ],
513
+ "props": {},
514
+ "type": "View",
515
+ },
516
+ ],
517
+ "props": {
518
+ "style": {
519
+ "alignItems": "center",
520
+ "flexDirection": "row",
521
+ "gap": 8,
522
+ "marginBottom": 4,
523
+ },
524
+ "testID": "signup-screen-password-requirements-special",
525
+ },
526
+ "type": "View",
527
+ },
528
+ ],
529
+ "props": {
530
+ "style": undefined,
531
+ "testID": "signup-screen-password-requirements",
532
+ },
533
+ "type": "View",
534
+ },
535
+ {
536
+ "$$typeof": Symbol(react.test.json),
537
+ "children": [
538
+ {
539
+ "$$typeof": Symbol(react.test.json),
540
+ "children": [
541
+ "Error!",
542
+ ],
543
+ "props": {
544
+ "numberOfLines": 0,
545
+ "selectable": undefined,
546
+ "style": {
547
+ "color": "#BD1111",
548
+ "fontFamily": "text-regular",
549
+ "fontSize": 14,
550
+ "textAlign": "left",
551
+ },
552
+ "testID": "signup-screen-error",
553
+ },
554
+ "type": "Text",
555
+ },
556
+ ],
557
+ "props": {},
558
+ "type": "View",
559
+ },
560
+ {
561
+ "$$typeof": Symbol(react.test.json),
562
+ "children": [
563
+ {
564
+ "$$typeof": Symbol(react.test.json),
565
+ "children": [
566
+ {
567
+ "$$typeof": Symbol(react.test.json),
568
+ "children": [
569
+ {
570
+ "$$typeof": Symbol(react.test.json),
571
+ "children": [
572
+ {
573
+ "$$typeof": Symbol(react.test.json),
574
+ "children": [
575
+ "Sign Up",
576
+ ],
577
+ "props": {
578
+ "style": {
579
+ "color": "#FFFFFF",
580
+ "fontSize": 16,
581
+ "fontWeight": "700",
582
+ },
583
+ },
584
+ "type": "Text",
585
+ },
586
+ ],
587
+ "props": {
588
+ "style": {
589
+ "flexDirection": "row",
590
+ },
591
+ "testID": undefined,
592
+ },
593
+ "type": "View",
594
+ },
595
+ {
596
+ "$$typeof": Symbol(react.test.json),
597
+ "children": [
598
+ {
599
+ "$$typeof": Symbol(react.test.json),
600
+ "children": null,
601
+ "props": {
602
+ "color": "#FFFFFF",
603
+ "size": "small",
604
+ },
605
+ "type": "ActivityIndicator",
606
+ },
607
+ ],
608
+ "props": {
609
+ "onPointerEnter": [Function: AsyncFunction],
610
+ "onPointerLeave": [Function: AsyncFunction],
611
+ "style": {
612
+ "marginLeft": 8,
613
+ },
614
+ "testID": undefined,
615
+ },
616
+ "type": "View",
617
+ },
618
+ ],
619
+ "props": {
620
+ "style": {
621
+ "flexDirection": "row",
622
+ },
623
+ "testID": undefined,
624
+ },
625
+ "type": "View",
626
+ },
627
+ ],
628
+ "props": {
629
+ "accessibilityHint": "Press to perform action",
630
+ "aria-label": "Sign Up",
631
+ "aria-role": "button",
632
+ "disabled": true,
633
+ "onPress": [Function: debounced],
634
+ "style": {
635
+ "alignItems": "center",
636
+ "alignSelf": "stretch",
637
+ "backgroundColor": "#9A9A9A",
638
+ "borderColor": undefined,
639
+ "borderRadius": 360,
640
+ "borderWidth": undefined,
641
+ "flexDirection": "column",
642
+ "justifyContent": "center",
643
+ "paddingHorizontal": 20,
644
+ "paddingVertical": 8,
645
+ "width": "100%",
646
+ },
647
+ "testID": "signup-screen-submit-button",
648
+ },
649
+ "type": "Pressable",
650
+ },
651
+ ],
652
+ "props": {
653
+ "onPointerEnter": [Function: AsyncFunction],
654
+ "onPointerLeave": [Function: AsyncFunction],
655
+ "style": {
656
+ "marginTop": 16,
657
+ },
658
+ "testID": undefined,
659
+ },
660
+ "type": "View",
661
+ },
662
+ {
663
+ "$$typeof": Symbol(react.test.json),
664
+ "children": [
665
+ {
666
+ "$$typeof": Symbol(react.test.json),
667
+ "children": [
668
+ {
669
+ "$$typeof": Symbol(react.test.json),
670
+ "children": [
671
+ {
672
+ "$$typeof": Symbol(react.test.json),
673
+ "children": [
674
+ {
675
+ "$$typeof": Symbol(react.test.json),
676
+ "children": [
677
+ "Already have an account? Log in",
678
+ ],
679
+ "props": {
680
+ "style": {
681
+ "color": "#FFFFFF",
682
+ "fontSize": 16,
683
+ "fontWeight": "700",
684
+ },
685
+ },
686
+ "type": "Text",
687
+ },
688
+ ],
689
+ "props": {
690
+ "style": {
691
+ "flexDirection": "row",
692
+ },
693
+ "testID": undefined,
694
+ },
695
+ "type": "View",
696
+ },
697
+ ],
698
+ "props": {
699
+ "style": {
700
+ "flexDirection": "row",
701
+ },
702
+ "testID": undefined,
703
+ },
704
+ "type": "View",
705
+ },
706
+ ],
707
+ "props": {
708
+ "accessibilityHint": "Press to perform action",
709
+ "aria-label": "Already have an account? Log in",
710
+ "aria-role": "button",
711
+ "disabled": true,
712
+ "onPress": [Function: debounced],
713
+ "style": {
714
+ "alignItems": "center",
715
+ "alignSelf": "stretch",
716
+ "backgroundColor": "#9A9A9A",
717
+ "borderColor": undefined,
718
+ "borderRadius": 360,
719
+ "borderWidth": undefined,
720
+ "flexDirection": "column",
721
+ "justifyContent": "center",
722
+ "paddingHorizontal": 20,
723
+ "paddingVertical": 8,
724
+ "width": "100%",
725
+ },
726
+ "testID": "signup-screen-login-link",
727
+ },
728
+ "type": "Pressable",
729
+ },
730
+ ],
731
+ "props": {
732
+ "onPointerEnter": [Function: AsyncFunction],
733
+ "onPointerLeave": [Function: AsyncFunction],
734
+ "style": {
735
+ "marginTop": 8,
736
+ },
737
+ "testID": undefined,
738
+ },
739
+ "type": "View",
740
+ },
741
+ ],
742
+ "props": {
743
+ "onPointerEnter": [Function: AsyncFunction],
744
+ "onPointerLeave": [Function: AsyncFunction],
745
+ "style": {
746
+ "gap": 16,
747
+ "width": "100%",
748
+ },
749
+ "testID": undefined,
750
+ },
751
+ "type": "View",
752
+ },
753
+ ],
754
+ "props": {
755
+ "onPointerEnter": [Function: AsyncFunction],
756
+ "onPointerLeave": [Function: AsyncFunction],
757
+ "style": {
758
+ "alignItems": "center",
759
+ "alignSelf": "center",
760
+ "display": "flex",
761
+ "flexGrow": 1,
762
+ "flexShrink": 1,
763
+ "justifyContent": "center",
764
+ "maxWidth": 400,
765
+ "padding": 16,
766
+ "testID": "signup-screen",
767
+ "width": "100%",
768
+ },
769
+ "testID": "signup-screen",
770
+ },
771
+ "type": "View",
772
+ },
773
+ ],
774
+ "props": {
775
+ "onPointerEnter": [Function: AsyncFunction],
776
+ "onPointerLeave": [Function: AsyncFunction],
777
+ "style": {
778
+ "alignSelf": "center",
779
+ "avoidKeyboard": true,
780
+ "backgroundColor": "#FFFFFF",
781
+ "display": "flex",
782
+ "flex": undefined,
783
+ "flexDirection": "column",
784
+ "flexGrow": 1,
785
+ "flexShrink": 1,
786
+ "height": "100%",
787
+ "keyboardOffset": undefined,
788
+ "maxWidth": 800,
789
+ "padding": 8,
790
+ "scroll": true,
791
+ "width": "100%",
792
+ },
793
+ "testID": undefined,
794
+ },
795
+ "type": "View",
796
+ },
797
+ ],
798
+ "props": {
799
+ "contentContainerStyle": {
800
+ "alignContent": undefined,
801
+ "alignItems": undefined,
802
+ "justifyContent": undefined,
803
+ },
804
+ "horizontal": false,
805
+ "keyboardShouldPersistTaps": "handled",
806
+ "nestedScrollEnabled": true,
807
+ "onScroll": [Function],
808
+ "ref": {
809
+ "current": null,
810
+ },
811
+ "scrollEventThrottle": 50,
812
+ "style": {
813
+ "alignSelf": "center",
814
+ "avoidKeyboard": true,
815
+ "backgroundColor": "#FFFFFF",
816
+ "display": "flex",
817
+ "flex": undefined,
818
+ "flexDirection": "column",
819
+ "flexGrow": 1,
820
+ "flexShrink": 1,
821
+ "height": "100%",
822
+ "keyboardOffset": undefined,
823
+ "maxWidth": 800,
824
+ "padding": 8,
825
+ "scroll": true,
826
+ "width": "100%",
827
+ },
828
+ },
829
+ "type": "ScrollView",
830
+ },
831
+ ],
832
+ "props": {
833
+ "style": {
834
+ "display": "flex",
835
+ "flex": 1,
836
+ },
837
+ },
838
+ "type": "SafeAreaView",
839
+ },
840
+ ],
841
+ "props": {
842
+ "behavior": "padding",
843
+ "keyboardVerticalOffset": undefined,
844
+ "style": {
845
+ "display": "flex",
846
+ "flex": 1,
847
+ },
848
+ },
849
+ "type": "KeyboardAvoidingView",
850
+ }
851
+ `;