react-everywhere / re-start

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.
https://medium.com/@amoghbanta/write-once-use-everywhere-with-react-native-d6e575efe58e#.nfl50gwfg
MIT License
1.3k stars 85 forks source link

Add all dependencies to package.json #27

Open piranna opened 7 years ago

piranna commented 7 years ago

Template dependencies are in separated files, so greenkeeper can't control them. I propose to add them as dependencies or devDependencies so they can be check and updated automatically, and later select the ones that need to be installed on the project instance from some lists, similar to what I'm doing with user dependencies on NodeOS.

amoghbanta commented 7 years ago

Thats a really good idea. I'll try to do something like this.

piranna commented 7 years ago

Thats a really good idea. I'll try to do something like this.

If you need some help, my buildDependencies module can be useful, or at least being used for inspiration.