react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

evaluating '_$$_REQUIRE(_dependencyMap[6], "@shopify/react-native-skia").useCanvasRef' - React Native 0.69.12

Open phucph1998 opened this issue 1 year ago • 0 comments

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 }} />

phucph1998 avatar Oct 09 '24 03:10 phucph1998