From dfc937b5caa29aaadfc6e9071832b45ef242e090 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Mon, 11 Jun 2018 22:45:23 -0700 Subject: [PATCH] fix No bundle url present in iOS (#19643) Summary: fix No bundle url present in iOS. Related issue: https://github.com/facebook/react-native/issues/14118, https://github.com/facebook/react-native/issues/12754. Pass all current ci none [GENERAL] [BUGFIX] [iOS] - fix No bundle url present in iOS Closes https://github.com/facebook/react-native/pull/19643 Differential Revision: D8374583 Pulled By: hramos fbshipit-source-id: 62d621f431d2067825dc701f87044ecb1d720f14 --- templates/HelloWorld/ios/HelloWorld/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/HelloWorld/ios/HelloWorld/Info.plist b/templates/HelloWorld/ios/HelloWorld/Info.plist index a58201cfa..51c65f542 100644 --- a/templates/HelloWorld/ios/HelloWorld/Info.plist +++ b/templates/HelloWorld/ios/HelloWorld/Info.plist @@ -43,6 +43,8 @@ NSAppTransportSecurity + NSAllowsArbitraryLoads + NSExceptionDomains localhost