|
@@ -1,4 +1,20 @@
|
1
|
1
|
# Changelog
|
|
2
|
+# 2.19.1
|
|
3
|
+## Fixed
|
|
4
|
+### Android
|
|
5
|
+* Fix missing absolute positioned views [#ecadcb0](https://github.com/wix/react-native-navigation/commit/ecadcb0f352d5c96944966deb09a7c2d570ccb2d) by [guyca](https://github.com/guyca)
|
|
6
|
+
|
|
7
|
+# 2.19.0
|
|
8
|
+## Added
|
|
9
|
+* Add passProps to component typings file [#42fd86d](https://github.com/wix/react-native-navigation/commit/42fd86d654feac83177c272b19276e71c08ef75a) by [Andarius](https://github.com/Andarius)
|
|
10
|
+* Add missing topBar options [#5566ffd](https://github.com/wix/react-native-navigation/commit/5566ffd47c65f7bfc608f3a0f0b19814039b541e) by [retyui](https://github.com/retyui)
|
|
11
|
+
|
|
12
|
+## Fixed
|
|
13
|
+### iOS
|
|
14
|
+* Fixes broken modals animations [#42e26d7](https://github.com/wix/react-native-navigation/commit/42e26d77b8d231debe0489dbe874fc06d9a97589) by [yogevbd](https://github.com/yogevbd)
|
|
15
|
+
|
|
16
|
+### Android
|
|
17
|
+* Fixed buggy currentTabIndex when calling setRoot multiple times [#cd182f4](https://github.com/wix/react-native-navigation/commit/cd182f4693a6a4bd943eddf9a15706d943c88d4e) by [guyca](https://github.com/guyca)
|
2
|
18
|
|
3
|
19
|
# 2.18.5
|
4
|
20
|
## Fixed
|