'Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/..."
'Error: Requiring module "nodemodules/@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 "nodemodules/@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 }} />