Closed camo-f closed 1 year ago
Sorry, cannot understand the problem. Do You experience some error when trying to rebuild? Can You drop it here?
I managed to do it by adding the following lines :
android/app/build.gradle
implementation project(':react-native-hce')
android/settings.gradle
// include ':react-native-hce'
// project(':react-native-hce').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-hce/android')
Hello,
I'm trying to apply modifications to the Java code of react-native-hce. My goal is to make it more flexible to use (configuring AID for instance). Though I can't get to rebuild the Java part, either as a dependency in a React Native app, or as a standalone repository.
Could you provide some documentation to enable Java compiling as a subproject or as a whole please?
Thank you!