Shopify / react-native-skia

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

Android Build Failure : No signature of method: build_c7c7yc67me4juumq2ugg6rk53.android() is applicable for argument types: #2309

Open semcak1 opened 5 months ago

semcak1 commented 5 months ago

Description

REACT-NATIVE INFO

System: OS: macOS 14.4 CPU: (12) arm64 Apple M2 Pro Memory: 103.27 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 16.20.2 - ~/.nvm/versions/node/v16.20.2/bin/node Yarn: 1.22.21 - ~/.nvm/versions/node/v16.20.2/bin/yarn npm: 8.19.4 - ~/.nvm/versions/node/v16.20.2/bin/npm Watchman: 2024.01.22.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.15.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2 Android SDK: Not Found IDEs: Android Studio: 2023.1 AI-231.9392.1.2311.11330709 Xcode: 15.2/15C500b - /usr/bin/xcodebuild Languages: Java: 11.0.22 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.0.0 => 18.0.0 react-native: 0.67.5 => 0.67.5 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Version

"@shopify/react-native-skia": "^1.0.4"

Steps to reproduce

Snack, code example, screenshot, or link to a repository

ERROR CODE

"react-native@>=0.66 and react@>=18 are required. " writes in documentation. According to documentation i upgrade react version to 18.0.0 with the react-native 0.67.5 . Then build the project and get this error.

* Where: Build file '/Users/90038326/Desktop/StockChart/node_modules/@shopify/react-native-skia/android/build.gradle' line: 127
Sanket0410 commented 5 months ago

+1

wcandillon commented 5 months ago

Do you have a repository where I could reproduce and look at the issue?