-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prefer ./gradlew clean to rm build folder #36
Comments
I'd be interested in this! Does this also clean the build folder? I believe this tool currently also uses the wrong directory - in my project, it looks like the outputs go to android/app/build, not android/build. That could be another issue as well. |
Hi, I've been locked out of my account but I'm back so I'll look at this and other issues as soon as I have the time. |
hey @wilau2 any reason why you closed your PR? |
Merged PR into master. |
I ran into an issue installing rn-fetch-blob.
joltup/rn-fetch-blob#422
I needed to run
./gradlew clean
. I don't think that removing the android build folder is enough to "clean" the project.Thoughts?
The text was updated successfully, but these errors were encountered: