Android crash Expo SDK42
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 |
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?
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+
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
Closing this as stale