|
@@ -1,4 +1,24 @@
|
1
|
1
|
# Changelog
|
|
2
|
+# 4.8.1
|
|
3
|
+## Fixed
|
|
4
|
+### Android
|
|
5
|
+* Fix NPE when showing Overlay [#bfde34a](https://github.com/wix/react-native-navigation/commit/bfde34a5862c971587583aa52cb450cf526d5c66) by [guyca](https://github.com/guyca)
|
|
6
|
+### iOS
|
|
7
|
+* Fix overlays touch interception on new iPads [#433f48b](https://github.com/wix/react-native-navigation/commit/433f48b59d9be5aa328361654341afa8414c2e21) by [yogevbd](https://github.com/yogevbd)
|
|
8
|
+
|
|
9
|
+# 4.8.0
|
|
10
|
+## Fixed
|
|
11
|
+### Android
|
|
12
|
+* Support react-native-youtube [#ffbd288](https://github.com/wix/react-native-navigation/commit/ffbd2882b24109ff8f2b51ca3c8c88822cc9afb7) by [guyca](https://github.com/guyca)
|
|
13
|
+### iOS
|
|
14
|
+* Fix wrong SafeAreaView margins when using bottomTabs.drawBehind: true [#527fd49](https://github.com/wix/react-native-navigation/commit/527fd49f2f1517143032a8b14f6ab17d2f74c032) by [yogevbd](https://github.com/yogevbd)
|
|
15
|
+
|
|
16
|
+# 4.7.1
|
|
17
|
+## Fixed
|
|
18
|
+* Move selectTabOnPress prop to correct interface [#d6ead65](https://github.com/wix/react-native-navigation/commit/d6ead65c9331f12d3f79fc3b5bb7e0a0de80816e) by [phanghos](https://github.com/phanghos)
|
|
19
|
+### iOS
|
|
20
|
+* Fix external components layout measurement [#1961181](https://github.com/wix/react-native-navigation/commit/196118186fb788200dafcc1e11cd9f7d6e3f6dda) by [yogevbd](https://github.com/yogevbd)
|
|
21
|
+
|
2
|
22
|
# 4.7.0
|
3
|
23
|
## Added
|
4
|
24
|
* On tab press event - handle tab selection in Js [#b153142](https://github.com/wix/react-native-navigation/commit/b1531428a0a9608b5d1c84547f228d5de0c1aca2) by [pontusab](https://github.com/pontusab)
|