@@ -183,13 +183,14 @@ export const navigationData = {
183
183
title : 'Animations & Gestures' ,
184
184
screens : [
185
185
{ title : 'Animated Image' , tags : 'animated image' , screen : 'unicorn.components.AnimatedImageScreen' } ,
186
+ { title : 'Card Scanner' , tags : 'card scanner process' , screen : 'unicorn.animations.CardScannerScreen' } ,
186
187
{ title : 'Haptic feedback' , tags : 'haptic feedback' , screen : 'unicorn.components.HapticScreen' } ,
188
+ { title : 'PanView' , tags : 'pan swipe drag' , screen : 'unicorn.components.PanViewScreen' } ,
187
189
{
188
190
title : 'ProgressiveImage' ,
189
191
tags : 'progressive image cover overlay' ,
190
192
screen : 'unicorn.components.ProgressiveImageScreen'
191
- } ,
192
- { title : 'Card Scanner' , tags : 'card scanner process' , screen : 'unicorn.animations.CardScannerScreen' }
193
+ }
193
194
]
194
195
} ,
195
196
Incubator : {
@@ -203,8 +204,7 @@ export const navigationData = {
203
204
title : 'ExpandableOverlay' ,
204
205
tags : 'text field expandable input picker' ,
205
206
screen : 'unicorn.components.IncubatorExpandableOverlayScreen'
206
- } ,
207
- { title : 'PanView' , tags : 'pan swipe drag' , screen : 'unicorn.components.PanViewScreen' }
207
+ }
208
208
]
209
209
} ,
210
210
Inspirations : {
0 commit comments