react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

Crash with react-native-tab-view 3.0.0 and react-native 0.61.5

Open nromptea42 opened this issue 3 years ago • 5 comments

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

nromptea42 avatar Mar 11 '21 15:03 nromptea42

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.

github-actions[bot] avatar Mar 11 '21 15:03 github-actions[bot]

I am having same issue.

Is there any solution for this yet??

Aliakwe avatar Mar 17 '21 08:03 Aliakwe

I can confirm this

Return-1 avatar Mar 28 '21 09:03 Return-1

Im currently experiencing this issue too.

patrickleemsantos avatar Mar 28 '21 14:03 patrickleemsantos

Having this issue on RN 0.61.0

quixote15 avatar May 27 '21 16:05 quixote15

This got merged, closing this.

okwasniewski avatar Sep 09 '22 09:09 okwasniewski