pmadruga / react-native-clean-project

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

removing additional folder from android build #11

Closed rakesh1988 closed 5 years ago

rakesh1988 commented 5 years ago

Not sure if this is specific to my version of react native(0.58.4). Output for android was created under ./android/app/build. hence this PR to remove that folder as well.

Also removing .gradle folder from ./android/.gradle

Thanks

rakesh1988 commented 5 years ago

sorry. did not read the contributing.md before :) cancelling the PR

mikehardy commented 4 years ago

Hi there @rakesh1988 and @pmadruga - we noticed an issue in react-native-firebase where @dajaffe had a problem that was only fixed by deleting android/.gradle - and would have been addressed by this PR

Is there any interest in getting a delete of android/.gradle built into this module? I believe it would help some people