unicorn-demo-app 7.43.0-snapshot.7175 → 7.43.0-snapshot.7190

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.43.0-snapshot.7175",
3
+ "version": "7.43.0-snapshot.7190",
4
4
  "main": "src/index.js",
5
5
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
6
6
  "license": "MIT",
@@ -81,7 +81,7 @@ export const navigationData = {
81
81
  screens: [
82
82
  {title: 'Action Sheet', tags: 'action sheet cross-platform', screen: 'unicorn.components.ActionSheetScreen'},
83
83
  {title: 'Dialog', tags: 'dialog modal popup alert', screen: 'unicorn.components.DialogScreen'},
84
- {title: 'Feature Highlight', tags: 'feature overlay', screen: 'unicorn.components.FeatureHighlightScreen'},
84
+ {title: 'Feature Highlight', tags: 'native feature overlay', screen: 'unicorn.components.FeatureHighlightScreen'},
85
85
  {title: 'Floating Button', tags: 'floating button', screen: 'unicorn.components.FloatingButtonScreen'},
86
86
  {title: 'Hint', tags: 'hints tooltip', screen: 'unicorn.components.HintsScreen'},
87
87
  {title: 'Toast', tags: 'toast top bottom snackbar', screen: 'unicorn.components.ToastsScreen'}
@@ -117,10 +117,10 @@ export const navigationData = {
117
117
  {title: 'LoadingScreen', tags: 'loading screen', screen: 'unicorn.screens.LoadingScreen'},
118
118
  {title: 'Modal', tags: 'modal topbar screen', screen: 'unicorn.screens.ModalScreen'},
119
119
  {title: 'StateScreen', tags: 'empty state screen', screen: 'unicorn.screens.EmptyStateScreen'},
120
- {title: 'TabController', tags: 'tabbar controller native', screen: 'unicorn.components.TabControllerScreen'},
120
+ {title: 'TabController', tags: 'tabbar controller', screen: 'unicorn.components.TabControllerScreen'},
121
121
  {
122
122
  title: 'TabControllerWithStickyHeader',
123
- tags: 'tabbar controller native sticky header',
123
+ tags: 'tabbar controller sticky header',
124
124
  screen: 'unicorn.components.TabControllerWithStickyHeaderScreen'
125
125
  },
126
126
  {title: 'Timeline', tags: 'timeline', screen: 'unicorn.components.TimelineScreen'},
@@ -148,28 +148,28 @@ export const navigationData = {
148
148
  screens: [
149
149
  {
150
150
  title: 'KeyboardAwareScrollView',
151
- tags: 'KeyboardAwareScrollView',
151
+ tags: 'native KeyboardAwareScrollView',
152
152
  screen: 'unicorn.components.KeyboardAwareScrollViewScreen'
153
153
  },
154
154
  {
155
155
  title: 'Dynamic Fonts',
156
- tags: 'dynamic fonts load download',
156
+ tags: 'native dynamic fonts load download',
157
157
  screen: 'unicorn.nativeComponents.DynamicFontsScreen'
158
158
  },
159
159
  {
160
160
  title: 'Highlight Overlay',
161
- tags: 'native overlay',
161
+ tags: 'native native overlay',
162
162
  screen: 'unicorn.nativeComponents.HighlightOverlayViewScreen'
163
163
  },
164
- {title: 'SafeArea Spacer', tags: 'native safe area', screen: 'unicorn.nativeComponents.SafeAreaSpacerViewScreen'},
164
+ {title: 'SafeArea Spacer', tags: 'native native safe area', screen: 'unicorn.nativeComponents.SafeAreaSpacerViewScreen'},
165
165
  {
166
166
  title: 'KeyboardTracking (iOS)',
167
- tags: 'KeyboardTracking',
167
+ tags: 'native KeyboardTracking',
168
168
  screen: 'unicorn.nativeComponents.KeyboardTrackingViewScreen'
169
169
  },
170
170
  {
171
171
  title: 'KeyboardAccessoryView',
172
- tags: 'KeyboardInput',
172
+ tags: 'native KeyboardInput',
173
173
  screen: 'unicorn.nativeComponents.KeyboardAccessoryViewScreen'
174
174
  }
175
175
  ]
@@ -193,7 +193,7 @@ export const navigationData = {
193
193
  screens: [
194
194
  {title: 'Calendar', tags: 'calendar', screen: 'unicorn.components.IncubatorCalendarScreen'},
195
195
  {title: 'ChipsInput', tags: 'chips input', screen: 'unicorn.components.ChipsInputScreen'},
196
- {title: 'Native TouchableOpacity', tags: 'touchable native', screen: 'unicorn.incubator.TouchableOpacityScreen'},
196
+ {title: 'Native TouchableOpacity', tags: 'native touchable', screen: 'unicorn.incubator.TouchableOpacityScreen'},
197
197
  {title: 'Toast (New)', tags: 'toast', screen: 'unicorn.components.IncubatorToastScreen'},
198
198
  {
199
199
  title: 'ExpandableOverlay',