Shopify / react-native-skia

High-performance React Native Graphics using Skia
https://shopify.github.io/react-native-skia
MIT License
6.98k stars 452 forks source link

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

Open phucph1998 opened 1 month ago

phucph1998 commented 1 month ago

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