Browse Source

Update changelog

Guy Carmeli 5 years ago
parent
commit
06b488bdc9
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      CHANGELOG.md

+ 5
- 0
CHANGELOG.md View File

@@ -118,6 +118,11 @@ Add the following to your application's `style.xml`
118 118
       <item name="backgroundColor" type="color">#f00</item>
119 119
   </resources>
120 120
   ```
121
+# 2.28.0
122
+## Added
123
+* Support updating component props with Navigation.mergeOptions [#291f161](https://github.com/wix/react-native-navigation/commit/291f16177d2f67a474d3a980a503a85d0acf2b2a) by [justtal](https://github.com/justtal)
124
+### Android
125
+* Support bottomTab.selectedIcon [#45e8389](https://github.com/wix/react-native-navigation/commit/45e8389b2b7d282878a80c49b146ddeb4ec2cd89) by [guyca](https://github.com/guyca)
121 126
 # 2.27.7
122 127
 ## Added
123 128
 ### iOS