Closed jonneymendoza closed 1 year ago
Hi @jonneymendoza I created a PR https://github.com/miyabi/react-native-passkit-wallet/pull/16 to fix this issue. Until the PR merged, you can try by making changes in node_modules/react-native-passkit-wallet/android/build.gradle. After changing the file, clean project and compile again
./gradlew clean
./gradlew assembleRelease
Ok cool let me try and manually add it
@gokhandoslu Thank you.. It worked out for me... I changed the compile sdk version and build tool version in the node_modules folder and built it successfully...
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
when i execute
gradlew assembleRelease
i get a android resouce lnking issue.React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
./gradlew assembleRelease
Expected Results
Successfully compile a signed APK of the react naive android app