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

Move addDevDependencies script to an independent module. #40

Open liorsh69 opened 7 years ago

liorsh69 commented 7 years ago

Just came across with the addDevDependencies script. Great way to solve the issue that RN templates aren't supporting devDependencies right now. Other open source templates(including the one I'm working on right now) can benefit and support it if you can move it as a separate module.