Update RunningOnDeviceIOS.md

This commit is contained in:
Martín Bigio 2015-10-13 15:41:42 -04:00
parent a21e226b68
commit 08e79deebd

View File

@ -36,6 +36,7 @@ The bundle script supports a couple of flags:
* `--minify` - pipe the JS code through UglifyJS.
Note that on 0.14 we'll change the API of `react-native bundle`. The major changes are:
* API is now `entry-file <path>` based instead of url based.
* Need to specify which platform you're bundling for `--platform <ios|android>`.
* Option `--out` has been renamed for `--bundle-output`.