|
@@ -1,4 +1,8 @@
|
1
|
1
|
# Changelog
|
|
2
|
+# 3.1.1
|
|
3
|
+## Fixed
|
|
4
|
+### Android
|
|
5
|
+* Fix defaultOptions not being applied if called after setRoot [#338b096](https://github.com/wix/react-native-navigation/commit/338b0961f9bee9fa20583efe0f165e3cefa14c92) by [guyca](https://github.com/guyca)
|
2
|
6
|
# 3.1.0
|
3
|
7
|
## Added
|
4
|
8
|
* Support passing null color to StatusBar backgroundColor and bottom tab icon color [#3519837](https://github.com/wix/react-native-navigation/commit/3519837cc2a82cb14ec1849bfc358865e407f556) by [guyca](https://github.com/guyca)
|
|
@@ -67,16 +71,10 @@ Add the following to your application's `style.xml`
|
67
|
71
|
</resources>
|
68
|
72
|
```
|
69
|
73
|
|
70
|
|
-
|
71
|
|
-
|
72
|
|
-
|
73
|
|
-
|
74
|
|
-
|
75
|
|
-
|
76
|
|
-
|
77
|
|
-
|
78
|
|
-
|
79
|
|
-
|
|
74
|
+# 2.27.1
|
|
75
|
+## Fixed
|
|
76
|
+### Android
|
|
77
|
+* Fix defaultOptions not being applied if called after setRoot [#338b096](https://github.com/wix/react-native-navigation/commit/338b0961f9bee9fa20583efe0f165e3cefa14c92) by [guyca](https://github.com/guyca)
|
80
|
78
|
|
81
|
79
|
# 2.27.0
|
82
|
80
|
## Added
|