From 08e79deebd0725e363002ad463560077387dd27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Bigio?= Date: Tue, 13 Oct 2015 15:41:42 -0400 Subject: [PATCH] Update RunningOnDeviceIOS.md --- docs/RunningOnDeviceIOS.md | 1 + 1 file changed, 1 insertion(+) 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`.