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

Several problems #37

Closed gretzky closed 6 years ago

gretzky commented 6 years ago

There are no commands inside package.json to run the windows or electron builds.

There's also no documentation regarding the prerequisites to run the iOS or Android builds in development.

The amount of dependencies is huge, and there's no way to bundle or cache them provided.

Pretty disappointing that this doesn't actually run what it says it can 😕

piranna commented 6 years ago

There are no commands inside package.json to run the windows or electron builds.

It would be good if they could be added so there's no need to use external tools to run all that's possible to do with re-start. Would you like to do a pull-request for that? :-)

The amount of dependencies is huge, and there's no way to bundle or cache them provided.

Project is huge... @amoghbanta was planning to use react-scripts, but seems to be busy lately... :-/

gretzky commented 6 years ago

I'd love to contribute. I'll see what I can do to help.