Open YUNQIUGUO opened 1 year ago
Sorry - to clarify, I am running this on Android side.
Please provide your native log
adb logcat -s DEBUG -s AndroidRuntime -s ReactNativeJS
But I guess may cause by gcanvas' OffscreenCanvas.
For large image process, I hardcoded a very large offscreen canvas which will cause crash if GPU memory not enough.
Maybe you can try the skia
branch, will not that unstable like gcanvas.
Issue:
Hi, I cloned the project and was running the react-native-transformers example as it is. but sometimes will experience an app crash instantly after finishing the bundling stage.
Any clues? Or additional configuration that I might overlooked?
I don't see much log info from the metro terminal:
Thanks!