react-native-clean-project
react-native-clean-project copied to clipboard
Automating the clean up of a React Native project
I love this library but it often takes a while to run. Could we speed it up by running all (or at least most) of the tasks in parallel?
Signed-off-by: Wenhao Ho Fixed #93
Reading the readme, I was under the impression that: react-native clean-project was interactive and that react-native-clean-project + flags would be non-interactive. Should we have options supporting both `keep & remove...
in the `android/` folder there can be `.hprof` files. they are used for analyzing memory leaks and not needed to build the project, as someone says here: https://stackoverflow.com/questions/46565273/android-hprof-files-in-project-src i see...
Right now there are only non-interactive options to prevent wiping those (system/user pod cache), but there is no way to indicate that we SHOULD do those tasks without requiring a...
As title. ```sh ℹ️ STARTED: "wipe system iOS Pods cache" error Task "wipe system iOS Pods cache" Error: /bin/sh: pod: command not found . Exit code: 127 . Error: Task...
When I run the command ```npx react-native clean-project-auto``` I get the following error and the process terminates. ``` Error running 'wipe node_modules': rm: Error running 'wipe node_modules': fts_read Error running...
Hey @pmadruga :wave: long time no traffic from me here :-) Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I'm wondering how you would feel...
Closes pmadruga/react-native-clean-project#45 by allowing `npx react-native-clean-project --auto` to work
with the release of react-native 0.67 [there is now a Gemfile for ruby dependencies](https://github.com/facebook/react-native/pull/32303). these dependencies are in a new `/vendor/bundle/` folder. while it didnt make it to this release,...