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

Android crash Expo SDK42

Open daganchen opened this issue 4 years ago • 3 comments

Current behavior

On iOS works great, Android complete crash!

Expected behavior

Expecting Android to work as iOS

Reproduction

https://snack.expo.dev/@arboxapps/test-tab-view

Platform

  • [X] Android
  • [ ] iOS
  • [ ] Web
  • [ ] Windows
  • [ ] MacOS

Environment

package version
react-native-tab-view "^3.1.1"
react-native-pager-view "5.0.12"
react-native "0.63.2"
expo "42.0.0"
node "12.13.1"
npm or yarn yarn

daganchen avatar Sep 19 '21 06:09 daganchen

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • react-native-pager-view (found: 5.0.12, latest: 5.4.4)
  • react-native (found: 0.63.2, latest: 0.65.1)
  • expo (found: 42.0.0, latest: 42.0.3)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

github-actions[bot] avatar Sep 19 '21 06:09 github-actions[bot]

Issue still exists on latest versions, repo updated. Major issue because Google play store supports target SDK 30 + and expo supports SDK 30 from version 41+

daganchen avatar Sep 22 '21 06:09 daganchen

Weird, works on my android phone. Maybe try downgrading react-native-pager-view package to 5.0.12 for expo 42 or upgrading your expo to 43 to support the newer versions of react-native-pager-view

iaminarush avatar Nov 25 '21 03:11 iaminarush

Closing this as stale

okwasniewski avatar Aug 31 '22 18:08 okwasniewski