react-native-tab-view
react-native-tab-view copied to clipboard
Crash with react-native-tab-view 3.0.0 and react-native 0.61.5
Current behaviour
Upgrading from 2.5.x to 3.0.0 requires you to have react-native > 0.63.
Otherwise it can crash when using non-custom TabBarItem
because of the replacement of TouchableItem
by PlatformPressable
that requires Pressable
from react-native
.
Expected behaviour
Maybe add a disclaimer in the README.md like this :
React Native version | Supporting react-native-tab-view version |
---|---|
< 0.63 | <= 2.5.2 |
Couldn't find version numbers for the following packages in the issue:
-
react-native
-
react-native-tab-view
-
react-native-pager-view
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
I am having same issue.
Is there any solution for this yet??
I can confirm this
Im currently experiencing this issue too.
Having this issue on RN 0.61.0
This got merged, closing this.