I am following the tutorial to sign an apk for a native react app:
https://facebook.github.io/react-native/docs/signed-apk-android.html
But I can't locate the android/app where I am supposed to edit some files.
I tried using this path: ~project\node_modules\react-native\ReactAndroid I can see the files mentioned from the previous step, but then I run:
gradlew assembleRelease
And I get:
startup failed: build file '~project\node_modules\react-native\ReactAndroid\build.gradle': 8: unable to resolve class de.undercouch.gradle.tasks.download.Download @ line 8, column 1. import de.undercouch.gradle.tasks.download.Download
So my guess is, I am at the wrong path, could you point me to where is the android/app folder I'm looking for?