Skip to content

Commit f4aa60a

Browse files
Updated README; moved components to components section and fix document style
1 parent b508af7 commit f4aa60a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ export const AppBodyLargeText: React.FC<PropsWithChildren> = ({children}) => {
172172
}
173173
```
174174
</deatils>
175+
</details>
176+
<details><summary>Components</summary>
177+
<br />
175178
<details><summary>Activity Indicators</summary>
176179
<br />
177180
<details><summary>Circular Activity Indicator</summary>
@@ -335,6 +338,7 @@ Outlined card is touchable.
335338
</details>
336339

337340
<details><summary>Dialogs</summary>
341+
<br />
338342
<details><summary>Dialog</summary>
339343
<br />
340344

@@ -407,11 +411,11 @@ export const YourComponent = () => {
407411

408412
![full screen dialog gif](https://ik.imagekit.io/Computools/rn-material-components/full-screen-dialog.gif?updatedAt=1729261989519)
409413
</details>
410-
</details>
414+
411415
<details><summary>Troubleshooting</summary>
412416
<br />
413417

414-
**Modal unexpectedly reappear**
418+
## Modal unexpectedly reappear
415419

416420
In some cases, a modal may unexpectedly reappear after being closed, especially when certain actions like navigation functions are triggered during or immediately after the modal's closure. This happens because the UI thread can be busy handling other interactions (e.g., button presses, transitions), leading to a race condition where the modal is shown again.
417421

@@ -568,6 +572,7 @@ export const MyScreen = () => {
568572
![snackbar with icon](https://ik.imagekit.io/Computools/rn-material-components/snackbar-with-icon.png?updatedAt=1704887400512)
569573
![snackbar gif](https://ik.imagekit.io/Computools/rn-material-components/snackbar-gif.gif?updatedAt=1704887530020)
570574
</details>
575+
</deatils>
571576

572577
## Contributing
573578

0 commit comments

Comments
 (0)