|
@@ -70,10 +70,19 @@ Add the following to your application's `style.xml`
|
70
|
70
|
<item name="backgroundColor" type="color">#f00</item>
|
71
|
71
|
</resources>
|
72
|
72
|
```
|
|
73
|
+# 2.27.3
|
|
74
|
+## Fixed
|
|
75
|
+### iOS
|
|
76
|
+* Fix merging back button [#1800e70](https://github.com/wix/react-native-navigation/commit/1800e708a8483bc4e56873e826f2d72f02d659b9) by [guyca](https://github.com/guyca)
|
|
77
|
+
|
|
78
|
+# 2.27.2
|
|
79
|
+## Fixed
|
|
80
|
+### iOS
|
|
81
|
+* Fix TopBar, title, buttons and StatusBar which broke in the previous release [#8044b2d](https://github.com/wix/react-native-navigation/commit/8044b2d12cfd2b937bfbe846d98f9034a88aa254) by [guyca](https://github.com/guyca)
|
73
|
82
|
|
74
|
83
|
# 2.27.1
|
75
|
84
|
## Fixed
|
76
|
|
-### Android
|
|
85
|
+### iOS
|
77
|
86
|
* 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)
|
78
|
87
|
|
79
|
88
|
# 2.27.0
|