pmadruga / react-native-clean-project

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

Making tasks truly asynchronous #84

Closed pmadruga closed 2 years ago

pmadruga commented 2 years ago

Some tasks were overlapping, possibly creating the errors that are in the origin of issues #81 and #79 .

Because I can't replicate it locally, I need the help from the community to testing it. Therefore, I'm releasing an alpha version and I'm hoping the community tests it:

npm install react-native-clean-project@alpha
terence-codigo commented 2 years ago

Works well for me.