pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.19k stars 52 forks source link

prefer ./gradlew clean to rm build folder #36

Closed wilau2 closed 4 years ago

wilau2 commented 4 years ago

I ran into an issue installing rn-fetch-blob.

https://github.com/joltup/rn-fetch-blob/issues/422

I needed to run ./gradlew clean. I don't think that removing the android build folder is enough to "clean" the project.

Thoughts?

wilau2 commented 4 years ago

38

aniravi24 commented 4 years ago

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.

pmadruga commented 4 years ago

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.

pmadruga commented 4 years ago

hey @wilau2 any reason why you closed your PR?

pmadruga commented 4 years ago

Merged PR into master.