@@ -153,11 +153,11 @@ export const navigationData = {
153
153
Incubator : {
154
154
title : 'Incubator (Experimental)' ,
155
155
screens : [
156
- { title : '(New) ChipsInput ' , tags : 'chips input' , screen : 'unicorn.components.IncubatorChipsInputScreen' } ,
156
+ { title : 'ChipsInput (New)' , tags : 'chips input' , screen : 'unicorn.components.IncubatorChipsInputScreen' } ,
157
157
{ title : 'Native TouchableOpacity' , tags : 'touchable native' , screen : 'unicorn.incubator.TouchableOpacityScreen' } ,
158
- { title : '(New) Dialog ' , tags : 'dialog modal popup alert' , screen : 'unicorn.incubator.IncubatorDialogScreen' } ,
159
- { title : '(New) TextField ' , tags : 'text field input' , screen : 'unicorn.components.IncubatorTextFieldScreen' } ,
160
- { title : '(New) Toast ' , tags : 'toast' , screen : 'unicorn.components.IncubatorToastScreen' } ,
158
+ { title : 'Dialog (New)' , tags : 'dialog modal popup alert' , screen : 'unicorn.incubator.IncubatorDialogScreen' } ,
159
+ { title : 'TextField (New)' , tags : 'text field input' , screen : 'unicorn.components.IncubatorTextFieldScreen' } ,
160
+ { title : 'Toast (New)' , tags : 'toast' , screen : 'unicorn.components.IncubatorToastScreen' } ,
161
161
{ title : 'ExpandableOverlay' , tags : 'text field expandable input picker' , screen : 'unicorn.components.IncubatorExpandableOverlayScreen' } ,
162
162
{ title : 'WheelPicker (Incubator)' , tags : 'wheel picker spinner experimental' , screen : 'unicorn.incubator.WheelPickerScreen' } ,
163
163
{ title : 'Pan View' , tags : 'pan swipe drag' , screen : 'unicorn.incubator.PanViewScreen' } ,
0 commit comments