Closed Diyaa-Gubarah closed 2 years ago
@Diyaa-Gubarah did you found any solution for this?
No, I didn't
But I downgrade the react native from 0.70 to 0.66 it seems your library not working with gradle version start from 0.7.+.
Please don't update your library I faced difficult time try to fix this problem 😂🤣. Now it's work fine.
On Wed, Sep 28, 2022, 10:41 PM HadiKhalifeh @.***> wrote:
@Diyaa-Gubarah https://github.com/Diyaa-Gubarah did you found the issue
— Reply to this email directly, view it on GitHub https://github.com/network-international/react-native-ngenius/issues/18#issuecomment-1261322595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIZ2HOX75GHMEEJJMQN7DBDWASGOTANCNFSM6AAAAAAQT4UPX4 . You are receiving this because you were mentioned.Message ID: @.*** com>
@Diyaa-Gubarah please can you share with me tools build.gradle and gradle version, which version you are using now i'm facing new issue using this library
`Execution failed for task ':app:javaPreCompileDebug'.
Could not resolve all files for configuration ':app:debugCompileClasspath'. Failed to transform bcprov-jdk15on-1.65.jar (org.bouncycastle:bcprov-jdk15on:1.65) to match attributes {artifactType=android-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.`
Sure.
Just use react native version 0.66 rather than last version.
You don't need to do anything else.
Npx react-native init yourappname --version 0.66.0
And then install the library.
On Thu, Sep 29, 2022, 12:08 AM HadiKhalifeh @.***> wrote:
@Diyaa-Gubarah https://github.com/Diyaa-Gubarah please can you share with me tools build.gradle and gradle version, which version you are using now i'm facing new issue using this library
`Execution failed for task ':app:javaPreCompileDebug'.
Could not resolve all files for configuration ':app:debugCompileClasspath'. Failed to transform bcprov-jdk15on-1.65.jar (org.bouncycastle:bcprov-jdk15on:1.65) to match attributes {artifactType=android-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.`
— Reply to this email directly, view it on GitHub https://github.com/network-international/react-native-ngenius/issues/18#issuecomment-1261412707, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIZ2HOTQ4WYI6K63V7ZROETWASQVNANCNFSM6AAAAAAQT4UPX4 . You are receiving this because you were mentioned.Message ID: @.*** com>
We have updated the SDK to support latest versions of react. Can you check again with the latest version and reopen if issue still persists
when I try to start
npm run android
the following error occurs.What went wrong:
my package.json
"@network-international/react-native-ngenius": "^1.1.4", "react": "17.0.2", "react-native": "0.68.2"
my app/build.gradle
buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31