You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
# react-native-navbar-style
1
+
# React Native Navbar Style
2
+
3
+
React Native Navbar Style is a [react-native](http://facebook.github.io/react-native/) library for styling the bottom navigation bar on Android devices.
4
+
2
5
3
6
## Getting started
4
7
@@ -25,13 +28,32 @@
25
28
```
26
29
compile project(':react-native-navbar-style')
27
30
```
28
-
31
+
##Requirements
32
+
33
+
Changing the NavigationBar color is only supported on Android Lollipop(API 21) and above.
34
+
Changing the NavigationBar theme (light or dark) is supported only on Android Oreo(API 26) and above.
0 commit comments