Skip to content

Commit 5b00e0a

Browse files
committed
Move PanViewScreen and sort a little
1 parent 6eb5fea commit 5b00e0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/src/screens/MenuStructure.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,14 @@ export const navigationData = {
183183
title: 'Animations & Gestures',
184184
screens: [
185185
{title: 'Animated Image', tags: 'animated image', screen: 'unicorn.components.AnimatedImageScreen'},
186+
{title: 'Card Scanner', tags: 'card scanner process', screen: 'unicorn.animations.CardScannerScreen'},
186187
{title: 'Haptic feedback', tags: 'haptic feedback', screen: 'unicorn.components.HapticScreen'},
188+
{title: 'PanView', tags: 'pan swipe drag', screen: 'unicorn.components.PanViewScreen'},
187189
{
188190
title: 'ProgressiveImage',
189191
tags: 'progressive image cover overlay',
190192
screen: 'unicorn.components.ProgressiveImageScreen'
191-
},
192-
{title: 'Card Scanner', tags: 'card scanner process', screen: 'unicorn.animations.CardScannerScreen'}
193+
}
193194
]
194195
},
195196
Incubator: {
@@ -203,8 +204,7 @@ export const navigationData = {
203204
title: 'ExpandableOverlay',
204205
tags: 'text field expandable input picker',
205206
screen: 'unicorn.components.IncubatorExpandableOverlayScreen'
206-
},
207-
{title: 'PanView', tags: 'pan swipe drag', screen: 'unicorn.components.PanViewScreen'}
207+
}
208208
]
209209
},
210210
Inspirations: {

0 commit comments

Comments
 (0)