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
reopened issue #2834
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.
398208739-87b4f4c3-f40e-4ef8-bcb7-3d6f932d8024.mp4
React Native Skia Version
1.11.3
React Native Version
0.76.6
Using New Architecture
Steps to Reproduce
I updated my example project here to upgrade the Skia version to 1.11.3, but I am still encountering errors.
The only version that works without issues in a pure Expo project is 1.5.
Snack, Code Example, Screenshot, or Link to Repository
https://github.com/Hikkikomori72/reloadAppAsyncTest
The text was updated successfully, but these errors were encountered: