You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
I have just installed the latest version of Expo GO (2.25.1, "added support for SDK 46"). My project is using SDK 45. That results in a crash when I try to use Expo2DContext (on both iOS and Android). I have the latest version of expo-cli. When I upgrade to SDK 46, the issue is solved. Since SDK 46 has just been released, it should still be supposed to work with SDK 45, right?
Phones
iPhone XS (Expo GO 2.25.1)
Samsung Galaxy A32 (SM-A326B) (Expo GO 2.25.1, installed via APK since it had not been released in Play Store at the time of writing)
Managed or bare workflow?
managed
What platform(s) does this occur on?
iOS + Android
The text was updated successfully, but these errors were encountered:
sandlands
changed the title
[expo-2d-context][SDK 45][iOS] Crash when running example with latest Expo GO
[expo-2d-context][SDK 45][iOS+Android] Crash when running example with latest Expo GO
Aug 4, 2022
Summary
I have just installed the latest version of Expo GO (2.25.1, "added support for SDK 46"). My project is using SDK 45. That results in a crash when I try to use Expo2DContext (on both iOS and Android). I have the latest version of expo-cli. When I upgrade to SDK 46, the issue is solved. Since SDK 46 has just been released, it should still be supposed to work with SDK 45, right?
Phones
Managed or bare workflow?
managed
What platform(s) does this occur on?
iOS + Android
SDK Version (managed workflow only)
45
Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 11.6.5
Shell: 5.0.16 - /usr/local/bin/bash
Binaries:
Node: 16.13.1 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 8.3.0 - /usr/local/bin/npm
Watchman: 2022.01.03.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK:
Android NDK: 23.1.7779620
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8609683
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
npmPackages:
expo: ~45.0.0 => 45.0.8
react: 17.0.2 => 17.0.2
react-dom: 17.0.2 => 17.0.2
react-native: 0.68.2 => 0.68.2
react-native-web: 0.17.7 => 0.17.7
npmGlobalPackages:
eas-cli: 0.56.0
expo-cli: 6.0.1
Expo Workflow: managed
Reproducible demo
Replace App.tsx with demo from expo-2d-context docs (see below).
expo start
App.tsx:
The text was updated successfully, but these errors were encountered: