I'm trying to modify the jar
files in node_modules/react-native/android/com/facebook/react/react-native/{RN_VERSION}
but my build keeps getting the file from ~/.gradle/caches/transforms-2
instead of using the file I modified.
I cleaned the project and deleted ~/.gradle/caches/
trying to force the files to be generated once more from the "original" files, but they don't change.
How do I find out where these files are generated? Is there a gradle mapping file somewhere?