jhen0409 / react-native-boilerplate

The React Native, Redux boilerplate for personal usage
MIT License
246 stars 80 forks source link

How to build for production? #9

Closed oeroche closed 8 years ago

oeroche commented 8 years ago

I do not see any instruction on how to create a production ready application.

The docs for react native mention a jslocation line to uncomment in the appDelegate.m file but this line is not present in a project generated using the rnb generator.

Am I missing something?

oeroche commented 8 years ago

Ok, Apparently this issue is not related to this project. In fact, the react-native docs seem out-of-date... the answer can be found here.

I'm closing this issue.