1
1
export const navigationData = {
2
- Presets : {
3
- title : 'Presets ' ,
2
+ Foundation : {
3
+ title : 'Foundation ' ,
4
4
screens : [
5
5
{ title : 'Border Radius' , tags : 'corener border radius circle' , screen : 'unicorn.style.BorderRadiusesScreen' } ,
6
6
{ title : 'Colors' , tags : 'palette rgb hex' , screen : 'unicorn.style.ColorsScreen' } ,
@@ -20,36 +20,27 @@ export const navigationData = {
20
20
Components : {
21
21
title : 'Components' ,
22
22
screens : [
23
+ { title : 'Text' , tags : 'text' , screen : 'unicorn.components.TextScreen' } ,
24
+ { title : 'View' , tags : 'view modifiers' , screen : 'unicorn.components.ViewScreen' } ,
25
+ { title : 'Image' , tags : 'image cover overlay' , screen : 'unicorn.components.ImageScreen' } ,
26
+ { title : 'Button' , tags : 'button cta' , screen : 'unicorn.components.ButtonsScreen' } ,
27
+ { title : '' } ,
23
28
{ title : 'Action Bar' , tags : 'action bar floating bottom' , screen : 'unicorn.components.ActionBarScreen' } ,
24
- { title : 'Action Sheet' , tags : 'action sheet cross-platform' , screen : 'unicorn.components.ActionSheetScreen' } ,
25
29
{ title : 'Avatars' , tags : 'avatar contact' , screen : 'unicorn.components.AvatarsScreen' } ,
26
30
{ title : 'Badges' , tags : 'badge' , screen : 'unicorn.components.BadgesScreen' } ,
27
- { title : 'Buttons' , tags : 'button cta' , screen : 'unicorn.components.ButtonsScreen' } ,
28
31
{ title : 'Cards' , tags : 'cards feed' , screen : 'unicorn.components.CardsScreen' } ,
29
- { title : 'Carousel' , tags : 'carousel' , screen : 'unicorn.components.CarouselScreen' } ,
30
32
{ title : 'Connection Status Bar' , tags : 'connection status bar' , screen : 'unicorn.components.ConnectionStatusBar' } ,
31
- { title : 'Dialog' , tags : 'dialog modal popup alert' , screen : 'unicorn.components.DialogScreen' } ,
32
- { title : 'Drawer' , tags : 'drawer' , screen : 'unicorn.components.DrawerScreen' } ,
33
- { title : 'Floating Button' , tags : 'floating button' , screen : 'unicorn.components.FloatingButtonScreen' } ,
34
- { title : 'Feature Highlight' , tags : 'feature overlay' , screen : 'unicorn.components.FeatureHighlightScreen' } ,
35
- { title : 'Hint' , tags : 'hints tooltip' , screen : 'unicorn.components.HintsScreen' } ,
36
- { title : 'Image' , tags : 'image cover overlay' , screen : 'unicorn.components.ImageScreen' } ,
37
- { title : 'KeyboardAwareScrollView' , tags : 'KeyboardAwareScrollView' , screen : 'unicorn.components.KeyboardAwareScrollViewScreen' } ,
38
- { title : 'Overlays' , tags : 'overlay image' , screen : 'unicorn.components.OverlaysScreen' } ,
33
+ // {title: 'Overlays', tags: 'overlay image', screen: 'unicorn.components.OverlaysScreen'},
39
34
{ title : 'Page Control' , tags : 'page' , screen : 'unicorn.components.PageControlScreen' } ,
40
- { title : 'Pan Dismissible' , tags : 'pan swipe drag dismiss' , screen : 'unicorn.components.PanDismissibleScreen' } ,
41
- { title : 'Pan Listener' , tags : 'pan swipe drag listener' , screen : 'unicorn.components.PanListenerScreen' } ,
42
- { title : 'Pan Responder' , tags : 'pan swipe drag responder' , screen : 'unicorn.components.PanResponderScreen' } ,
35
+ { title : 'ProgressBar' , tags : 'progress bar animated' , screen : 'unicorn.animations.ProgressBarScreen' } ,
43
36
{ title : 'ScrollBar' , tags : 'scroll bar gradient' , screen : 'unicorn.components.ScrollBarScreen' } ,
44
- { title : 'Shared Transition' , tags : 'shared transition element' , screen : 'unicorn.components.SharedTransitionScreen' } ,
37
+ {
38
+ title : 'Shared Transition' ,
39
+ tags : 'shared transition element' ,
40
+ screen : 'unicorn.components.SharedTransitionScreen'
41
+ } ,
45
42
{ title : 'Stack Aggregator' , tags : 'stack aggregator' , screen : 'unicorn.components.StackAggregatorScreen' } ,
46
- { title : 'TabController' , tags : 'tabbar controller native' , screen : 'unicorn.components.TabControllerScreen' } ,
47
- { title : 'TabBar' , tags : 'tab bar' , screen : 'unicorn.components.TabBarScreen' } ,
48
- { title : 'Text' , tags : 'text' , screen : 'unicorn.components.TextScreen' } ,
49
- { title : 'Toast' , tags : 'toast top bottom snackbar' , screen : 'unicorn.components.ToastsScreen' } ,
50
- { title : 'View' , tags : 'view modifiers' , screen : 'unicorn.components.ViewScreen' } ,
51
- { title : 'Wheel Picker Dialog' , tags : 'wheel picker dialog' , screen : 'unicorn.components.WheelPickerDialogScreen' } ,
52
- { title : 'Wizard' , tags : 'wizard' , screen : 'unicorn.components.WizardScreen' }
43
+ { title : 'Wheel Picker Dialog' , tags : 'wheel picker dialog' , screen : 'unicorn.components.WheelPickerDialogScreen' }
53
44
]
54
45
} ,
55
46
Form : {
@@ -69,48 +60,75 @@ export const navigationData = {
69
60
{ title : 'Masked Inputs' , tags : 'text input form mask' , screen : 'unicorn.components.MaskedInputScreen' }
70
61
]
71
62
} ,
63
+ Overlays : {
64
+ title : 'Overlays' ,
65
+ screens : [
66
+ { title : 'Action Sheet' , tags : 'action sheet cross-platform' , screen : 'unicorn.components.ActionSheetScreen' } ,
67
+ { title : 'Dialog' , tags : 'dialog modal popup alert' , screen : 'unicorn.components.DialogScreen' } ,
68
+ { title : 'Feature Highlight' , tags : 'feature overlay' , screen : 'unicorn.components.FeatureHighlightScreen' } ,
69
+ { title : 'Floating Button' , tags : 'floating button' , screen : 'unicorn.components.FloatingButtonScreen' } ,
70
+ { title : 'Hint' , tags : 'hints tooltip' , screen : 'unicorn.components.HintsScreen' } ,
71
+ { title : 'Toast' , tags : 'toast top bottom snackbar' , screen : 'unicorn.components.ToastsScreen' }
72
+ ]
73
+ } ,
74
+ Lists : {
75
+ title : 'Lists' ,
76
+ screens : [
77
+ { title : 'Basic List' , tags : 'basic list' , screen : 'unicorn.lists.BasicListScreen' } ,
78
+ { title : 'Contacts List' , tags : 'list contacts' , screen : 'unicorn.lists.ContactsListScreen' } ,
79
+ { title : 'Conversation List' , tags : 'list conversation' , screen : 'unicorn.lists.ConversationListScreen' } ,
80
+ { title : 'Drawer' , tags : 'drawer' , screen : 'unicorn.components.DrawerScreen' }
81
+ ]
82
+ } ,
83
+ LayoutsAndTemplates : {
84
+ title : 'Layouts & Templates' ,
85
+ screens : [
86
+ { title : 'Carousel' , tags : 'carousel' , screen : 'unicorn.components.CarouselScreen' } ,
87
+ { title : 'Loading Screen' , tags : 'loading screen' , screen : 'unicorn.screens.LoadingScreen' } ,
88
+ { title : 'Modal Screen' , tags : 'modal topbar screen' , screen : 'unicorn.screens.ModalScreen' } ,
89
+ { title : 'State Screen' , tags : 'empty state screen' , screen : 'unicorn.screens.EmptyStateScreen' } ,
90
+ { title : 'TabController' , tags : 'tabbar controller native' , screen : 'unicorn.components.TabControllerScreen' } ,
91
+ { title : 'TabBar' , tags : 'tab bar' , screen : 'unicorn.components.TabBarScreen' } ,
92
+ { title : 'Wizard' , tags : 'wizard' , screen : 'unicorn.components.WizardScreen' }
93
+ ]
94
+ } ,
72
95
Native : {
73
96
title : 'Native' ,
74
97
screens : [
98
+ {
99
+ title : 'KeyboardAwareScrollView' ,
100
+ tags : 'KeyboardAwareScrollView' ,
101
+ screen : 'unicorn.components.KeyboardAwareScrollViewScreen'
102
+ } ,
75
103
{
76
104
title : 'Highlight Overlay' ,
77
105
tags : 'native overlay' ,
78
106
screen : 'unicorn.nativeComponents.HighlightOverlayViewScreen'
79
107
} ,
80
108
{ title : 'Wheel Picker' , tags : 'wheel picker' , screen : 'unicorn.nativeComponents.WheelPickerViewScreen' } ,
81
109
{ title : 'SafeArea Spacer' , tags : 'native safe area' , screen : 'unicorn.nativeComponents.SafeAreaSpacerViewScreen' } ,
82
- { title : 'KeyboardTracking (iOS)' , tags : 'KeyboardTracking' , screen : 'unicorn.nativeComponents.KeyboardTrackingViewScreen' } ,
110
+ {
111
+ title : 'KeyboardTracking (iOS)' ,
112
+ tags : 'KeyboardTracking' ,
113
+ screen : 'unicorn.nativeComponents.KeyboardTrackingViewScreen'
114
+ } ,
83
115
{ title : 'KeyboardInput' , tags : 'KeyboardInput' , screen : 'unicorn.nativeComponents.KeyboardInputViewScreen' }
84
116
]
85
117
} ,
86
- Screens : {
87
- title : 'Screens' ,
88
- screens : [
89
- { title : 'Loading Screen' , tags : 'loading screen' , screen : 'unicorn.screens.LoadingScreen' } ,
90
- { title : 'Modal Screen' , tags : 'modal topbar screen' , screen : 'unicorn.screens.ModalScreen' } ,
91
- { title : 'State Screen' , tags : 'empty state screen' , screen : 'unicorn.screens.EmptyStateScreen' }
92
- ]
93
- } ,
94
- Lists : {
95
- title : 'Lists' ,
96
- screens : [
97
- { title : 'Basic List' , tags : 'basic list' , screen : 'unicorn.lists.BasicListScreen' } ,
98
- { title : 'Contacts List' , tags : 'list contacts' , screen : 'unicorn.lists.ContactsListScreen' } ,
99
- { title : 'Conversation List' , tags : 'list conversation' , screen : 'unicorn.lists.ConversationListScreen' }
100
- ]
101
- } ,
102
- Animations : {
103
- title : 'Animations' ,
118
+ AnimationsAndGestures : {
119
+ title : 'Animations & Gestures' ,
104
120
screens : [
105
121
{ title : 'Animated Image' , tags : 'animated image' , screen : 'unicorn.components.AnimatedImageScreen' } ,
106
122
{ title : 'List Animations' , tags : 'animated card' , screen : 'unicorn.animations.ListAnimationsScreen' } ,
107
123
{ title : 'Card Animations' , tags : 'animated card' , screen : 'unicorn.animations.CardAnimationsScreen' } ,
108
124
{ title : 'Card Scanner' , tags : 'card scanner process' , screen : 'unicorn.animations.CardScannerScreen' } ,
109
- { title : 'ProgressBar' , tags : 'progress bar animated' , screen : 'unicorn.animations.ProgressBarScreen' }
125
+ { title : 'Pan Dismissible' , tags : 'pan swipe drag dismiss' , screen : 'unicorn.components.PanDismissibleScreen' } ,
126
+ { title : 'Pan Listener' , tags : 'pan swipe drag listener' , screen : 'unicorn.components.PanListenerScreen' } ,
127
+ { title : 'Pan Responder' , tags : 'pan swipe drag responder' , screen : 'unicorn.components.PanResponderScreen' }
110
128
]
111
129
} ,
112
130
Incubator : {
113
- title : 'Incubator' ,
131
+ title : 'Incubator (Experimental) ' ,
114
132
screens : [
115
133
{ title : 'Native TouchableOpacity' , tags : 'touchable native' , screen : 'unicorn.incubator.TouchableOpacityScreen' }
116
134
]
0 commit comments