Skip to content

Commit 53f7f63

Browse files
committed
Deprecated old components replaced by Nativebase
1 parent 18febf5 commit 53f7f63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/mappings/Layout.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const SEED_DATA = [
3838
{
3939
name: "Spacer",
4040
tag: "Spacer",
41-
category: COMPONENT_TYPES.layout,
41+
category: COMPONENT_TYPES.deprecated,
4242
props: {
4343
top: {
4444
label: "Top",
@@ -113,7 +113,7 @@ export const SEED_DATA = [
113113
{
114114
name: "Center",
115115
tag: "Center",
116-
category: COMPONENT_TYPES.layout,
116+
category: COMPONENT_TYPES.deprecated,
117117
stylesPanelSections: [StylesPanelSections.NoStyles],
118118
props: {
119119
width: {
@@ -151,7 +151,7 @@ export const SEED_DATA = [
151151
{
152152
name: "Circle",
153153
tag: "Circle",
154-
category: COMPONENT_TYPES.layout,
154+
category: COMPONENT_TYPES.deprecated,
155155
stylesPanelSections: [StylesPanelSections.NoStyles],
156156
props: {
157157
size: {
@@ -179,7 +179,7 @@ export const SEED_DATA = [
179179
{
180180
name: "Square",
181181
tag: "Square",
182-
category: COMPONENT_TYPES.layout,
182+
category: COMPONENT_TYPES.deprecated,
183183
stylesPanelSections: [StylesPanelSections.NoStyles],
184184
props: {
185185
size: {

0 commit comments

Comments
 (0)