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
'Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/..."
'Error: Requiring module "node_modules/@shopify/react-native-skia/lib/module/index.js", which threw an exception: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError...
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[6], "@shopify/react-native-skia").useCanvasRef')
Version
0.1.156
Steps to reproduce
using 2 lib
"rn-perfect-sketch-canvas": "0.3.0",
"@shopify/react-native-skia": "0.1.156",
Snack, code example, screenshot, or link to a repository
Description
'Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/..."
'Error: Requiring module "node_modules/@shopify/react-native-skia/lib/module/index.js", which threw an exception: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError...
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[6], "@shopify/react-native-skia").useCanvasRef')
Version
0.1.156
Steps to reproduce
using 2 lib
"rn-perfect-sketch-canvas": "0.3.0",
"@shopify/react-native-skia": "0.1.156",
Snack, code example, screenshot, or link to a repository
<SketchCanvas
ref={canvasRef}
strokeColor={color}
strokeWidth={strokeWidth}
containerStyle={{ flex: 1 }}
/>
The text was updated successfully, but these errors were encountered: