@rocapine/react-native-onboarding 1.24.0 → 1.25.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/onboarding-example.d.ts +253 -165
- package/dist/onboarding-example.d.ts.map +1 -1
- package/dist/onboarding-example.js +94 -8
- package/dist/onboarding-example.js.map +1 -1
- package/dist/steps/ComposableScreen/elements/KeyboardAvoidingViewElement.d.ts +86 -0
- package/dist/steps/ComposableScreen/elements/KeyboardAvoidingViewElement.d.ts.map +1 -0
- package/dist/steps/ComposableScreen/elements/KeyboardAvoidingViewElement.js +11 -0
- package/dist/steps/ComposableScreen/elements/KeyboardAvoidingViewElement.js.map +1 -0
- package/dist/steps/ComposableScreen/elements/ScrollViewElement.d.ts +108 -0
- package/dist/steps/ComposableScreen/elements/ScrollViewElement.d.ts.map +1 -0
- package/dist/steps/ComposableScreen/elements/ScrollViewElement.js +23 -0
- package/dist/steps/ComposableScreen/elements/ScrollViewElement.js.map +1 -0
- package/dist/steps/ComposableScreen/types.d.ts +18 -0
- package/dist/steps/ComposableScreen/types.d.ts.map +1 -1
- package/dist/steps/ComposableScreen/types.js +52 -1
- package/dist/steps/ComposableScreen/types.js.map +1 -1
- package/package.json +1 -1
- package/src/onboarding-example.ts +94 -8
- package/src/steps/ComposableScreen/elements/KeyboardAvoidingViewElement.ts +16 -0
- package/src/steps/ComposableScreen/elements/ScrollViewElement.ts +40 -0
- package/src/steps/ComposableScreen/types.ts +84 -3
|
@@ -168,11 +168,10 @@ export declare const onboardingExample: {
|
|
|
168
168
|
controls?: undefined;
|
|
169
169
|
muted?: undefined;
|
|
170
170
|
contentFit?: undefined;
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
autoCapitalize?: undefined;
|
|
171
|
+
keyboardVerticalOffset?: undefined;
|
|
172
|
+
horizontal?: undefined;
|
|
173
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
174
|
+
contentContainerPadding?: undefined;
|
|
176
175
|
content?: undefined;
|
|
177
176
|
mode?: undefined;
|
|
178
177
|
fontSize?: undefined;
|
|
@@ -182,6 +181,7 @@ export declare const onboardingExample: {
|
|
|
182
181
|
fontStyle?: undefined;
|
|
183
182
|
opacity?: undefined;
|
|
184
183
|
lineHeight?: undefined;
|
|
184
|
+
variableName?: undefined;
|
|
185
185
|
defaultValue?: undefined;
|
|
186
186
|
gap?: undefined;
|
|
187
187
|
items?: undefined;
|
|
@@ -208,8 +208,8 @@ export declare const onboardingExample: {
|
|
|
208
208
|
disabledWhen?: undefined;
|
|
209
209
|
disabledStyle?: undefined;
|
|
210
210
|
};
|
|
211
|
-
renderWhen?: undefined;
|
|
212
211
|
children?: undefined;
|
|
212
|
+
renderWhen?: undefined;
|
|
213
213
|
} | {
|
|
214
214
|
id: string;
|
|
215
215
|
type: string;
|
|
@@ -229,11 +229,10 @@ export declare const onboardingExample: {
|
|
|
229
229
|
controls?: undefined;
|
|
230
230
|
muted?: undefined;
|
|
231
231
|
contentFit?: undefined;
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
autoCapitalize?: undefined;
|
|
232
|
+
keyboardVerticalOffset?: undefined;
|
|
233
|
+
horizontal?: undefined;
|
|
234
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
235
|
+
contentContainerPadding?: undefined;
|
|
237
236
|
content?: undefined;
|
|
238
237
|
mode?: undefined;
|
|
239
238
|
fontSize?: undefined;
|
|
@@ -243,6 +242,7 @@ export declare const onboardingExample: {
|
|
|
243
242
|
fontStyle?: undefined;
|
|
244
243
|
opacity?: undefined;
|
|
245
244
|
lineHeight?: undefined;
|
|
245
|
+
variableName?: undefined;
|
|
246
246
|
defaultValue?: undefined;
|
|
247
247
|
gap?: undefined;
|
|
248
248
|
items?: undefined;
|
|
@@ -269,8 +269,8 @@ export declare const onboardingExample: {
|
|
|
269
269
|
disabledWhen?: undefined;
|
|
270
270
|
disabledStyle?: undefined;
|
|
271
271
|
};
|
|
272
|
-
renderWhen?: undefined;
|
|
273
272
|
children?: undefined;
|
|
273
|
+
renderWhen?: undefined;
|
|
274
274
|
} | {
|
|
275
275
|
id: string;
|
|
276
276
|
type: string;
|
|
@@ -290,11 +290,10 @@ export declare const onboardingExample: {
|
|
|
290
290
|
controls?: undefined;
|
|
291
291
|
muted?: undefined;
|
|
292
292
|
contentFit?: undefined;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
autoCapitalize?: undefined;
|
|
293
|
+
keyboardVerticalOffset?: undefined;
|
|
294
|
+
horizontal?: undefined;
|
|
295
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
296
|
+
contentContainerPadding?: undefined;
|
|
298
297
|
content?: undefined;
|
|
299
298
|
mode?: undefined;
|
|
300
299
|
fontSize?: undefined;
|
|
@@ -304,6 +303,7 @@ export declare const onboardingExample: {
|
|
|
304
303
|
fontStyle?: undefined;
|
|
305
304
|
opacity?: undefined;
|
|
306
305
|
lineHeight?: undefined;
|
|
306
|
+
variableName?: undefined;
|
|
307
307
|
defaultValue?: undefined;
|
|
308
308
|
gap?: undefined;
|
|
309
309
|
items?: undefined;
|
|
@@ -330,8 +330,8 @@ export declare const onboardingExample: {
|
|
|
330
330
|
disabledWhen?: undefined;
|
|
331
331
|
disabledStyle?: undefined;
|
|
332
332
|
};
|
|
333
|
-
renderWhen?: undefined;
|
|
334
333
|
children?: undefined;
|
|
334
|
+
renderWhen?: undefined;
|
|
335
335
|
} | {
|
|
336
336
|
id: string;
|
|
337
337
|
type: string;
|
|
@@ -351,11 +351,10 @@ export declare const onboardingExample: {
|
|
|
351
351
|
controls?: undefined;
|
|
352
352
|
muted?: undefined;
|
|
353
353
|
contentFit?: undefined;
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
autoCapitalize?: undefined;
|
|
354
|
+
keyboardVerticalOffset?: undefined;
|
|
355
|
+
horizontal?: undefined;
|
|
356
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
357
|
+
contentContainerPadding?: undefined;
|
|
359
358
|
content?: undefined;
|
|
360
359
|
mode?: undefined;
|
|
361
360
|
fontSize?: undefined;
|
|
@@ -365,6 +364,7 @@ export declare const onboardingExample: {
|
|
|
365
364
|
fontStyle?: undefined;
|
|
366
365
|
opacity?: undefined;
|
|
367
366
|
lineHeight?: undefined;
|
|
367
|
+
variableName?: undefined;
|
|
368
368
|
defaultValue?: undefined;
|
|
369
369
|
gap?: undefined;
|
|
370
370
|
items?: undefined;
|
|
@@ -391,8 +391,8 @@ export declare const onboardingExample: {
|
|
|
391
391
|
disabledWhen?: undefined;
|
|
392
392
|
disabledStyle?: undefined;
|
|
393
393
|
};
|
|
394
|
-
renderWhen?: undefined;
|
|
395
394
|
children?: undefined;
|
|
395
|
+
renderWhen?: undefined;
|
|
396
396
|
} | {
|
|
397
397
|
id: string;
|
|
398
398
|
type: string;
|
|
@@ -412,11 +412,71 @@ export declare const onboardingExample: {
|
|
|
412
412
|
size?: undefined;
|
|
413
413
|
color?: undefined;
|
|
414
414
|
marginVertical?: undefined;
|
|
415
|
+
keyboardVerticalOffset?: undefined;
|
|
416
|
+
horizontal?: undefined;
|
|
417
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
418
|
+
contentContainerPadding?: undefined;
|
|
419
|
+
content?: undefined;
|
|
420
|
+
mode?: undefined;
|
|
421
|
+
fontSize?: undefined;
|
|
422
|
+
fontWeight?: undefined;
|
|
423
|
+
textAlign?: undefined;
|
|
424
|
+
fontFamily?: undefined;
|
|
425
|
+
fontStyle?: undefined;
|
|
426
|
+
opacity?: undefined;
|
|
427
|
+
lineHeight?: undefined;
|
|
415
428
|
variableName?: undefined;
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
429
|
+
defaultValue?: undefined;
|
|
430
|
+
gap?: undefined;
|
|
431
|
+
items?: undefined;
|
|
432
|
+
defaultValues?: undefined;
|
|
433
|
+
display?: undefined;
|
|
434
|
+
maximumDate?: undefined;
|
|
435
|
+
carouselType?: undefined;
|
|
436
|
+
showDots?: undefined;
|
|
437
|
+
defaultIndex?: undefined;
|
|
438
|
+
overflow?: undefined;
|
|
439
|
+
label?: undefined;
|
|
440
|
+
variant?: undefined;
|
|
441
|
+
actions?: undefined;
|
|
442
|
+
padding?: undefined;
|
|
443
|
+
backgroundGradient?: undefined;
|
|
444
|
+
backgroundColor?: undefined;
|
|
445
|
+
shadowColor?: undefined;
|
|
446
|
+
shadowOffset?: undefined;
|
|
447
|
+
shadowOpacity?: undefined;
|
|
448
|
+
shadowRadius?: undefined;
|
|
449
|
+
elevation?: undefined;
|
|
450
|
+
transitionDurationMs?: undefined;
|
|
451
|
+
pressedStyle?: undefined;
|
|
452
|
+
disabledWhen?: undefined;
|
|
453
|
+
disabledStyle?: undefined;
|
|
454
|
+
};
|
|
455
|
+
children?: undefined;
|
|
456
|
+
renderWhen?: undefined;
|
|
457
|
+
} | {
|
|
458
|
+
id: string;
|
|
459
|
+
type: string;
|
|
460
|
+
props: {
|
|
461
|
+
keyboardVerticalOffset: number;
|
|
462
|
+
source?: undefined;
|
|
463
|
+
height?: undefined;
|
|
464
|
+
autoPlay?: undefined;
|
|
465
|
+
loop?: undefined;
|
|
466
|
+
url?: undefined;
|
|
467
|
+
fit?: undefined;
|
|
468
|
+
resizeMode?: undefined;
|
|
469
|
+
borderRadius?: undefined;
|
|
470
|
+
name?: undefined;
|
|
471
|
+
size?: undefined;
|
|
472
|
+
color?: undefined;
|
|
473
|
+
marginVertical?: undefined;
|
|
474
|
+
controls?: undefined;
|
|
475
|
+
muted?: undefined;
|
|
476
|
+
contentFit?: undefined;
|
|
477
|
+
horizontal?: undefined;
|
|
478
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
479
|
+
contentContainerPadding?: undefined;
|
|
420
480
|
content?: undefined;
|
|
421
481
|
mode?: undefined;
|
|
422
482
|
fontSize?: undefined;
|
|
@@ -426,6 +486,7 @@ export declare const onboardingExample: {
|
|
|
426
486
|
fontStyle?: undefined;
|
|
427
487
|
opacity?: undefined;
|
|
428
488
|
lineHeight?: undefined;
|
|
489
|
+
variableName?: undefined;
|
|
429
490
|
defaultValue?: undefined;
|
|
430
491
|
gap?: undefined;
|
|
431
492
|
items?: undefined;
|
|
@@ -452,18 +513,26 @@ export declare const onboardingExample: {
|
|
|
452
513
|
disabledWhen?: undefined;
|
|
453
514
|
disabledStyle?: undefined;
|
|
454
515
|
};
|
|
516
|
+
children: {
|
|
517
|
+
id: string;
|
|
518
|
+
type: string;
|
|
519
|
+
props: {
|
|
520
|
+
variableName: string;
|
|
521
|
+
placeholder: string;
|
|
522
|
+
keyboardType: string;
|
|
523
|
+
returnKeyType: string;
|
|
524
|
+
autoCapitalize: string;
|
|
525
|
+
marginVertical: number;
|
|
526
|
+
};
|
|
527
|
+
}[];
|
|
455
528
|
renderWhen?: undefined;
|
|
456
|
-
children?: undefined;
|
|
457
529
|
} | {
|
|
458
530
|
id: string;
|
|
459
531
|
type: string;
|
|
460
532
|
props: {
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
returnKeyType: string;
|
|
465
|
-
autoCapitalize: string;
|
|
466
|
-
marginVertical: number;
|
|
533
|
+
horizontal: boolean;
|
|
534
|
+
showsHorizontalScrollIndicator: boolean;
|
|
535
|
+
contentContainerPadding: number;
|
|
467
536
|
source?: undefined;
|
|
468
537
|
height?: undefined;
|
|
469
538
|
autoPlay?: undefined;
|
|
@@ -475,9 +544,11 @@ export declare const onboardingExample: {
|
|
|
475
544
|
name?: undefined;
|
|
476
545
|
size?: undefined;
|
|
477
546
|
color?: undefined;
|
|
547
|
+
marginVertical?: undefined;
|
|
478
548
|
controls?: undefined;
|
|
479
549
|
muted?: undefined;
|
|
480
550
|
contentFit?: undefined;
|
|
551
|
+
keyboardVerticalOffset?: undefined;
|
|
481
552
|
content?: undefined;
|
|
482
553
|
mode?: undefined;
|
|
483
554
|
fontSize?: undefined;
|
|
@@ -487,6 +558,7 @@ export declare const onboardingExample: {
|
|
|
487
558
|
fontStyle?: undefined;
|
|
488
559
|
opacity?: undefined;
|
|
489
560
|
lineHeight?: undefined;
|
|
561
|
+
variableName?: undefined;
|
|
490
562
|
defaultValue?: undefined;
|
|
491
563
|
gap?: undefined;
|
|
492
564
|
items?: undefined;
|
|
@@ -513,8 +585,24 @@ export declare const onboardingExample: {
|
|
|
513
585
|
disabledWhen?: undefined;
|
|
514
586
|
disabledStyle?: undefined;
|
|
515
587
|
};
|
|
588
|
+
children: {
|
|
589
|
+
id: string;
|
|
590
|
+
type: string;
|
|
591
|
+
props: {
|
|
592
|
+
content: string;
|
|
593
|
+
width: number;
|
|
594
|
+
height: number;
|
|
595
|
+
marginHorizontal: number;
|
|
596
|
+
borderWidth: number;
|
|
597
|
+
borderRadius: number;
|
|
598
|
+
borderColor: string;
|
|
599
|
+
paddingVertical: number;
|
|
600
|
+
textAlign: string;
|
|
601
|
+
fontSize: number;
|
|
602
|
+
fontWeight: string;
|
|
603
|
+
};
|
|
604
|
+
}[];
|
|
516
605
|
renderWhen?: undefined;
|
|
517
|
-
children?: undefined;
|
|
518
606
|
} | {
|
|
519
607
|
id: string;
|
|
520
608
|
type: string;
|
|
@@ -539,15 +627,15 @@ export declare const onboardingExample: {
|
|
|
539
627
|
controls?: undefined;
|
|
540
628
|
muted?: undefined;
|
|
541
629
|
contentFit?: undefined;
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
autoCapitalize?: undefined;
|
|
630
|
+
keyboardVerticalOffset?: undefined;
|
|
631
|
+
horizontal?: undefined;
|
|
632
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
633
|
+
contentContainerPadding?: undefined;
|
|
547
634
|
fontFamily?: undefined;
|
|
548
635
|
fontStyle?: undefined;
|
|
549
636
|
opacity?: undefined;
|
|
550
637
|
lineHeight?: undefined;
|
|
638
|
+
variableName?: undefined;
|
|
551
639
|
defaultValue?: undefined;
|
|
552
640
|
gap?: undefined;
|
|
553
641
|
items?: undefined;
|
|
@@ -574,8 +662,8 @@ export declare const onboardingExample: {
|
|
|
574
662
|
disabledWhen?: undefined;
|
|
575
663
|
disabledStyle?: undefined;
|
|
576
664
|
};
|
|
577
|
-
renderWhen?: undefined;
|
|
578
665
|
children?: undefined;
|
|
666
|
+
renderWhen?: undefined;
|
|
579
667
|
} | {
|
|
580
668
|
id: string;
|
|
581
669
|
type: string;
|
|
@@ -600,15 +688,15 @@ export declare const onboardingExample: {
|
|
|
600
688
|
controls?: undefined;
|
|
601
689
|
muted?: undefined;
|
|
602
690
|
contentFit?: undefined;
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
autoCapitalize?: undefined;
|
|
691
|
+
keyboardVerticalOffset?: undefined;
|
|
692
|
+
horizontal?: undefined;
|
|
693
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
694
|
+
contentContainerPadding?: undefined;
|
|
608
695
|
mode?: undefined;
|
|
609
696
|
fontStyle?: undefined;
|
|
610
697
|
opacity?: undefined;
|
|
611
698
|
lineHeight?: undefined;
|
|
699
|
+
variableName?: undefined;
|
|
612
700
|
defaultValue?: undefined;
|
|
613
701
|
gap?: undefined;
|
|
614
702
|
items?: undefined;
|
|
@@ -635,8 +723,8 @@ export declare const onboardingExample: {
|
|
|
635
723
|
disabledWhen?: undefined;
|
|
636
724
|
disabledStyle?: undefined;
|
|
637
725
|
};
|
|
638
|
-
renderWhen?: undefined;
|
|
639
726
|
children?: undefined;
|
|
727
|
+
renderWhen?: undefined;
|
|
640
728
|
} | {
|
|
641
729
|
id: string;
|
|
642
730
|
type: string;
|
|
@@ -661,15 +749,15 @@ export declare const onboardingExample: {
|
|
|
661
749
|
controls?: undefined;
|
|
662
750
|
muted?: undefined;
|
|
663
751
|
contentFit?: undefined;
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
autoCapitalize?: undefined;
|
|
752
|
+
keyboardVerticalOffset?: undefined;
|
|
753
|
+
horizontal?: undefined;
|
|
754
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
755
|
+
contentContainerPadding?: undefined;
|
|
669
756
|
mode?: undefined;
|
|
670
757
|
fontWeight?: undefined;
|
|
671
758
|
opacity?: undefined;
|
|
672
759
|
lineHeight?: undefined;
|
|
760
|
+
variableName?: undefined;
|
|
673
761
|
defaultValue?: undefined;
|
|
674
762
|
gap?: undefined;
|
|
675
763
|
items?: undefined;
|
|
@@ -696,8 +784,8 @@ export declare const onboardingExample: {
|
|
|
696
784
|
disabledWhen?: undefined;
|
|
697
785
|
disabledStyle?: undefined;
|
|
698
786
|
};
|
|
699
|
-
renderWhen?: undefined;
|
|
700
787
|
children?: undefined;
|
|
788
|
+
renderWhen?: undefined;
|
|
701
789
|
} | {
|
|
702
790
|
id: string;
|
|
703
791
|
type: string;
|
|
@@ -721,16 +809,16 @@ export declare const onboardingExample: {
|
|
|
721
809
|
controls?: undefined;
|
|
722
810
|
muted?: undefined;
|
|
723
811
|
contentFit?: undefined;
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
autoCapitalize?: undefined;
|
|
812
|
+
keyboardVerticalOffset?: undefined;
|
|
813
|
+
horizontal?: undefined;
|
|
814
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
815
|
+
contentContainerPadding?: undefined;
|
|
729
816
|
mode?: undefined;
|
|
730
817
|
fontWeight?: undefined;
|
|
731
818
|
fontFamily?: undefined;
|
|
732
819
|
fontStyle?: undefined;
|
|
733
820
|
lineHeight?: undefined;
|
|
821
|
+
variableName?: undefined;
|
|
734
822
|
defaultValue?: undefined;
|
|
735
823
|
gap?: undefined;
|
|
736
824
|
items?: undefined;
|
|
@@ -757,8 +845,8 @@ export declare const onboardingExample: {
|
|
|
757
845
|
disabledWhen?: undefined;
|
|
758
846
|
disabledStyle?: undefined;
|
|
759
847
|
};
|
|
760
|
-
renderWhen?: undefined;
|
|
761
848
|
children?: undefined;
|
|
849
|
+
renderWhen?: undefined;
|
|
762
850
|
} | {
|
|
763
851
|
id: string;
|
|
764
852
|
type: string;
|
|
@@ -783,15 +871,15 @@ export declare const onboardingExample: {
|
|
|
783
871
|
controls?: undefined;
|
|
784
872
|
muted?: undefined;
|
|
785
873
|
contentFit?: undefined;
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
autoCapitalize?: undefined;
|
|
874
|
+
keyboardVerticalOffset?: undefined;
|
|
875
|
+
horizontal?: undefined;
|
|
876
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
877
|
+
contentContainerPadding?: undefined;
|
|
791
878
|
mode?: undefined;
|
|
792
879
|
fontWeight?: undefined;
|
|
793
880
|
fontStyle?: undefined;
|
|
794
881
|
lineHeight?: undefined;
|
|
882
|
+
variableName?: undefined;
|
|
795
883
|
defaultValue?: undefined;
|
|
796
884
|
gap?: undefined;
|
|
797
885
|
items?: undefined;
|
|
@@ -818,8 +906,8 @@ export declare const onboardingExample: {
|
|
|
818
906
|
disabledWhen?: undefined;
|
|
819
907
|
disabledStyle?: undefined;
|
|
820
908
|
};
|
|
821
|
-
renderWhen?: undefined;
|
|
822
909
|
children?: undefined;
|
|
910
|
+
renderWhen?: undefined;
|
|
823
911
|
} | {
|
|
824
912
|
id: string;
|
|
825
913
|
type: string;
|
|
@@ -844,15 +932,15 @@ export declare const onboardingExample: {
|
|
|
844
932
|
controls?: undefined;
|
|
845
933
|
muted?: undefined;
|
|
846
934
|
contentFit?: undefined;
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
autoCapitalize?: undefined;
|
|
935
|
+
keyboardVerticalOffset?: undefined;
|
|
936
|
+
horizontal?: undefined;
|
|
937
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
938
|
+
contentContainerPadding?: undefined;
|
|
852
939
|
mode?: undefined;
|
|
853
940
|
fontWeight?: undefined;
|
|
854
941
|
fontFamily?: undefined;
|
|
855
942
|
fontStyle?: undefined;
|
|
943
|
+
variableName?: undefined;
|
|
856
944
|
defaultValue?: undefined;
|
|
857
945
|
gap?: undefined;
|
|
858
946
|
items?: undefined;
|
|
@@ -879,8 +967,8 @@ export declare const onboardingExample: {
|
|
|
879
967
|
disabledWhen?: undefined;
|
|
880
968
|
disabledStyle?: undefined;
|
|
881
969
|
};
|
|
882
|
-
renderWhen?: undefined;
|
|
883
970
|
children?: undefined;
|
|
971
|
+
renderWhen?: undefined;
|
|
884
972
|
} | {
|
|
885
973
|
id: string;
|
|
886
974
|
type: string;
|
|
@@ -907,10 +995,10 @@ export declare const onboardingExample: {
|
|
|
907
995
|
controls?: undefined;
|
|
908
996
|
muted?: undefined;
|
|
909
997
|
contentFit?: undefined;
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
998
|
+
keyboardVerticalOffset?: undefined;
|
|
999
|
+
horizontal?: undefined;
|
|
1000
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1001
|
+
contentContainerPadding?: undefined;
|
|
914
1002
|
content?: undefined;
|
|
915
1003
|
mode?: undefined;
|
|
916
1004
|
fontSize?: undefined;
|
|
@@ -943,8 +1031,8 @@ export declare const onboardingExample: {
|
|
|
943
1031
|
disabledWhen?: undefined;
|
|
944
1032
|
disabledStyle?: undefined;
|
|
945
1033
|
};
|
|
946
|
-
renderWhen?: undefined;
|
|
947
1034
|
children?: undefined;
|
|
1035
|
+
renderWhen?: undefined;
|
|
948
1036
|
} | {
|
|
949
1037
|
id: string;
|
|
950
1038
|
type: string;
|
|
@@ -969,15 +1057,15 @@ export declare const onboardingExample: {
|
|
|
969
1057
|
controls?: undefined;
|
|
970
1058
|
muted?: undefined;
|
|
971
1059
|
contentFit?: undefined;
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
autoCapitalize?: undefined;
|
|
1060
|
+
keyboardVerticalOffset?: undefined;
|
|
1061
|
+
horizontal?: undefined;
|
|
1062
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1063
|
+
contentContainerPadding?: undefined;
|
|
977
1064
|
fontWeight?: undefined;
|
|
978
1065
|
fontFamily?: undefined;
|
|
979
1066
|
fontStyle?: undefined;
|
|
980
1067
|
lineHeight?: undefined;
|
|
1068
|
+
variableName?: undefined;
|
|
981
1069
|
defaultValue?: undefined;
|
|
982
1070
|
gap?: undefined;
|
|
983
1071
|
items?: undefined;
|
|
@@ -1004,8 +1092,8 @@ export declare const onboardingExample: {
|
|
|
1004
1092
|
disabledWhen?: undefined;
|
|
1005
1093
|
disabledStyle?: undefined;
|
|
1006
1094
|
};
|
|
1007
|
-
renderWhen?: undefined;
|
|
1008
1095
|
children?: undefined;
|
|
1096
|
+
renderWhen?: undefined;
|
|
1009
1097
|
} | {
|
|
1010
1098
|
id: string;
|
|
1011
1099
|
renderWhen: {
|
|
@@ -1034,16 +1122,16 @@ export declare const onboardingExample: {
|
|
|
1034
1122
|
controls?: undefined;
|
|
1035
1123
|
muted?: undefined;
|
|
1036
1124
|
contentFit?: undefined;
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
autoCapitalize?: undefined;
|
|
1125
|
+
keyboardVerticalOffset?: undefined;
|
|
1126
|
+
horizontal?: undefined;
|
|
1127
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1128
|
+
contentContainerPadding?: undefined;
|
|
1042
1129
|
mode?: undefined;
|
|
1043
1130
|
fontFamily?: undefined;
|
|
1044
1131
|
fontStyle?: undefined;
|
|
1045
1132
|
opacity?: undefined;
|
|
1046
1133
|
lineHeight?: undefined;
|
|
1134
|
+
variableName?: undefined;
|
|
1047
1135
|
defaultValue?: undefined;
|
|
1048
1136
|
gap?: undefined;
|
|
1049
1137
|
items?: undefined;
|
|
@@ -1097,10 +1185,10 @@ export declare const onboardingExample: {
|
|
|
1097
1185
|
controls?: undefined;
|
|
1098
1186
|
muted?: undefined;
|
|
1099
1187
|
contentFit?: undefined;
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1188
|
+
keyboardVerticalOffset?: undefined;
|
|
1189
|
+
horizontal?: undefined;
|
|
1190
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1191
|
+
contentContainerPadding?: undefined;
|
|
1104
1192
|
content?: undefined;
|
|
1105
1193
|
mode?: undefined;
|
|
1106
1194
|
fontSize?: undefined;
|
|
@@ -1133,8 +1221,8 @@ export declare const onboardingExample: {
|
|
|
1133
1221
|
disabledWhen?: undefined;
|
|
1134
1222
|
disabledStyle?: undefined;
|
|
1135
1223
|
};
|
|
1136
|
-
renderWhen?: undefined;
|
|
1137
1224
|
children?: undefined;
|
|
1225
|
+
renderWhen?: undefined;
|
|
1138
1226
|
} | {
|
|
1139
1227
|
id: string;
|
|
1140
1228
|
type: string;
|
|
@@ -1159,10 +1247,10 @@ export declare const onboardingExample: {
|
|
|
1159
1247
|
controls?: undefined;
|
|
1160
1248
|
muted?: undefined;
|
|
1161
1249
|
contentFit?: undefined;
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1250
|
+
keyboardVerticalOffset?: undefined;
|
|
1251
|
+
horizontal?: undefined;
|
|
1252
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1253
|
+
contentContainerPadding?: undefined;
|
|
1166
1254
|
content?: undefined;
|
|
1167
1255
|
fontSize?: undefined;
|
|
1168
1256
|
fontWeight?: undefined;
|
|
@@ -1194,8 +1282,8 @@ export declare const onboardingExample: {
|
|
|
1194
1282
|
disabledWhen?: undefined;
|
|
1195
1283
|
disabledStyle?: undefined;
|
|
1196
1284
|
};
|
|
1197
|
-
renderWhen?: undefined;
|
|
1198
1285
|
children?: undefined;
|
|
1286
|
+
renderWhen?: undefined;
|
|
1199
1287
|
} | {
|
|
1200
1288
|
id: string;
|
|
1201
1289
|
type: string;
|
|
@@ -1219,10 +1307,10 @@ export declare const onboardingExample: {
|
|
|
1219
1307
|
controls?: undefined;
|
|
1220
1308
|
muted?: undefined;
|
|
1221
1309
|
contentFit?: undefined;
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1310
|
+
keyboardVerticalOffset?: undefined;
|
|
1311
|
+
horizontal?: undefined;
|
|
1312
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1313
|
+
contentContainerPadding?: undefined;
|
|
1226
1314
|
content?: undefined;
|
|
1227
1315
|
mode?: undefined;
|
|
1228
1316
|
fontSize?: undefined;
|
|
@@ -1285,11 +1373,10 @@ export declare const onboardingExample: {
|
|
|
1285
1373
|
controls?: undefined;
|
|
1286
1374
|
muted?: undefined;
|
|
1287
1375
|
contentFit?: undefined;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
autoCapitalize?: undefined;
|
|
1376
|
+
keyboardVerticalOffset?: undefined;
|
|
1377
|
+
horizontal?: undefined;
|
|
1378
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1379
|
+
contentContainerPadding?: undefined;
|
|
1293
1380
|
content?: undefined;
|
|
1294
1381
|
mode?: undefined;
|
|
1295
1382
|
fontSize?: undefined;
|
|
@@ -1299,6 +1386,7 @@ export declare const onboardingExample: {
|
|
|
1299
1386
|
fontStyle?: undefined;
|
|
1300
1387
|
opacity?: undefined;
|
|
1301
1388
|
lineHeight?: undefined;
|
|
1389
|
+
variableName?: undefined;
|
|
1302
1390
|
defaultValue?: undefined;
|
|
1303
1391
|
items?: undefined;
|
|
1304
1392
|
defaultValues?: undefined;
|
|
@@ -1360,11 +1448,10 @@ export declare const onboardingExample: {
|
|
|
1360
1448
|
controls?: undefined;
|
|
1361
1449
|
muted?: undefined;
|
|
1362
1450
|
contentFit?: undefined;
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
autoCapitalize?: undefined;
|
|
1451
|
+
keyboardVerticalOffset?: undefined;
|
|
1452
|
+
horizontal?: undefined;
|
|
1453
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1454
|
+
contentContainerPadding?: undefined;
|
|
1368
1455
|
content?: undefined;
|
|
1369
1456
|
mode?: undefined;
|
|
1370
1457
|
fontSize?: undefined;
|
|
@@ -1374,6 +1461,7 @@ export declare const onboardingExample: {
|
|
|
1374
1461
|
fontStyle?: undefined;
|
|
1375
1462
|
opacity?: undefined;
|
|
1376
1463
|
lineHeight?: undefined;
|
|
1464
|
+
variableName?: undefined;
|
|
1377
1465
|
defaultValue?: undefined;
|
|
1378
1466
|
gap?: undefined;
|
|
1379
1467
|
items?: undefined;
|
|
@@ -1462,11 +1550,10 @@ export declare const onboardingExample: {
|
|
|
1462
1550
|
controls?: undefined;
|
|
1463
1551
|
muted?: undefined;
|
|
1464
1552
|
contentFit?: undefined;
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
autoCapitalize?: undefined;
|
|
1553
|
+
keyboardVerticalOffset?: undefined;
|
|
1554
|
+
horizontal?: undefined;
|
|
1555
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1556
|
+
contentContainerPadding?: undefined;
|
|
1470
1557
|
content?: undefined;
|
|
1471
1558
|
mode?: undefined;
|
|
1472
1559
|
fontSize?: undefined;
|
|
@@ -1476,6 +1563,7 @@ export declare const onboardingExample: {
|
|
|
1476
1563
|
fontStyle?: undefined;
|
|
1477
1564
|
opacity?: undefined;
|
|
1478
1565
|
lineHeight?: undefined;
|
|
1566
|
+
variableName?: undefined;
|
|
1479
1567
|
defaultValue?: undefined;
|
|
1480
1568
|
gap?: undefined;
|
|
1481
1569
|
items?: undefined;
|
|
@@ -1499,8 +1587,8 @@ export declare const onboardingExample: {
|
|
|
1499
1587
|
disabledWhen?: undefined;
|
|
1500
1588
|
disabledStyle?: undefined;
|
|
1501
1589
|
};
|
|
1502
|
-
renderWhen?: undefined;
|
|
1503
1590
|
children?: undefined;
|
|
1591
|
+
renderWhen?: undefined;
|
|
1504
1592
|
} | {
|
|
1505
1593
|
id: string;
|
|
1506
1594
|
type: string;
|
|
@@ -1531,11 +1619,10 @@ export declare const onboardingExample: {
|
|
|
1531
1619
|
controls?: undefined;
|
|
1532
1620
|
muted?: undefined;
|
|
1533
1621
|
contentFit?: undefined;
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
autoCapitalize?: undefined;
|
|
1622
|
+
keyboardVerticalOffset?: undefined;
|
|
1623
|
+
horizontal?: undefined;
|
|
1624
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1625
|
+
contentContainerPadding?: undefined;
|
|
1539
1626
|
content?: undefined;
|
|
1540
1627
|
mode?: undefined;
|
|
1541
1628
|
fontSize?: undefined;
|
|
@@ -1545,6 +1632,7 @@ export declare const onboardingExample: {
|
|
|
1545
1632
|
fontStyle?: undefined;
|
|
1546
1633
|
opacity?: undefined;
|
|
1547
1634
|
lineHeight?: undefined;
|
|
1635
|
+
variableName?: undefined;
|
|
1548
1636
|
defaultValue?: undefined;
|
|
1549
1637
|
items?: undefined;
|
|
1550
1638
|
defaultValues?: undefined;
|
|
@@ -1619,11 +1707,10 @@ export declare const onboardingExample: {
|
|
|
1619
1707
|
controls?: undefined;
|
|
1620
1708
|
muted?: undefined;
|
|
1621
1709
|
contentFit?: undefined;
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
autoCapitalize?: undefined;
|
|
1710
|
+
keyboardVerticalOffset?: undefined;
|
|
1711
|
+
horizontal?: undefined;
|
|
1712
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1713
|
+
contentContainerPadding?: undefined;
|
|
1627
1714
|
content?: undefined;
|
|
1628
1715
|
mode?: undefined;
|
|
1629
1716
|
fontSize?: undefined;
|
|
@@ -1633,6 +1720,7 @@ export declare const onboardingExample: {
|
|
|
1633
1720
|
fontStyle?: undefined;
|
|
1634
1721
|
opacity?: undefined;
|
|
1635
1722
|
lineHeight?: undefined;
|
|
1723
|
+
variableName?: undefined;
|
|
1636
1724
|
defaultValue?: undefined;
|
|
1637
1725
|
gap?: undefined;
|
|
1638
1726
|
items?: undefined;
|
|
@@ -1656,8 +1744,8 @@ export declare const onboardingExample: {
|
|
|
1656
1744
|
disabledWhen?: undefined;
|
|
1657
1745
|
disabledStyle?: undefined;
|
|
1658
1746
|
};
|
|
1659
|
-
renderWhen?: undefined;
|
|
1660
1747
|
children?: undefined;
|
|
1748
|
+
renderWhen?: undefined;
|
|
1661
1749
|
} | {
|
|
1662
1750
|
id: string;
|
|
1663
1751
|
type: string;
|
|
@@ -1681,16 +1769,16 @@ export declare const onboardingExample: {
|
|
|
1681
1769
|
controls?: undefined;
|
|
1682
1770
|
muted?: undefined;
|
|
1683
1771
|
contentFit?: undefined;
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
autoCapitalize?: undefined;
|
|
1772
|
+
keyboardVerticalOffset?: undefined;
|
|
1773
|
+
horizontal?: undefined;
|
|
1774
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1775
|
+
contentContainerPadding?: undefined;
|
|
1689
1776
|
mode?: undefined;
|
|
1690
1777
|
textAlign?: undefined;
|
|
1691
1778
|
fontFamily?: undefined;
|
|
1692
1779
|
fontStyle?: undefined;
|
|
1693
1780
|
lineHeight?: undefined;
|
|
1781
|
+
variableName?: undefined;
|
|
1694
1782
|
defaultValue?: undefined;
|
|
1695
1783
|
gap?: undefined;
|
|
1696
1784
|
items?: undefined;
|
|
@@ -1717,8 +1805,8 @@ export declare const onboardingExample: {
|
|
|
1717
1805
|
disabledWhen?: undefined;
|
|
1718
1806
|
disabledStyle?: undefined;
|
|
1719
1807
|
};
|
|
1720
|
-
renderWhen?: undefined;
|
|
1721
1808
|
children?: undefined;
|
|
1809
|
+
renderWhen?: undefined;
|
|
1722
1810
|
} | {
|
|
1723
1811
|
id: string;
|
|
1724
1812
|
type: string;
|
|
@@ -1749,11 +1837,10 @@ export declare const onboardingExample: {
|
|
|
1749
1837
|
controls?: undefined;
|
|
1750
1838
|
muted?: undefined;
|
|
1751
1839
|
contentFit?: undefined;
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
autoCapitalize?: undefined;
|
|
1840
|
+
keyboardVerticalOffset?: undefined;
|
|
1841
|
+
horizontal?: undefined;
|
|
1842
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1843
|
+
contentContainerPadding?: undefined;
|
|
1757
1844
|
content?: undefined;
|
|
1758
1845
|
mode?: undefined;
|
|
1759
1846
|
fontSize?: undefined;
|
|
@@ -1763,6 +1850,7 @@ export declare const onboardingExample: {
|
|
|
1763
1850
|
fontStyle?: undefined;
|
|
1764
1851
|
opacity?: undefined;
|
|
1765
1852
|
lineHeight?: undefined;
|
|
1853
|
+
variableName?: undefined;
|
|
1766
1854
|
defaultValue?: undefined;
|
|
1767
1855
|
gap?: undefined;
|
|
1768
1856
|
items?: undefined;
|
|
@@ -1781,8 +1869,8 @@ export declare const onboardingExample: {
|
|
|
1781
1869
|
disabledWhen?: undefined;
|
|
1782
1870
|
disabledStyle?: undefined;
|
|
1783
1871
|
};
|
|
1784
|
-
renderWhen?: undefined;
|
|
1785
1872
|
children?: undefined;
|
|
1873
|
+
renderWhen?: undefined;
|
|
1786
1874
|
} | {
|
|
1787
1875
|
id: string;
|
|
1788
1876
|
type: string;
|
|
@@ -1810,11 +1898,10 @@ export declare const onboardingExample: {
|
|
|
1810
1898
|
controls?: undefined;
|
|
1811
1899
|
muted?: undefined;
|
|
1812
1900
|
contentFit?: undefined;
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
autoCapitalize?: undefined;
|
|
1901
|
+
keyboardVerticalOffset?: undefined;
|
|
1902
|
+
horizontal?: undefined;
|
|
1903
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1904
|
+
contentContainerPadding?: undefined;
|
|
1818
1905
|
content?: undefined;
|
|
1819
1906
|
mode?: undefined;
|
|
1820
1907
|
fontSize?: undefined;
|
|
@@ -1824,6 +1911,7 @@ export declare const onboardingExample: {
|
|
|
1824
1911
|
fontStyle?: undefined;
|
|
1825
1912
|
opacity?: undefined;
|
|
1826
1913
|
lineHeight?: undefined;
|
|
1914
|
+
variableName?: undefined;
|
|
1827
1915
|
defaultValue?: undefined;
|
|
1828
1916
|
gap?: undefined;
|
|
1829
1917
|
items?: undefined;
|
|
@@ -1845,8 +1933,8 @@ export declare const onboardingExample: {
|
|
|
1845
1933
|
disabledWhen?: undefined;
|
|
1846
1934
|
disabledStyle?: undefined;
|
|
1847
1935
|
};
|
|
1848
|
-
renderWhen?: undefined;
|
|
1849
1936
|
children?: undefined;
|
|
1937
|
+
renderWhen?: undefined;
|
|
1850
1938
|
} | {
|
|
1851
1939
|
id: string;
|
|
1852
1940
|
type: string;
|
|
@@ -1881,11 +1969,10 @@ export declare const onboardingExample: {
|
|
|
1881
1969
|
controls?: undefined;
|
|
1882
1970
|
muted?: undefined;
|
|
1883
1971
|
contentFit?: undefined;
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
autoCapitalize?: undefined;
|
|
1972
|
+
keyboardVerticalOffset?: undefined;
|
|
1973
|
+
horizontal?: undefined;
|
|
1974
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
1975
|
+
contentContainerPadding?: undefined;
|
|
1889
1976
|
content?: undefined;
|
|
1890
1977
|
mode?: undefined;
|
|
1891
1978
|
fontSize?: undefined;
|
|
@@ -1895,6 +1982,7 @@ export declare const onboardingExample: {
|
|
|
1895
1982
|
fontStyle?: undefined;
|
|
1896
1983
|
opacity?: undefined;
|
|
1897
1984
|
lineHeight?: undefined;
|
|
1985
|
+
variableName?: undefined;
|
|
1898
1986
|
defaultValue?: undefined;
|
|
1899
1987
|
gap?: undefined;
|
|
1900
1988
|
items?: undefined;
|
|
@@ -1916,8 +2004,8 @@ export declare const onboardingExample: {
|
|
|
1916
2004
|
transitionDurationMs?: undefined;
|
|
1917
2005
|
pressedStyle?: undefined;
|
|
1918
2006
|
};
|
|
1919
|
-
renderWhen?: undefined;
|
|
1920
2007
|
children?: undefined;
|
|
2008
|
+
renderWhen?: undefined;
|
|
1921
2009
|
} | {
|
|
1922
2010
|
id: string;
|
|
1923
2011
|
type: string;
|
|
@@ -1945,11 +2033,10 @@ export declare const onboardingExample: {
|
|
|
1945
2033
|
controls?: undefined;
|
|
1946
2034
|
muted?: undefined;
|
|
1947
2035
|
contentFit?: undefined;
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
autoCapitalize?: undefined;
|
|
2036
|
+
keyboardVerticalOffset?: undefined;
|
|
2037
|
+
horizontal?: undefined;
|
|
2038
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
2039
|
+
contentContainerPadding?: undefined;
|
|
1953
2040
|
content?: undefined;
|
|
1954
2041
|
mode?: undefined;
|
|
1955
2042
|
fontSize?: undefined;
|
|
@@ -1959,6 +2046,7 @@ export declare const onboardingExample: {
|
|
|
1959
2046
|
fontStyle?: undefined;
|
|
1960
2047
|
opacity?: undefined;
|
|
1961
2048
|
lineHeight?: undefined;
|
|
2049
|
+
variableName?: undefined;
|
|
1962
2050
|
defaultValue?: undefined;
|
|
1963
2051
|
gap?: undefined;
|
|
1964
2052
|
items?: undefined;
|
|
@@ -1982,8 +2070,8 @@ export declare const onboardingExample: {
|
|
|
1982
2070
|
disabledWhen?: undefined;
|
|
1983
2071
|
disabledStyle?: undefined;
|
|
1984
2072
|
};
|
|
1985
|
-
renderWhen?: undefined;
|
|
1986
2073
|
children?: undefined;
|
|
2074
|
+
renderWhen?: undefined;
|
|
1987
2075
|
} | {
|
|
1988
2076
|
id: string;
|
|
1989
2077
|
type: string;
|
|
@@ -2031,11 +2119,10 @@ export declare const onboardingExample: {
|
|
|
2031
2119
|
controls?: undefined;
|
|
2032
2120
|
muted?: undefined;
|
|
2033
2121
|
contentFit?: undefined;
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
autoCapitalize?: undefined;
|
|
2122
|
+
keyboardVerticalOffset?: undefined;
|
|
2123
|
+
horizontal?: undefined;
|
|
2124
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
2125
|
+
contentContainerPadding?: undefined;
|
|
2039
2126
|
content?: undefined;
|
|
2040
2127
|
mode?: undefined;
|
|
2041
2128
|
fontSize?: undefined;
|
|
@@ -2045,6 +2132,7 @@ export declare const onboardingExample: {
|
|
|
2045
2132
|
fontStyle?: undefined;
|
|
2046
2133
|
opacity?: undefined;
|
|
2047
2134
|
lineHeight?: undefined;
|
|
2135
|
+
variableName?: undefined;
|
|
2048
2136
|
defaultValue?: undefined;
|
|
2049
2137
|
gap?: undefined;
|
|
2050
2138
|
items?: undefined;
|
|
@@ -2059,8 +2147,8 @@ export declare const onboardingExample: {
|
|
|
2059
2147
|
backgroundGradient?: undefined;
|
|
2060
2148
|
backgroundColor?: undefined;
|
|
2061
2149
|
};
|
|
2062
|
-
renderWhen?: undefined;
|
|
2063
2150
|
children?: undefined;
|
|
2151
|
+
renderWhen?: undefined;
|
|
2064
2152
|
})[];
|
|
2065
2153
|
}[];
|
|
2066
2154
|
}[];
|