diff --git a/docs/RunningOnDeviceIOS.md b/docs/RunningOnDeviceIOS.md index 8ec8f1022..7d2c4923a 100644 --- a/docs/RunningOnDeviceIOS.md +++ b/docs/RunningOnDeviceIOS.md @@ -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 ` based instead of url based. * Need to specify which platform you're bundling for `--platform `. * Option `--out` has been renamed for `--bundle-output`.