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
Hi guys! first of all thanks for this amazing library! We really appreciate your work!
We encounter a strange error in some Android devices and ONLY in app downloaded from Play Store (for now it appears only on arm64, but we are investigating it). It works as excepcted if I run in Debug on a real device and also if I create an apk in release and install it on a real device.
The error generate an exception which lead to a crash as soon as I load the interface which use react-native-skia.
For what we can see the error is that: dlopen failed: cannot locate symbol “__emutls_get_address” lib/arm64-v8a/libreactskia.so
We are using the following packages versions:
"react": "17.0.1"
"react-native": "0.66.2"
"@shopify/react-native-skia": "0.1.156"
Other info:
ndkVersion = "20.1.5948944"
enableHermes = true
Has anyone ever had this problem?
Version
0.1.156
Steps to reproduce
We are not yet sure about steps to reproduce this issue cause the problem appear only when downloaded from Play Store.
Snack, code example, screenshot, or link to a repository
Hi @quicksilverr, the problem has been solved by upgrading to the last version of React Native but I'm not 100% sure cause another developer does it. By the way, after that, the crash disappears.
Description
Hi guys! first of all thanks for this amazing library! We really appreciate your work!
We encounter a strange error in some Android devices and ONLY in app downloaded from Play Store (for now it appears only on arm64, but we are investigating it). It works as excepcted if I run in Debug on a real device and also if I create an apk in release and install it on a real device.
The error generate an exception which lead to a crash as soon as I load the interface which use react-native-skia.
For what we can see the error is that:
dlopen failed: cannot locate symbol “__emutls_get_address” lib/arm64-v8a/libreactskia.so
We are using the following packages versions:
"react": "17.0.1"
"react-native": "0.66.2"
"@shopify/react-native-skia": "0.1.156"
Other info:
ndkVersion = "20.1.5948944"
enableHermes = true
Has anyone ever had this problem?
Version
0.1.156
Steps to reproduce
We are not yet sure about steps to reproduce this issue cause the problem appear only when downloaded from Play Store.
Snack, code example, screenshot, or link to a repository
This is a sample of the code
The text was updated successfully, but these errors were encountered: