Skip to content

Commit a5e02e9

Browse files
committed
2 parents 3a7a629 + 6ea7bc2 commit a5e02e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
compile project(':react-native-navbar-style')
3030
```
3131

32-
##Requirements
32+
## Requirements
3333

3434
Changing the NavigationBar color is only supported on Android Lollipop(API 21) and above.
3535
Changing the NavigationBar theme (light or dark) is supported only on Android Oreo(API 26) and above.
@@ -60,9 +60,9 @@ await NavbarStyle.setLightNavbar(false);
6060
```
6161

6262

63-
##Examples
63+
## Examples
6464

65-
#Colored Navbar with Light Icons
65+
### Colored Navbar with Light Icons
6666

6767
![Purple Navbar with Light Icon](https://bit.ly/2Yuf9wK)
6868

@@ -71,7 +71,7 @@ NavbarStyle.setNavbarColor('#8e44ad');
7171
await NavbarStyle.setLightNavbar(false);
7272
```
7373

74-
#Light Navbar with dark icons
74+
### Light Navbar with dark icons
7575

7676
![Light Navbar with dark Icons](https://bit.ly/2Nt9tSr)
7777

@@ -81,11 +81,11 @@ await NavbarStyle.setLightNavbar(true);
8181
```
8282

8383

84-
#Colored Navbar with dark icons
84+
### Colored Navbar with dark icons
8585

8686
![Colored Navbar with dark Icons](https://bit.ly/2XeClgL)
8787

8888
```javascript
8989
NavbarStyle.setNavbarColor('#16a085');
9090
await NavbarStyle.setLightNavbar(true);
91-
```
91+
```

0 commit comments

Comments
 (0)