File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
compile project(': react-native-navbar-style ')
30
30
```
31
31
32
- ##Requirements
32
+ ## Requirements
33
33
34
34
Changing the NavigationBar color is only supported on Android Lollipop(API 21) and above.
35
35
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);
60
60
```
61
61
62
62
63
- ##Examples
63
+ ## Examples
64
64
65
- #Colored Navbar with Light Icons
65
+ ### Colored Navbar with Light Icons
66
66
67
67
![ Purple Navbar with Light Icon] ( https://bit.ly/2Yuf9wK )
68
68
@@ -71,7 +71,7 @@ NavbarStyle.setNavbarColor('#8e44ad');
71
71
await NavbarStyle .setLightNavbar (false );
72
72
```
73
73
74
- #Light Navbar with dark icons
74
+ ### Light Navbar with dark icons
75
75
76
76
![ Light Navbar with dark Icons] ( https://bit.ly/2Nt9tSr )
77
77
@@ -81,11 +81,11 @@ await NavbarStyle.setLightNavbar(true);
81
81
```
82
82
83
83
84
- #Colored Navbar with dark icons
84
+ ### Colored Navbar with dark icons
85
85
86
86
![ Colored Navbar with dark Icons] ( https://bit.ly/2XeClgL )
87
87
88
88
``` javascript
89
89
NavbarStyle .setNavbarColor (' #16a085' );
90
90
await NavbarStyle .setLightNavbar (true );
91
- ```
91
+ ```
You can’t perform that action at this time.
0 commit comments