unicorn-demo-app 7.27.1 → 7.28.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unicorn-demo-app",
3
- "version": "7.27.1",
3
+ "version": "7.28.0",
4
4
  "main": "src/index.js",
5
5
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
6
6
  "license": "MIT",
@@ -194,7 +194,7 @@ export const navigationData = {
194
194
  tags: 'text field expandable input picker',
195
195
  screen: 'unicorn.components.IncubatorExpandableOverlayScreen'
196
196
  },
197
- {title: 'Pan View', tags: 'pan swipe drag', screen: 'unicorn.incubator.PanViewScreen'}
197
+ {title: 'PanView', tags: 'pan swipe drag', screen: 'unicorn.incubator.PanViewScreen'}
198
198
  ]
199
199
  },
200
200
  Inspirations: {