Skip to content

Commit 4d424be

Browse files
committed
Move list components to basic category in new docs
1 parent ebe62d3 commit 4d424be

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docuilib/sidebars.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const componentsCategories = {
1414
Form: 'form',
1515
Overlays: 'overlays',
1616
Layout: 'layoutsAndTemplates',
17-
Lists: 'lists',
1817
Incubator: 'incubator'
1918
};
2019

@@ -50,7 +49,7 @@ module.exports = {
5049
type: 'category',
5150
label: 'Components',
5251
collapsible: false,
53-
items: ['Basic', 'Form', 'Overlays', 'Layout', 'Lists', 'Native', 'Incubator'].map(category => {
52+
items: ['Basic', 'Form', 'Overlays', 'Layout', 'Native', 'Incubator'].map(category => {
5453
return {
5554
type: 'category',
5655
label: category,

src/components/drawer/drawer.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Drawer",
3-
"category": "lists",
3+
"category": "basic",
44
"description": "Drawer Component",
55
"notes": "If your app works with RNN, your screen must be wrapped with gestureHandlerRootHOC from 'react-native-gesture-handler'. see: https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html#with-wix-react-native-navigation-https-githubcom-wix-react-native-navigation",
66
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/DrawerScreen.tsx",

src/components/listItem/listItem.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ListItem",
3-
"category": "lists",
3+
"category": "basic",
44
"description": "List item component to render inside a List component",
55
"extends": ["TouchableOpacity"],
66
"extendsLink": ["https://reactnative.dev/docs/touchableopacity"],

src/components/listItem/listItemPart.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ListItem.Part",
3-
"category": "lists",
3+
"category": "basic",
44
"description": "A sub ListItem component for layout-ing inside a ListItem",
55
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/BasicListScreen.tsx",
66
"images": ["https://media.giphy.com/media/l1IBjHowyPcOTWAY8/giphy.gif"],

0 commit comments

Comments
 (0)