chandu0101 / sri

Build truly native cross platform (web,ios,android) apps using scalajs and react, react-native ,This project moved to new organization : https://github.com/scalajs-react-interface/sri#sri, new chat room : https://gitter.im/scalajs-react-interface/sri
Apache License 2.0
634 stars 35 forks source link

Add fastOptMobile task #20

Closed mariussoutier closed 8 years ago

mariussoutier commented 8 years ago

Running fullOptMobile is not super fast and also makes debugging a bit harder (due to shortened names). Would it be possible to also provide the fastJS mode, i.e. fastOptMobile?

chandu0101 commented 8 years ago

yeah its pain to debug in prod mode :( , we're blocked on https://github.com/facebook/react-native/issues/465

mariussoutier commented 8 years ago

Ah too bad.

mariussoutier commented 8 years ago

Closing this as it's on your task list.