Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

# Production
/build
/test-results
/visual/output

# Generated files
.docusaurus
.cache-loader
/public/llms.txt
/public/react-native-paper

# Misc
.DS_Store
Expand Down
17 changes: 17 additions & 0 deletions docs/5.x/_nav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"text": "Guides",
"link": "/docs/guides/getting-started",
"activeMatch": "^/docs/guides/"
},
{
"text": "Components",
"link": "/docs/components/ActivityIndicator",
"activeMatch": "^/docs/components/"
},
{
"text": "Showcase",
"link": "/docs/showcase",
"activeMatch": "^/docs/showcase$"
}
]
17 changes: 17 additions & 0 deletions docs/5.x/docs/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "dir-section-header",
"name": "guides",
"label": "Guides"
},
{
"type": "dir-section-header",
"name": "components",
"label": "Components"
},
{
"type": "file",
"name": "showcase",
"label": "Showcase"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,47 @@ export default MyComponent;

</div>

<PropTable componentLink="ActivityIndicator" prop="animating" />
<PropTable componentLink="ActivityIndicator" prop="animating" version="5.x" />

<div>

### color

</div>

<PropTable componentLink="ActivityIndicator" prop="color" />
<PropTable componentLink="ActivityIndicator" prop="color" version="5.x" />

<div>

### size

</div>

<PropTable componentLink="ActivityIndicator" prop="size" />
<PropTable componentLink="ActivityIndicator" prop="size" version="5.x" />

<div>

### hidesWhenStopped

</div>

<PropTable componentLink="ActivityIndicator" prop="hidesWhenStopped" />
<PropTable componentLink="ActivityIndicator" prop="hidesWhenStopped" version="5.x" />

<div>

### style

</div>

<PropTable componentLink="ActivityIndicator" prop="style" />
<PropTable componentLink="ActivityIndicator" prop="style" version="5.x" />

<div>

### theme

</div>

<PropTable componentLink="ActivityIndicator" prop="theme" />
<PropTable componentLink="ActivityIndicator" prop="theme" version="5.x" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,55 +111,55 @@ export default MyComponent;

</div>

<PropTable componentLink="Appbar/Appbar" prop="dark" />
<PropTable componentLink="Appbar/Appbar" prop="dark" version="5.x" />

<div>

### children (required)

</div>

<PropTable componentLink="Appbar/Appbar" prop="children" />
<PropTable componentLink="Appbar/Appbar" prop="children" version="5.x" />

<div>

### mode <span class="badge badge-supported "><span class="badge-text">Available in v5.x with theme version 3</span></span>

</div>

<PropTable componentLink="Appbar/Appbar" prop="mode" />
<PropTable componentLink="Appbar/Appbar" prop="mode" version="5.x" />

<div>

### elevated <span class="badge badge-supported "><span class="badge-text">Available in v5.x with theme version 3</span></span>

</div>

<PropTable componentLink="Appbar/Appbar" prop="elevated" />
<PropTable componentLink="Appbar/Appbar" prop="elevated" version="5.x" />

<div>

### safeAreaInsets

</div>

<PropTable componentLink="Appbar/Appbar" prop="safeAreaInsets" />
<PropTable componentLink="Appbar/Appbar" prop="safeAreaInsets" version="5.x" />

<div>

### theme

</div>

<PropTable componentLink="Appbar/Appbar" prop="theme" />
<PropTable componentLink="Appbar/Appbar" prop="theme" version="5.x" />

<div>

### style

</div>

<PropTable componentLink="Appbar/Appbar" prop="style" />
<PropTable componentLink="Appbar/Appbar" prop="style" version="5.x" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,87 +47,87 @@ export default MyComponent;

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="color" />
<PropTable componentLink="Appbar/AppbarAction" prop="color" version="5.x" />

<div>

### rippleColor

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="rippleColor" />
<PropTable componentLink="Appbar/AppbarAction" prop="rippleColor" version="5.x" />

<div>

### icon (required)

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="icon" />
<PropTable componentLink="Appbar/AppbarAction" prop="icon" version="5.x" />

<div>

### size

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="size" />
<PropTable componentLink="Appbar/AppbarAction" prop="size" version="5.x" />

<div>

### disabled

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="disabled" />
<PropTable componentLink="Appbar/AppbarAction" prop="disabled" version="5.x" />

<div>

### accessibilityLabel

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="accessibilityLabel" />
<PropTable componentLink="Appbar/AppbarAction" prop="accessibilityLabel" version="5.x" />

<div>

### onPress

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="onPress" />
<PropTable componentLink="Appbar/AppbarAction" prop="onPress" version="5.x" />

<div>

### isLeading <span class="badge badge-supported "><span class="badge-text">Available in v5.x with theme version 3</span></span>

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="isLeading" />
<PropTable componentLink="Appbar/AppbarAction" prop="isLeading" version="5.x" />

<div>

### style

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="style" />
<PropTable componentLink="Appbar/AppbarAction" prop="style" version="5.x" />

<div>

### ref

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="ref" />
<PropTable componentLink="Appbar/AppbarAction" prop="ref" version="5.x" />

<div>

### theme

</div>

<PropTable componentLink="Appbar/AppbarAction" prop="theme" />
<PropTable componentLink="Appbar/AppbarAction" prop="theme" version="5.x" />



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,55 +42,55 @@ export default MyComponent;

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="color" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="color" version="5.x" />

<div>

### size

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="size" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="size" version="5.x" />

<div>

### disabled

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="disabled" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="disabled" version="5.x" />

<div>

### accessibilityLabel

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="accessibilityLabel" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="accessibilityLabel" version="5.x" />

<div>

### onPress

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="onPress" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="onPress" version="5.x" />

<div>

### style

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="style" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="style" version="5.x" />

<div>

### ref

</div>

<PropTable componentLink="Appbar/AppbarBackAction" prop="ref" />
<PropTable componentLink="Appbar/AppbarBackAction" prop="ref" version="5.x" />



Expand Down
Loading
Loading