Skip to content

Commit 238e512

Browse files
committed
Update README.md
1 parent 4cbf9c5 commit 238e512

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Open Expo Client on your device. Use it to scan the QR code printed by `expo sta
8383

8484
## 💡 Props
8585

86-
Check the `PROPS.md` file to have the complete list of component props ordered by name.
86+
Check the "[Props List](PROPS.md)" file to have the complete list of component props ordered by name.
8787

8888
### Handlers
8989

@@ -110,6 +110,15 @@ Property | Description | Type | Default | Note
110110
`prepend` | Custom element after left button | Component | |
111111
`append` | Custom element before right button | Component | |
112112

113+
114+
#### Screenshot
115+
116+
<img src="screenshots/append.png"/>
117+
118+
##### Description
119+
Top spinner with a child
120+
Bottom spinner with `prepend` and `append`
121+
113122
### Props style
114123

115124
Property | Description | Type | Default | Note

0 commit comments

Comments
 (0)