Closed zaidqureshi95 closed 3 weeks ago
My apologies for the confusion here, we only support RN 0.71 and above. I'm updating the documentation at #2720
:tada: This issue has been resolved in version 1.5.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I’m encountering a CMake error when building
react-native-skia
. Several variables used in the project are not found, and they need to be set or verified in the CMake configuration files. This issue occurs when trying to compile for Android, and it seems to be related to dependencies in the@shopify/react-native-skia
package.Error Message:
Version
1.5.0
Steps to reproduce
react-native-skia
in a React Native project.react-native-skia
.FBJNI_LIBRARY
,JSI_LIB
,REACT_LIB
, andTURBOMODULES_LIB
variables.Additional Information:
Attempts to Resolve:
I have attempted the following, without success:
build.gradle
and CMake files.Expected Outcome:
Successful build of the project for Android without errors related to
FBJNI_LIBRARY
,JSI_LIB
,REACT_LIB
, andTURBOMODULES_LIB
.Request for Assistance:
Could you please advise on how to configure these dependencies correctly for Android builds? Alternatively, if this is an issue with the current version, please let us know if there is a fix or workaround.
Thank you!
Snack, code example, screenshot, or link to a repository