mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

Remove gulp and re-order dependencies #198

Closed davesnx closed 6 years ago

davesnx commented 6 years ago

Hello @mcnamee

Here is the PR to move the clear-cache gulp task into a node script

I took the advantage that I was touching the package.json and I re-order the dependencies that were not for development into the right place.

As well, I removed package-lock.json in order to only use yarn. It's my personal preference I do not have any strong opinion on what should be in this project. Feel free to push back for this change If you feel it.

I have a repo that is working with the script already: https://github.com/davesnx/whimapp but feel free to clone the repo and try if it works for you.