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
Description
I used a basic example from the documentation to draw a line using the Points component. The app crashes upon attempting to reload using the reloadAppAsync() function from expo. I have not tested other examples. Note that the application may not crash on the first attempt; sometimes, it requires multiple reloads to reproduce the issue. The crash occurs both in Expo Go and in the release build (tested on iOS)
In my real project, where I render many elements using the skia library, the crash happens consistently on every reload attempt.
In the video, you can see the app flickering — this happens when I press the "Reload app" text. On one of the reloads, the app crashes.
Description
I used a basic example from the documentation to draw a line using the
Points
component. The app crashes upon attempting to reload using the reloadAppAsync() function from expo. I have not tested other examples. Note that the application may not crash on the first attempt; sometimes, it requires multiple reloads to reproduce the issue. The crash occurs both in Expo Go and in the release build (tested on iOS)In my real project, where I render many elements using the skia library, the crash happens consistently on every reload attempt.
In the video, you can see the app flickering — this happens when I press the "Reload app" text. On one of the reloads, the app crashes.
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-12-23.at.19.16.48.mp4
Steps to reproduce
npx create-expo-app@latest
(my version is 52.0.20)@shopify/react-native-skia
dependency -npx expo install @shopify/react-native-skia
(expo installs 1.5.0 version in my project)The text was updated successfully, but these errors were encountered: