@rocapine/react-native-onboarding 1.29.0 → 1.31.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/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/onboarding-example.d.ts +523 -24
- package/dist/onboarding-example.d.ts.map +1 -1
- package/dist/onboarding-example.js +54 -0
- package/dist/onboarding-example.js.map +1 -1
- package/dist/steps/ComposableScreen/elements/InputElement.d.ts +1 -1
- package/dist/steps/ComposableScreen/elements/ProgressIndicatorElement.d.ts +139 -0
- package/dist/steps/ComposableScreen/elements/ProgressIndicatorElement.d.ts.map +1 -0
- package/dist/steps/ComposableScreen/elements/ProgressIndicatorElement.js +24 -0
- package/dist/steps/ComposableScreen/elements/ProgressIndicatorElement.js.map +1 -0
- package/dist/steps/ComposableScreen/elements/TextElement.d.ts +62 -2
- package/dist/steps/ComposableScreen/elements/TextElement.d.ts.map +1 -1
- package/dist/steps/ComposableScreen/elements/TextElement.js +14 -2
- package/dist/steps/ComposableScreen/elements/TextElement.js.map +1 -1
- package/dist/steps/ComposableScreen/types.d.ts +10 -1
- package/dist/steps/ComposableScreen/types.d.ts.map +1 -1
- package/dist/steps/ComposableScreen/types.js +11 -1
- package/dist/steps/ComposableScreen/types.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -0
- package/src/onboarding-example.ts +54 -0
- package/src/steps/ComposableScreen/elements/ProgressIndicatorElement.ts +66 -0
- package/src/steps/ComposableScreen/elements/TextElement.ts +45 -2
- package/src/steps/ComposableScreen/types.ts +18 -1
|
@@ -176,6 +176,15 @@ export declare const onboardingExample: {
|
|
|
176
176
|
fill?: undefined;
|
|
177
177
|
fillOpacity?: undefined;
|
|
178
178
|
marginVertical?: undefined;
|
|
179
|
+
variant?: undefined;
|
|
180
|
+
autoplay?: undefined;
|
|
181
|
+
initialValue?: undefined;
|
|
182
|
+
duration?: undefined;
|
|
183
|
+
easing?: undefined;
|
|
184
|
+
thickness?: undefined;
|
|
185
|
+
showLabel?: undefined;
|
|
186
|
+
delay?: undefined;
|
|
187
|
+
alignSelf?: undefined;
|
|
179
188
|
controls?: undefined;
|
|
180
189
|
muted?: undefined;
|
|
181
190
|
contentFit?: undefined;
|
|
@@ -206,7 +215,6 @@ export declare const onboardingExample: {
|
|
|
206
215
|
defaultIndex?: undefined;
|
|
207
216
|
overflow?: undefined;
|
|
208
217
|
label?: undefined;
|
|
209
|
-
variant?: undefined;
|
|
210
218
|
actions?: undefined;
|
|
211
219
|
padding?: undefined;
|
|
212
220
|
backgroundGradient?: undefined;
|
|
@@ -243,6 +251,15 @@ export declare const onboardingExample: {
|
|
|
243
251
|
fill?: undefined;
|
|
244
252
|
fillOpacity?: undefined;
|
|
245
253
|
marginVertical?: undefined;
|
|
254
|
+
variant?: undefined;
|
|
255
|
+
autoplay?: undefined;
|
|
256
|
+
initialValue?: undefined;
|
|
257
|
+
duration?: undefined;
|
|
258
|
+
easing?: undefined;
|
|
259
|
+
thickness?: undefined;
|
|
260
|
+
showLabel?: undefined;
|
|
261
|
+
delay?: undefined;
|
|
262
|
+
alignSelf?: undefined;
|
|
246
263
|
controls?: undefined;
|
|
247
264
|
muted?: undefined;
|
|
248
265
|
contentFit?: undefined;
|
|
@@ -273,7 +290,6 @@ export declare const onboardingExample: {
|
|
|
273
290
|
defaultIndex?: undefined;
|
|
274
291
|
overflow?: undefined;
|
|
275
292
|
label?: undefined;
|
|
276
|
-
variant?: undefined;
|
|
277
293
|
actions?: undefined;
|
|
278
294
|
padding?: undefined;
|
|
279
295
|
backgroundGradient?: undefined;
|
|
@@ -310,6 +326,15 @@ export declare const onboardingExample: {
|
|
|
310
326
|
fill?: undefined;
|
|
311
327
|
fillOpacity?: undefined;
|
|
312
328
|
marginVertical?: undefined;
|
|
329
|
+
variant?: undefined;
|
|
330
|
+
autoplay?: undefined;
|
|
331
|
+
initialValue?: undefined;
|
|
332
|
+
duration?: undefined;
|
|
333
|
+
easing?: undefined;
|
|
334
|
+
thickness?: undefined;
|
|
335
|
+
showLabel?: undefined;
|
|
336
|
+
delay?: undefined;
|
|
337
|
+
alignSelf?: undefined;
|
|
313
338
|
controls?: undefined;
|
|
314
339
|
muted?: undefined;
|
|
315
340
|
contentFit?: undefined;
|
|
@@ -340,7 +365,6 @@ export declare const onboardingExample: {
|
|
|
340
365
|
defaultIndex?: undefined;
|
|
341
366
|
overflow?: undefined;
|
|
342
367
|
label?: undefined;
|
|
343
|
-
variant?: undefined;
|
|
344
368
|
actions?: undefined;
|
|
345
369
|
padding?: undefined;
|
|
346
370
|
backgroundGradient?: undefined;
|
|
@@ -377,6 +401,165 @@ export declare const onboardingExample: {
|
|
|
377
401
|
fit?: undefined;
|
|
378
402
|
resizeMode?: undefined;
|
|
379
403
|
borderRadius?: undefined;
|
|
404
|
+
variant?: undefined;
|
|
405
|
+
autoplay?: undefined;
|
|
406
|
+
initialValue?: undefined;
|
|
407
|
+
duration?: undefined;
|
|
408
|
+
easing?: undefined;
|
|
409
|
+
thickness?: undefined;
|
|
410
|
+
showLabel?: undefined;
|
|
411
|
+
delay?: undefined;
|
|
412
|
+
alignSelf?: undefined;
|
|
413
|
+
controls?: undefined;
|
|
414
|
+
muted?: undefined;
|
|
415
|
+
contentFit?: undefined;
|
|
416
|
+
keyboardVerticalOffset?: undefined;
|
|
417
|
+
content?: undefined;
|
|
418
|
+
mode?: undefined;
|
|
419
|
+
fontSize?: undefined;
|
|
420
|
+
textAlign?: undefined;
|
|
421
|
+
opacity?: undefined;
|
|
422
|
+
horizontal?: undefined;
|
|
423
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
424
|
+
contentContainerPadding?: undefined;
|
|
425
|
+
fontWeight?: undefined;
|
|
426
|
+
fontFamily?: undefined;
|
|
427
|
+
fontStyle?: undefined;
|
|
428
|
+
lineHeight?: undefined;
|
|
429
|
+
variableName?: undefined;
|
|
430
|
+
defaultValue?: undefined;
|
|
431
|
+
showTick?: undefined;
|
|
432
|
+
gap?: undefined;
|
|
433
|
+
items?: undefined;
|
|
434
|
+
defaultValues?: undefined;
|
|
435
|
+
display?: undefined;
|
|
436
|
+
maximumDate?: undefined;
|
|
437
|
+
range?: undefined;
|
|
438
|
+
carouselType?: undefined;
|
|
439
|
+
showDots?: undefined;
|
|
440
|
+
defaultIndex?: undefined;
|
|
441
|
+
overflow?: undefined;
|
|
442
|
+
label?: undefined;
|
|
443
|
+
actions?: undefined;
|
|
444
|
+
padding?: undefined;
|
|
445
|
+
backgroundGradient?: undefined;
|
|
446
|
+
backgroundColor?: undefined;
|
|
447
|
+
shadowColor?: undefined;
|
|
448
|
+
shadowOffset?: undefined;
|
|
449
|
+
shadowOpacity?: undefined;
|
|
450
|
+
shadowRadius?: undefined;
|
|
451
|
+
elevation?: undefined;
|
|
452
|
+
transitionDurationMs?: undefined;
|
|
453
|
+
pressedStyle?: undefined;
|
|
454
|
+
disabledWhen?: undefined;
|
|
455
|
+
disabledStyle?: undefined;
|
|
456
|
+
};
|
|
457
|
+
children?: undefined;
|
|
458
|
+
renderWhen?: undefined;
|
|
459
|
+
} | {
|
|
460
|
+
id: string;
|
|
461
|
+
type: string;
|
|
462
|
+
props: {
|
|
463
|
+
variant: string;
|
|
464
|
+
autoplay: boolean;
|
|
465
|
+
loop: boolean;
|
|
466
|
+
initialValue: number;
|
|
467
|
+
duration: number;
|
|
468
|
+
easing: string;
|
|
469
|
+
thickness: number;
|
|
470
|
+
showLabel: boolean;
|
|
471
|
+
marginVertical: number;
|
|
472
|
+
source?: undefined;
|
|
473
|
+
height?: undefined;
|
|
474
|
+
autoPlay?: undefined;
|
|
475
|
+
url?: undefined;
|
|
476
|
+
width?: undefined;
|
|
477
|
+
aspectRatio?: undefined;
|
|
478
|
+
fit?: undefined;
|
|
479
|
+
resizeMode?: undefined;
|
|
480
|
+
borderRadius?: undefined;
|
|
481
|
+
name?: undefined;
|
|
482
|
+
size?: undefined;
|
|
483
|
+
color?: undefined;
|
|
484
|
+
fill?: undefined;
|
|
485
|
+
fillOpacity?: undefined;
|
|
486
|
+
delay?: undefined;
|
|
487
|
+
alignSelf?: undefined;
|
|
488
|
+
controls?: undefined;
|
|
489
|
+
muted?: undefined;
|
|
490
|
+
contentFit?: undefined;
|
|
491
|
+
keyboardVerticalOffset?: undefined;
|
|
492
|
+
content?: undefined;
|
|
493
|
+
mode?: undefined;
|
|
494
|
+
fontSize?: undefined;
|
|
495
|
+
textAlign?: undefined;
|
|
496
|
+
opacity?: undefined;
|
|
497
|
+
horizontal?: undefined;
|
|
498
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
499
|
+
contentContainerPadding?: undefined;
|
|
500
|
+
fontWeight?: undefined;
|
|
501
|
+
fontFamily?: undefined;
|
|
502
|
+
fontStyle?: undefined;
|
|
503
|
+
lineHeight?: undefined;
|
|
504
|
+
variableName?: undefined;
|
|
505
|
+
defaultValue?: undefined;
|
|
506
|
+
showTick?: undefined;
|
|
507
|
+
gap?: undefined;
|
|
508
|
+
items?: undefined;
|
|
509
|
+
defaultValues?: undefined;
|
|
510
|
+
display?: undefined;
|
|
511
|
+
maximumDate?: undefined;
|
|
512
|
+
range?: undefined;
|
|
513
|
+
carouselType?: undefined;
|
|
514
|
+
showDots?: undefined;
|
|
515
|
+
defaultIndex?: undefined;
|
|
516
|
+
overflow?: undefined;
|
|
517
|
+
label?: undefined;
|
|
518
|
+
actions?: undefined;
|
|
519
|
+
padding?: undefined;
|
|
520
|
+
backgroundGradient?: undefined;
|
|
521
|
+
backgroundColor?: undefined;
|
|
522
|
+
shadowColor?: undefined;
|
|
523
|
+
shadowOffset?: undefined;
|
|
524
|
+
shadowOpacity?: undefined;
|
|
525
|
+
shadowRadius?: undefined;
|
|
526
|
+
elevation?: undefined;
|
|
527
|
+
transitionDurationMs?: undefined;
|
|
528
|
+
pressedStyle?: undefined;
|
|
529
|
+
disabledWhen?: undefined;
|
|
530
|
+
disabledStyle?: undefined;
|
|
531
|
+
};
|
|
532
|
+
children?: undefined;
|
|
533
|
+
renderWhen?: undefined;
|
|
534
|
+
} | {
|
|
535
|
+
id: string;
|
|
536
|
+
type: string;
|
|
537
|
+
props: {
|
|
538
|
+
variant: string;
|
|
539
|
+
autoplay: boolean;
|
|
540
|
+
loop: boolean;
|
|
541
|
+
initialValue: number;
|
|
542
|
+
duration: number;
|
|
543
|
+
delay: number;
|
|
544
|
+
easing: string;
|
|
545
|
+
size: number;
|
|
546
|
+
thickness: number;
|
|
547
|
+
showLabel: boolean;
|
|
548
|
+
alignSelf: string;
|
|
549
|
+
source?: undefined;
|
|
550
|
+
height?: undefined;
|
|
551
|
+
autoPlay?: undefined;
|
|
552
|
+
url?: undefined;
|
|
553
|
+
width?: undefined;
|
|
554
|
+
aspectRatio?: undefined;
|
|
555
|
+
fit?: undefined;
|
|
556
|
+
resizeMode?: undefined;
|
|
557
|
+
borderRadius?: undefined;
|
|
558
|
+
name?: undefined;
|
|
559
|
+
color?: undefined;
|
|
560
|
+
fill?: undefined;
|
|
561
|
+
fillOpacity?: undefined;
|
|
562
|
+
marginVertical?: undefined;
|
|
380
563
|
controls?: undefined;
|
|
381
564
|
muted?: undefined;
|
|
382
565
|
contentFit?: undefined;
|
|
@@ -407,7 +590,6 @@ export declare const onboardingExample: {
|
|
|
407
590
|
defaultIndex?: undefined;
|
|
408
591
|
overflow?: undefined;
|
|
409
592
|
label?: undefined;
|
|
410
|
-
variant?: undefined;
|
|
411
593
|
actions?: undefined;
|
|
412
594
|
padding?: undefined;
|
|
413
595
|
backgroundGradient?: undefined;
|
|
@@ -447,6 +629,15 @@ export declare const onboardingExample: {
|
|
|
447
629
|
fill?: undefined;
|
|
448
630
|
fillOpacity?: undefined;
|
|
449
631
|
marginVertical?: undefined;
|
|
632
|
+
variant?: undefined;
|
|
633
|
+
autoplay?: undefined;
|
|
634
|
+
initialValue?: undefined;
|
|
635
|
+
duration?: undefined;
|
|
636
|
+
easing?: undefined;
|
|
637
|
+
thickness?: undefined;
|
|
638
|
+
showLabel?: undefined;
|
|
639
|
+
delay?: undefined;
|
|
640
|
+
alignSelf?: undefined;
|
|
450
641
|
keyboardVerticalOffset?: undefined;
|
|
451
642
|
content?: undefined;
|
|
452
643
|
mode?: undefined;
|
|
@@ -474,7 +665,6 @@ export declare const onboardingExample: {
|
|
|
474
665
|
defaultIndex?: undefined;
|
|
475
666
|
overflow?: undefined;
|
|
476
667
|
label?: undefined;
|
|
477
|
-
variant?: undefined;
|
|
478
668
|
actions?: undefined;
|
|
479
669
|
padding?: undefined;
|
|
480
670
|
backgroundGradient?: undefined;
|
|
@@ -512,6 +702,15 @@ export declare const onboardingExample: {
|
|
|
512
702
|
fill?: undefined;
|
|
513
703
|
fillOpacity?: undefined;
|
|
514
704
|
marginVertical?: undefined;
|
|
705
|
+
variant?: undefined;
|
|
706
|
+
autoplay?: undefined;
|
|
707
|
+
initialValue?: undefined;
|
|
708
|
+
duration?: undefined;
|
|
709
|
+
easing?: undefined;
|
|
710
|
+
thickness?: undefined;
|
|
711
|
+
showLabel?: undefined;
|
|
712
|
+
delay?: undefined;
|
|
713
|
+
alignSelf?: undefined;
|
|
515
714
|
controls?: undefined;
|
|
516
715
|
muted?: undefined;
|
|
517
716
|
contentFit?: undefined;
|
|
@@ -541,7 +740,6 @@ export declare const onboardingExample: {
|
|
|
541
740
|
defaultIndex?: undefined;
|
|
542
741
|
overflow?: undefined;
|
|
543
742
|
label?: undefined;
|
|
544
|
-
variant?: undefined;
|
|
545
743
|
actions?: undefined;
|
|
546
744
|
padding?: undefined;
|
|
547
745
|
backgroundGradient?: undefined;
|
|
@@ -599,6 +797,15 @@ export declare const onboardingExample: {
|
|
|
599
797
|
color?: undefined;
|
|
600
798
|
fill?: undefined;
|
|
601
799
|
fillOpacity?: undefined;
|
|
800
|
+
variant?: undefined;
|
|
801
|
+
autoplay?: undefined;
|
|
802
|
+
initialValue?: undefined;
|
|
803
|
+
duration?: undefined;
|
|
804
|
+
easing?: undefined;
|
|
805
|
+
thickness?: undefined;
|
|
806
|
+
showLabel?: undefined;
|
|
807
|
+
delay?: undefined;
|
|
808
|
+
alignSelf?: undefined;
|
|
602
809
|
controls?: undefined;
|
|
603
810
|
muted?: undefined;
|
|
604
811
|
contentFit?: undefined;
|
|
@@ -624,7 +831,98 @@ export declare const onboardingExample: {
|
|
|
624
831
|
defaultIndex?: undefined;
|
|
625
832
|
overflow?: undefined;
|
|
626
833
|
label?: undefined;
|
|
834
|
+
actions?: undefined;
|
|
835
|
+
padding?: undefined;
|
|
836
|
+
backgroundGradient?: undefined;
|
|
837
|
+
backgroundColor?: undefined;
|
|
838
|
+
shadowColor?: undefined;
|
|
839
|
+
shadowOffset?: undefined;
|
|
840
|
+
shadowOpacity?: undefined;
|
|
841
|
+
shadowRadius?: undefined;
|
|
842
|
+
elevation?: undefined;
|
|
843
|
+
transitionDurationMs?: undefined;
|
|
844
|
+
pressedStyle?: undefined;
|
|
845
|
+
disabledWhen?: undefined;
|
|
846
|
+
disabledStyle?: undefined;
|
|
847
|
+
};
|
|
848
|
+
children?: undefined;
|
|
849
|
+
} | {
|
|
850
|
+
id: string;
|
|
851
|
+
type: string;
|
|
852
|
+
props: {
|
|
853
|
+
content: ({
|
|
854
|
+
text: string;
|
|
855
|
+
fontWeight?: undefined;
|
|
856
|
+
color?: undefined;
|
|
857
|
+
fontStyle?: undefined;
|
|
858
|
+
textDecorationLine?: undefined;
|
|
859
|
+
} | {
|
|
860
|
+
text: string;
|
|
861
|
+
fontWeight: string;
|
|
862
|
+
color: string;
|
|
863
|
+
fontStyle?: undefined;
|
|
864
|
+
textDecorationLine?: undefined;
|
|
865
|
+
} | {
|
|
866
|
+
text: string;
|
|
867
|
+
fontStyle: string;
|
|
868
|
+
textDecorationLine: string;
|
|
869
|
+
fontWeight?: undefined;
|
|
870
|
+
color?: undefined;
|
|
871
|
+
})[];
|
|
872
|
+
fontSize: number;
|
|
873
|
+
textAlign: string;
|
|
874
|
+
marginVertical: number;
|
|
875
|
+
source?: undefined;
|
|
876
|
+
height?: undefined;
|
|
877
|
+
autoPlay?: undefined;
|
|
878
|
+
loop?: undefined;
|
|
879
|
+
url?: undefined;
|
|
880
|
+
width?: undefined;
|
|
881
|
+
aspectRatio?: undefined;
|
|
882
|
+
fit?: undefined;
|
|
883
|
+
resizeMode?: undefined;
|
|
884
|
+
borderRadius?: undefined;
|
|
885
|
+
name?: undefined;
|
|
886
|
+
size?: undefined;
|
|
887
|
+
color?: undefined;
|
|
888
|
+
fill?: undefined;
|
|
889
|
+
fillOpacity?: undefined;
|
|
627
890
|
variant?: undefined;
|
|
891
|
+
autoplay?: undefined;
|
|
892
|
+
initialValue?: undefined;
|
|
893
|
+
duration?: undefined;
|
|
894
|
+
easing?: undefined;
|
|
895
|
+
thickness?: undefined;
|
|
896
|
+
showLabel?: undefined;
|
|
897
|
+
delay?: undefined;
|
|
898
|
+
alignSelf?: undefined;
|
|
899
|
+
controls?: undefined;
|
|
900
|
+
muted?: undefined;
|
|
901
|
+
contentFit?: undefined;
|
|
902
|
+
keyboardVerticalOffset?: undefined;
|
|
903
|
+
mode?: undefined;
|
|
904
|
+
opacity?: undefined;
|
|
905
|
+
horizontal?: undefined;
|
|
906
|
+
showsHorizontalScrollIndicator?: undefined;
|
|
907
|
+
contentContainerPadding?: undefined;
|
|
908
|
+
fontWeight?: undefined;
|
|
909
|
+
fontFamily?: undefined;
|
|
910
|
+
fontStyle?: undefined;
|
|
911
|
+
lineHeight?: undefined;
|
|
912
|
+
variableName?: undefined;
|
|
913
|
+
defaultValue?: undefined;
|
|
914
|
+
showTick?: undefined;
|
|
915
|
+
gap?: undefined;
|
|
916
|
+
items?: undefined;
|
|
917
|
+
defaultValues?: undefined;
|
|
918
|
+
display?: undefined;
|
|
919
|
+
maximumDate?: undefined;
|
|
920
|
+
range?: undefined;
|
|
921
|
+
carouselType?: undefined;
|
|
922
|
+
showDots?: undefined;
|
|
923
|
+
defaultIndex?: undefined;
|
|
924
|
+
overflow?: undefined;
|
|
925
|
+
label?: undefined;
|
|
628
926
|
actions?: undefined;
|
|
629
927
|
padding?: undefined;
|
|
630
928
|
backgroundGradient?: undefined;
|
|
@@ -640,6 +938,7 @@ export declare const onboardingExample: {
|
|
|
640
938
|
disabledStyle?: undefined;
|
|
641
939
|
};
|
|
642
940
|
children?: undefined;
|
|
941
|
+
renderWhen?: undefined;
|
|
643
942
|
} | {
|
|
644
943
|
id: string;
|
|
645
944
|
type: string;
|
|
@@ -663,6 +962,15 @@ export declare const onboardingExample: {
|
|
|
663
962
|
fill?: undefined;
|
|
664
963
|
fillOpacity?: undefined;
|
|
665
964
|
marginVertical?: undefined;
|
|
965
|
+
variant?: undefined;
|
|
966
|
+
autoplay?: undefined;
|
|
967
|
+
initialValue?: undefined;
|
|
968
|
+
duration?: undefined;
|
|
969
|
+
easing?: undefined;
|
|
970
|
+
thickness?: undefined;
|
|
971
|
+
showLabel?: undefined;
|
|
972
|
+
delay?: undefined;
|
|
973
|
+
alignSelf?: undefined;
|
|
666
974
|
controls?: undefined;
|
|
667
975
|
muted?: undefined;
|
|
668
976
|
contentFit?: undefined;
|
|
@@ -690,7 +998,6 @@ export declare const onboardingExample: {
|
|
|
690
998
|
defaultIndex?: undefined;
|
|
691
999
|
overflow?: undefined;
|
|
692
1000
|
label?: undefined;
|
|
693
|
-
variant?: undefined;
|
|
694
1001
|
actions?: undefined;
|
|
695
1002
|
padding?: undefined;
|
|
696
1003
|
backgroundGradient?: undefined;
|
|
@@ -748,6 +1055,15 @@ export declare const onboardingExample: {
|
|
|
748
1055
|
color?: undefined;
|
|
749
1056
|
fill?: undefined;
|
|
750
1057
|
fillOpacity?: undefined;
|
|
1058
|
+
variant?: undefined;
|
|
1059
|
+
autoplay?: undefined;
|
|
1060
|
+
initialValue?: undefined;
|
|
1061
|
+
duration?: undefined;
|
|
1062
|
+
easing?: undefined;
|
|
1063
|
+
thickness?: undefined;
|
|
1064
|
+
showLabel?: undefined;
|
|
1065
|
+
delay?: undefined;
|
|
1066
|
+
alignSelf?: undefined;
|
|
751
1067
|
controls?: undefined;
|
|
752
1068
|
muted?: undefined;
|
|
753
1069
|
contentFit?: undefined;
|
|
@@ -773,7 +1089,6 @@ export declare const onboardingExample: {
|
|
|
773
1089
|
defaultIndex?: undefined;
|
|
774
1090
|
overflow?: undefined;
|
|
775
1091
|
label?: undefined;
|
|
776
|
-
variant?: undefined;
|
|
777
1092
|
actions?: undefined;
|
|
778
1093
|
padding?: undefined;
|
|
779
1094
|
backgroundGradient?: undefined;
|
|
@@ -815,6 +1130,15 @@ export declare const onboardingExample: {
|
|
|
815
1130
|
fill?: undefined;
|
|
816
1131
|
fillOpacity?: undefined;
|
|
817
1132
|
marginVertical?: undefined;
|
|
1133
|
+
variant?: undefined;
|
|
1134
|
+
autoplay?: undefined;
|
|
1135
|
+
initialValue?: undefined;
|
|
1136
|
+
duration?: undefined;
|
|
1137
|
+
easing?: undefined;
|
|
1138
|
+
thickness?: undefined;
|
|
1139
|
+
showLabel?: undefined;
|
|
1140
|
+
delay?: undefined;
|
|
1141
|
+
alignSelf?: undefined;
|
|
818
1142
|
controls?: undefined;
|
|
819
1143
|
muted?: undefined;
|
|
820
1144
|
contentFit?: undefined;
|
|
@@ -840,7 +1164,6 @@ export declare const onboardingExample: {
|
|
|
840
1164
|
defaultIndex?: undefined;
|
|
841
1165
|
overflow?: undefined;
|
|
842
1166
|
label?: undefined;
|
|
843
|
-
variant?: undefined;
|
|
844
1167
|
actions?: undefined;
|
|
845
1168
|
padding?: undefined;
|
|
846
1169
|
backgroundGradient?: undefined;
|
|
@@ -882,6 +1205,15 @@ export declare const onboardingExample: {
|
|
|
882
1205
|
color?: undefined;
|
|
883
1206
|
fill?: undefined;
|
|
884
1207
|
fillOpacity?: undefined;
|
|
1208
|
+
variant?: undefined;
|
|
1209
|
+
autoplay?: undefined;
|
|
1210
|
+
initialValue?: undefined;
|
|
1211
|
+
duration?: undefined;
|
|
1212
|
+
easing?: undefined;
|
|
1213
|
+
thickness?: undefined;
|
|
1214
|
+
showLabel?: undefined;
|
|
1215
|
+
delay?: undefined;
|
|
1216
|
+
alignSelf?: undefined;
|
|
885
1217
|
controls?: undefined;
|
|
886
1218
|
muted?: undefined;
|
|
887
1219
|
contentFit?: undefined;
|
|
@@ -907,7 +1239,6 @@ export declare const onboardingExample: {
|
|
|
907
1239
|
defaultIndex?: undefined;
|
|
908
1240
|
overflow?: undefined;
|
|
909
1241
|
label?: undefined;
|
|
910
|
-
variant?: undefined;
|
|
911
1242
|
actions?: undefined;
|
|
912
1243
|
padding?: undefined;
|
|
913
1244
|
backgroundGradient?: undefined;
|
|
@@ -948,6 +1279,15 @@ export declare const onboardingExample: {
|
|
|
948
1279
|
fill?: undefined;
|
|
949
1280
|
fillOpacity?: undefined;
|
|
950
1281
|
marginVertical?: undefined;
|
|
1282
|
+
variant?: undefined;
|
|
1283
|
+
autoplay?: undefined;
|
|
1284
|
+
initialValue?: undefined;
|
|
1285
|
+
duration?: undefined;
|
|
1286
|
+
easing?: undefined;
|
|
1287
|
+
thickness?: undefined;
|
|
1288
|
+
showLabel?: undefined;
|
|
1289
|
+
delay?: undefined;
|
|
1290
|
+
alignSelf?: undefined;
|
|
951
1291
|
controls?: undefined;
|
|
952
1292
|
muted?: undefined;
|
|
953
1293
|
contentFit?: undefined;
|
|
@@ -974,7 +1314,6 @@ export declare const onboardingExample: {
|
|
|
974
1314
|
defaultIndex?: undefined;
|
|
975
1315
|
overflow?: undefined;
|
|
976
1316
|
label?: undefined;
|
|
977
|
-
variant?: undefined;
|
|
978
1317
|
actions?: undefined;
|
|
979
1318
|
padding?: undefined;
|
|
980
1319
|
backgroundGradient?: undefined;
|
|
@@ -1016,6 +1355,15 @@ export declare const onboardingExample: {
|
|
|
1016
1355
|
fill?: undefined;
|
|
1017
1356
|
fillOpacity?: undefined;
|
|
1018
1357
|
marginVertical?: undefined;
|
|
1358
|
+
variant?: undefined;
|
|
1359
|
+
autoplay?: undefined;
|
|
1360
|
+
initialValue?: undefined;
|
|
1361
|
+
duration?: undefined;
|
|
1362
|
+
easing?: undefined;
|
|
1363
|
+
thickness?: undefined;
|
|
1364
|
+
showLabel?: undefined;
|
|
1365
|
+
delay?: undefined;
|
|
1366
|
+
alignSelf?: undefined;
|
|
1019
1367
|
controls?: undefined;
|
|
1020
1368
|
muted?: undefined;
|
|
1021
1369
|
contentFit?: undefined;
|
|
@@ -1041,7 +1389,6 @@ export declare const onboardingExample: {
|
|
|
1041
1389
|
defaultIndex?: undefined;
|
|
1042
1390
|
overflow?: undefined;
|
|
1043
1391
|
label?: undefined;
|
|
1044
|
-
variant?: undefined;
|
|
1045
1392
|
actions?: undefined;
|
|
1046
1393
|
padding?: undefined;
|
|
1047
1394
|
backgroundGradient?: undefined;
|
|
@@ -1083,6 +1430,15 @@ export declare const onboardingExample: {
|
|
|
1083
1430
|
fill?: undefined;
|
|
1084
1431
|
fillOpacity?: undefined;
|
|
1085
1432
|
marginVertical?: undefined;
|
|
1433
|
+
variant?: undefined;
|
|
1434
|
+
autoplay?: undefined;
|
|
1435
|
+
initialValue?: undefined;
|
|
1436
|
+
duration?: undefined;
|
|
1437
|
+
easing?: undefined;
|
|
1438
|
+
thickness?: undefined;
|
|
1439
|
+
showLabel?: undefined;
|
|
1440
|
+
delay?: undefined;
|
|
1441
|
+
alignSelf?: undefined;
|
|
1086
1442
|
controls?: undefined;
|
|
1087
1443
|
muted?: undefined;
|
|
1088
1444
|
contentFit?: undefined;
|
|
@@ -1108,7 +1464,6 @@ export declare const onboardingExample: {
|
|
|
1108
1464
|
defaultIndex?: undefined;
|
|
1109
1465
|
overflow?: undefined;
|
|
1110
1466
|
label?: undefined;
|
|
1111
|
-
variant?: undefined;
|
|
1112
1467
|
actions?: undefined;
|
|
1113
1468
|
padding?: undefined;
|
|
1114
1469
|
backgroundGradient?: undefined;
|
|
@@ -1153,6 +1508,15 @@ export declare const onboardingExample: {
|
|
|
1153
1508
|
color?: undefined;
|
|
1154
1509
|
fill?: undefined;
|
|
1155
1510
|
fillOpacity?: undefined;
|
|
1511
|
+
variant?: undefined;
|
|
1512
|
+
autoplay?: undefined;
|
|
1513
|
+
initialValue?: undefined;
|
|
1514
|
+
duration?: undefined;
|
|
1515
|
+
easing?: undefined;
|
|
1516
|
+
thickness?: undefined;
|
|
1517
|
+
showLabel?: undefined;
|
|
1518
|
+
delay?: undefined;
|
|
1519
|
+
alignSelf?: undefined;
|
|
1156
1520
|
controls?: undefined;
|
|
1157
1521
|
muted?: undefined;
|
|
1158
1522
|
contentFit?: undefined;
|
|
@@ -1178,7 +1542,6 @@ export declare const onboardingExample: {
|
|
|
1178
1542
|
defaultIndex?: undefined;
|
|
1179
1543
|
overflow?: undefined;
|
|
1180
1544
|
label?: undefined;
|
|
1181
|
-
variant?: undefined;
|
|
1182
1545
|
actions?: undefined;
|
|
1183
1546
|
padding?: undefined;
|
|
1184
1547
|
backgroundGradient?: undefined;
|
|
@@ -1220,6 +1583,15 @@ export declare const onboardingExample: {
|
|
|
1220
1583
|
color?: undefined;
|
|
1221
1584
|
fill?: undefined;
|
|
1222
1585
|
fillOpacity?: undefined;
|
|
1586
|
+
variant?: undefined;
|
|
1587
|
+
autoplay?: undefined;
|
|
1588
|
+
initialValue?: undefined;
|
|
1589
|
+
duration?: undefined;
|
|
1590
|
+
easing?: undefined;
|
|
1591
|
+
thickness?: undefined;
|
|
1592
|
+
showLabel?: undefined;
|
|
1593
|
+
delay?: undefined;
|
|
1594
|
+
alignSelf?: undefined;
|
|
1223
1595
|
controls?: undefined;
|
|
1224
1596
|
muted?: undefined;
|
|
1225
1597
|
contentFit?: undefined;
|
|
@@ -1245,7 +1617,6 @@ export declare const onboardingExample: {
|
|
|
1245
1617
|
defaultIndex?: undefined;
|
|
1246
1618
|
overflow?: undefined;
|
|
1247
1619
|
label?: undefined;
|
|
1248
|
-
variant?: undefined;
|
|
1249
1620
|
actions?: undefined;
|
|
1250
1621
|
padding?: undefined;
|
|
1251
1622
|
backgroundGradient?: undefined;
|
|
@@ -1291,6 +1662,15 @@ export declare const onboardingExample: {
|
|
|
1291
1662
|
color?: undefined;
|
|
1292
1663
|
fill?: undefined;
|
|
1293
1664
|
fillOpacity?: undefined;
|
|
1665
|
+
variant?: undefined;
|
|
1666
|
+
autoplay?: undefined;
|
|
1667
|
+
initialValue?: undefined;
|
|
1668
|
+
duration?: undefined;
|
|
1669
|
+
easing?: undefined;
|
|
1670
|
+
thickness?: undefined;
|
|
1671
|
+
showLabel?: undefined;
|
|
1672
|
+
delay?: undefined;
|
|
1673
|
+
alignSelf?: undefined;
|
|
1294
1674
|
controls?: undefined;
|
|
1295
1675
|
muted?: undefined;
|
|
1296
1676
|
contentFit?: undefined;
|
|
@@ -1317,7 +1697,6 @@ export declare const onboardingExample: {
|
|
|
1317
1697
|
defaultIndex?: undefined;
|
|
1318
1698
|
overflow?: undefined;
|
|
1319
1699
|
label?: undefined;
|
|
1320
|
-
variant?: undefined;
|
|
1321
1700
|
actions?: undefined;
|
|
1322
1701
|
padding?: undefined;
|
|
1323
1702
|
backgroundGradient?: undefined;
|
|
@@ -1361,6 +1740,15 @@ export declare const onboardingExample: {
|
|
|
1361
1740
|
color?: undefined;
|
|
1362
1741
|
fill?: undefined;
|
|
1363
1742
|
fillOpacity?: undefined;
|
|
1743
|
+
variant?: undefined;
|
|
1744
|
+
autoplay?: undefined;
|
|
1745
|
+
initialValue?: undefined;
|
|
1746
|
+
duration?: undefined;
|
|
1747
|
+
easing?: undefined;
|
|
1748
|
+
thickness?: undefined;
|
|
1749
|
+
showLabel?: undefined;
|
|
1750
|
+
delay?: undefined;
|
|
1751
|
+
alignSelf?: undefined;
|
|
1364
1752
|
controls?: undefined;
|
|
1365
1753
|
muted?: undefined;
|
|
1366
1754
|
contentFit?: undefined;
|
|
@@ -1386,7 +1774,6 @@ export declare const onboardingExample: {
|
|
|
1386
1774
|
defaultIndex?: undefined;
|
|
1387
1775
|
overflow?: undefined;
|
|
1388
1776
|
label?: undefined;
|
|
1389
|
-
variant?: undefined;
|
|
1390
1777
|
actions?: undefined;
|
|
1391
1778
|
padding?: undefined;
|
|
1392
1779
|
backgroundGradient?: undefined;
|
|
@@ -1428,6 +1815,15 @@ export declare const onboardingExample: {
|
|
|
1428
1815
|
color?: undefined;
|
|
1429
1816
|
fill?: undefined;
|
|
1430
1817
|
fillOpacity?: undefined;
|
|
1818
|
+
variant?: undefined;
|
|
1819
|
+
autoplay?: undefined;
|
|
1820
|
+
initialValue?: undefined;
|
|
1821
|
+
duration?: undefined;
|
|
1822
|
+
easing?: undefined;
|
|
1823
|
+
thickness?: undefined;
|
|
1824
|
+
showLabel?: undefined;
|
|
1825
|
+
delay?: undefined;
|
|
1826
|
+
alignSelf?: undefined;
|
|
1431
1827
|
controls?: undefined;
|
|
1432
1828
|
muted?: undefined;
|
|
1433
1829
|
contentFit?: undefined;
|
|
@@ -1453,7 +1849,6 @@ export declare const onboardingExample: {
|
|
|
1453
1849
|
defaultIndex?: undefined;
|
|
1454
1850
|
overflow?: undefined;
|
|
1455
1851
|
label?: undefined;
|
|
1456
|
-
variant?: undefined;
|
|
1457
1852
|
actions?: undefined;
|
|
1458
1853
|
padding?: undefined;
|
|
1459
1854
|
backgroundGradient?: undefined;
|
|
@@ -1498,6 +1893,15 @@ export declare const onboardingExample: {
|
|
|
1498
1893
|
color?: undefined;
|
|
1499
1894
|
fill?: undefined;
|
|
1500
1895
|
fillOpacity?: undefined;
|
|
1896
|
+
variant?: undefined;
|
|
1897
|
+
autoplay?: undefined;
|
|
1898
|
+
initialValue?: undefined;
|
|
1899
|
+
duration?: undefined;
|
|
1900
|
+
easing?: undefined;
|
|
1901
|
+
thickness?: undefined;
|
|
1902
|
+
showLabel?: undefined;
|
|
1903
|
+
delay?: undefined;
|
|
1904
|
+
alignSelf?: undefined;
|
|
1501
1905
|
controls?: undefined;
|
|
1502
1906
|
muted?: undefined;
|
|
1503
1907
|
contentFit?: undefined;
|
|
@@ -1525,7 +1929,6 @@ export declare const onboardingExample: {
|
|
|
1525
1929
|
defaultIndex?: undefined;
|
|
1526
1930
|
overflow?: undefined;
|
|
1527
1931
|
label?: undefined;
|
|
1528
|
-
variant?: undefined;
|
|
1529
1932
|
actions?: undefined;
|
|
1530
1933
|
padding?: undefined;
|
|
1531
1934
|
backgroundGradient?: undefined;
|
|
@@ -1566,6 +1969,15 @@ export declare const onboardingExample: {
|
|
|
1566
1969
|
color?: undefined;
|
|
1567
1970
|
fill?: undefined;
|
|
1568
1971
|
fillOpacity?: undefined;
|
|
1972
|
+
variant?: undefined;
|
|
1973
|
+
autoplay?: undefined;
|
|
1974
|
+
initialValue?: undefined;
|
|
1975
|
+
duration?: undefined;
|
|
1976
|
+
easing?: undefined;
|
|
1977
|
+
thickness?: undefined;
|
|
1978
|
+
showLabel?: undefined;
|
|
1979
|
+
delay?: undefined;
|
|
1980
|
+
alignSelf?: undefined;
|
|
1569
1981
|
controls?: undefined;
|
|
1570
1982
|
muted?: undefined;
|
|
1571
1983
|
contentFit?: undefined;
|
|
@@ -1592,7 +2004,6 @@ export declare const onboardingExample: {
|
|
|
1592
2004
|
range?: undefined;
|
|
1593
2005
|
overflow?: undefined;
|
|
1594
2006
|
label?: undefined;
|
|
1595
|
-
variant?: undefined;
|
|
1596
2007
|
actions?: undefined;
|
|
1597
2008
|
padding?: undefined;
|
|
1598
2009
|
backgroundGradient?: undefined;
|
|
@@ -1638,6 +2049,15 @@ export declare const onboardingExample: {
|
|
|
1638
2049
|
color?: undefined;
|
|
1639
2050
|
fill?: undefined;
|
|
1640
2051
|
fillOpacity?: undefined;
|
|
2052
|
+
variant?: undefined;
|
|
2053
|
+
autoplay?: undefined;
|
|
2054
|
+
initialValue?: undefined;
|
|
2055
|
+
duration?: undefined;
|
|
2056
|
+
easing?: undefined;
|
|
2057
|
+
thickness?: undefined;
|
|
2058
|
+
showLabel?: undefined;
|
|
2059
|
+
delay?: undefined;
|
|
2060
|
+
alignSelf?: undefined;
|
|
1641
2061
|
controls?: undefined;
|
|
1642
2062
|
muted?: undefined;
|
|
1643
2063
|
contentFit?: undefined;
|
|
@@ -1667,7 +2087,6 @@ export declare const onboardingExample: {
|
|
|
1667
2087
|
defaultIndex?: undefined;
|
|
1668
2088
|
overflow?: undefined;
|
|
1669
2089
|
label?: undefined;
|
|
1670
|
-
variant?: undefined;
|
|
1671
2090
|
actions?: undefined;
|
|
1672
2091
|
padding?: undefined;
|
|
1673
2092
|
backgroundGradient?: undefined;
|
|
@@ -1719,6 +2138,15 @@ export declare const onboardingExample: {
|
|
|
1719
2138
|
color?: undefined;
|
|
1720
2139
|
fill?: undefined;
|
|
1721
2140
|
fillOpacity?: undefined;
|
|
2141
|
+
variant?: undefined;
|
|
2142
|
+
autoplay?: undefined;
|
|
2143
|
+
initialValue?: undefined;
|
|
2144
|
+
duration?: undefined;
|
|
2145
|
+
easing?: undefined;
|
|
2146
|
+
thickness?: undefined;
|
|
2147
|
+
showLabel?: undefined;
|
|
2148
|
+
delay?: undefined;
|
|
2149
|
+
alignSelf?: undefined;
|
|
1722
2150
|
controls?: undefined;
|
|
1723
2151
|
muted?: undefined;
|
|
1724
2152
|
contentFit?: undefined;
|
|
@@ -1748,7 +2176,6 @@ export declare const onboardingExample: {
|
|
|
1748
2176
|
showDots?: undefined;
|
|
1749
2177
|
defaultIndex?: undefined;
|
|
1750
2178
|
label?: undefined;
|
|
1751
|
-
variant?: undefined;
|
|
1752
2179
|
actions?: undefined;
|
|
1753
2180
|
padding?: undefined;
|
|
1754
2181
|
backgroundGradient?: undefined;
|
|
@@ -1827,6 +2254,14 @@ export declare const onboardingExample: {
|
|
|
1827
2254
|
color?: undefined;
|
|
1828
2255
|
fill?: undefined;
|
|
1829
2256
|
fillOpacity?: undefined;
|
|
2257
|
+
autoplay?: undefined;
|
|
2258
|
+
initialValue?: undefined;
|
|
2259
|
+
duration?: undefined;
|
|
2260
|
+
easing?: undefined;
|
|
2261
|
+
thickness?: undefined;
|
|
2262
|
+
showLabel?: undefined;
|
|
2263
|
+
delay?: undefined;
|
|
2264
|
+
alignSelf?: undefined;
|
|
1830
2265
|
controls?: undefined;
|
|
1831
2266
|
muted?: undefined;
|
|
1832
2267
|
contentFit?: undefined;
|
|
@@ -1902,6 +2337,15 @@ export declare const onboardingExample: {
|
|
|
1902
2337
|
color?: undefined;
|
|
1903
2338
|
fill?: undefined;
|
|
1904
2339
|
fillOpacity?: undefined;
|
|
2340
|
+
variant?: undefined;
|
|
2341
|
+
autoplay?: undefined;
|
|
2342
|
+
initialValue?: undefined;
|
|
2343
|
+
duration?: undefined;
|
|
2344
|
+
easing?: undefined;
|
|
2345
|
+
thickness?: undefined;
|
|
2346
|
+
showLabel?: undefined;
|
|
2347
|
+
delay?: undefined;
|
|
2348
|
+
alignSelf?: undefined;
|
|
1905
2349
|
controls?: undefined;
|
|
1906
2350
|
muted?: undefined;
|
|
1907
2351
|
contentFit?: undefined;
|
|
@@ -1930,7 +2374,6 @@ export declare const onboardingExample: {
|
|
|
1930
2374
|
showDots?: undefined;
|
|
1931
2375
|
defaultIndex?: undefined;
|
|
1932
2376
|
label?: undefined;
|
|
1933
|
-
variant?: undefined;
|
|
1934
2377
|
actions?: undefined;
|
|
1935
2378
|
backgroundColor?: undefined;
|
|
1936
2379
|
shadowColor?: undefined;
|
|
@@ -1996,6 +2439,14 @@ export declare const onboardingExample: {
|
|
|
1996
2439
|
color?: undefined;
|
|
1997
2440
|
fill?: undefined;
|
|
1998
2441
|
fillOpacity?: undefined;
|
|
2442
|
+
autoplay?: undefined;
|
|
2443
|
+
initialValue?: undefined;
|
|
2444
|
+
duration?: undefined;
|
|
2445
|
+
easing?: undefined;
|
|
2446
|
+
thickness?: undefined;
|
|
2447
|
+
showLabel?: undefined;
|
|
2448
|
+
delay?: undefined;
|
|
2449
|
+
alignSelf?: undefined;
|
|
1999
2450
|
controls?: undefined;
|
|
2000
2451
|
muted?: undefined;
|
|
2001
2452
|
contentFit?: undefined;
|
|
@@ -2064,6 +2515,15 @@ export declare const onboardingExample: {
|
|
|
2064
2515
|
color?: undefined;
|
|
2065
2516
|
fill?: undefined;
|
|
2066
2517
|
fillOpacity?: undefined;
|
|
2518
|
+
variant?: undefined;
|
|
2519
|
+
autoplay?: undefined;
|
|
2520
|
+
initialValue?: undefined;
|
|
2521
|
+
duration?: undefined;
|
|
2522
|
+
easing?: undefined;
|
|
2523
|
+
thickness?: undefined;
|
|
2524
|
+
showLabel?: undefined;
|
|
2525
|
+
delay?: undefined;
|
|
2526
|
+
alignSelf?: undefined;
|
|
2067
2527
|
controls?: undefined;
|
|
2068
2528
|
muted?: undefined;
|
|
2069
2529
|
contentFit?: undefined;
|
|
@@ -2090,7 +2550,6 @@ export declare const onboardingExample: {
|
|
|
2090
2550
|
defaultIndex?: undefined;
|
|
2091
2551
|
overflow?: undefined;
|
|
2092
2552
|
label?: undefined;
|
|
2093
|
-
variant?: undefined;
|
|
2094
2553
|
actions?: undefined;
|
|
2095
2554
|
padding?: undefined;
|
|
2096
2555
|
backgroundGradient?: undefined;
|
|
@@ -2138,6 +2597,14 @@ export declare const onboardingExample: {
|
|
|
2138
2597
|
color?: undefined;
|
|
2139
2598
|
fill?: undefined;
|
|
2140
2599
|
fillOpacity?: undefined;
|
|
2600
|
+
autoplay?: undefined;
|
|
2601
|
+
initialValue?: undefined;
|
|
2602
|
+
duration?: undefined;
|
|
2603
|
+
easing?: undefined;
|
|
2604
|
+
thickness?: undefined;
|
|
2605
|
+
showLabel?: undefined;
|
|
2606
|
+
delay?: undefined;
|
|
2607
|
+
alignSelf?: undefined;
|
|
2141
2608
|
controls?: undefined;
|
|
2142
2609
|
muted?: undefined;
|
|
2143
2610
|
contentFit?: undefined;
|
|
@@ -2205,6 +2672,14 @@ export declare const onboardingExample: {
|
|
|
2205
2672
|
color?: undefined;
|
|
2206
2673
|
fill?: undefined;
|
|
2207
2674
|
fillOpacity?: undefined;
|
|
2675
|
+
autoplay?: undefined;
|
|
2676
|
+
initialValue?: undefined;
|
|
2677
|
+
duration?: undefined;
|
|
2678
|
+
easing?: undefined;
|
|
2679
|
+
thickness?: undefined;
|
|
2680
|
+
showLabel?: undefined;
|
|
2681
|
+
delay?: undefined;
|
|
2682
|
+
alignSelf?: undefined;
|
|
2208
2683
|
controls?: undefined;
|
|
2209
2684
|
muted?: undefined;
|
|
2210
2685
|
contentFit?: undefined;
|
|
@@ -2282,6 +2757,14 @@ export declare const onboardingExample: {
|
|
|
2282
2757
|
color?: undefined;
|
|
2283
2758
|
fill?: undefined;
|
|
2284
2759
|
fillOpacity?: undefined;
|
|
2760
|
+
autoplay?: undefined;
|
|
2761
|
+
initialValue?: undefined;
|
|
2762
|
+
duration?: undefined;
|
|
2763
|
+
easing?: undefined;
|
|
2764
|
+
thickness?: undefined;
|
|
2765
|
+
showLabel?: undefined;
|
|
2766
|
+
delay?: undefined;
|
|
2767
|
+
alignSelf?: undefined;
|
|
2285
2768
|
controls?: undefined;
|
|
2286
2769
|
muted?: undefined;
|
|
2287
2770
|
contentFit?: undefined;
|
|
@@ -2352,6 +2835,14 @@ export declare const onboardingExample: {
|
|
|
2352
2835
|
color?: undefined;
|
|
2353
2836
|
fill?: undefined;
|
|
2354
2837
|
fillOpacity?: undefined;
|
|
2838
|
+
autoplay?: undefined;
|
|
2839
|
+
initialValue?: undefined;
|
|
2840
|
+
duration?: undefined;
|
|
2841
|
+
easing?: undefined;
|
|
2842
|
+
thickness?: undefined;
|
|
2843
|
+
showLabel?: undefined;
|
|
2844
|
+
delay?: undefined;
|
|
2845
|
+
alignSelf?: undefined;
|
|
2355
2846
|
controls?: undefined;
|
|
2356
2847
|
muted?: undefined;
|
|
2357
2848
|
contentFit?: undefined;
|
|
@@ -2444,6 +2935,14 @@ export declare const onboardingExample: {
|
|
|
2444
2935
|
color?: undefined;
|
|
2445
2936
|
fill?: undefined;
|
|
2446
2937
|
fillOpacity?: undefined;
|
|
2938
|
+
autoplay?: undefined;
|
|
2939
|
+
initialValue?: undefined;
|
|
2940
|
+
duration?: undefined;
|
|
2941
|
+
easing?: undefined;
|
|
2942
|
+
thickness?: undefined;
|
|
2943
|
+
showLabel?: undefined;
|
|
2944
|
+
delay?: undefined;
|
|
2945
|
+
alignSelf?: undefined;
|
|
2447
2946
|
controls?: undefined;
|
|
2448
2947
|
muted?: undefined;
|
|
2449
2948
|
contentFit?: undefined;
|