-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[regression] Expo Go 2.30.8 (SDK50) Android Crash When Running SDK49 project #26561
Comments
Question to the maintainers - what is the recommended approach to downgrade Expo Go? This will help immensely with verifying MCVE. |
Hi - this library is not maintained or supported by expo. I suggest opening an issue on their repo. |
@rogalski - you can install an old version of expo go by staring an sdk 49 project and launching it - https://docs.expo.dev/get-started/expo-go/#how-can-i-install-an-older-version cc @amandeepmittal - perhaps we should list old versions of expo go somewhere? maybe on https://expo.dev/tools |
Or /client? |
Thank you for filing this issue! |
# Why fixes #26556 fixes #26561 close ENG-11171 close ENG-11173 # How - the #26556 appearance issue was resolved by expo/react-native#34. i've cherry-picked the fix to both sdk-49 and sdk-50 branch of react-native-lab fork. - the #26561 was coming from incompatible fresco versions. since fresco was bumped from react-native 0.73, we should re-version sdk-49 aar with new fresco. here's what i did # Test Plan tested on the local versioned release build expo-go - #26556 for both sdk-49 and sdk-50 - #26561 doesn't have a repro but i can copy a repro from https://github.com/jobtoday/react-native-image-viewing/tree/master/example
this should be resolved in the latest version of expo go |
Thank you @brentvatne |
Minimal reproducible example
WIP
Summary
Expo Go: 2.30.8, Android
Prev version: unknown, but before SDK50 release.
The crash happens when
react-native-image-viewing
fullscreen view is open - I am working on MCVE. Nevertheless, since it's clear regression (as I am opening project update pushed to Expo before App Store update of Expo Go) IMHO it's still beneficial to report it as it is.From sources -
Animated.Image
is used under the hood: https://github.com/jobtoday/react-native-image-viewing/blob/master/src/components/ImageItem/ImageItem.android.tsxEnvironment
expo-env-info 1.2.0 environment info:
System:
OS: Windows 11 10.0.22631
Binaries:
Node: 18.18.0 - C:\Program Files\nodejs\node.EXE
npm: 9.8.1 - C:\Program Files\nodejs\npm.CMD
npmPackages:
@expo/metro-config: ^0.10.7 => 0.10.7
expo: ^49.0.7 => 49.0.18
react: 18.2.0 => 18.2.0
react-native: 0.72.6 => 0.72.6
react-native-web: ~0.19.6 => 0.19.7
Expo Workflow: bare
The text was updated successfully, but these errors were encountered: