Skip to content

Commit dfc937b

Browse files
gengjiawenfacebook-github-bot
authored andcommitted
fix No bundle url present in iOS (#19643)
Summary: fix No bundle url present in iOS. Related issue: facebook/react-native#14118, facebook/react-native#12754. Pass all current ci none [GENERAL] [BUGFIX] [iOS] - fix No bundle url present in iOS Closes facebook/react-native#19643 Differential Revision: D8374583 Pulled By: hramos fbshipit-source-id: 62d621f431d2067825dc701f87044ecb1d720f14
1 parent 2331916 commit dfc937b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/HelloWorld/ios/HelloWorld/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
<key>NSAppTransportSecurity</key>
4444
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
4545
<dict>
46+
<key>NSAllowsArbitraryLoads</key>
47+
<true/>
4648
<key>NSExceptionDomains</key>
4749
<dict>
4850
<key>localhost</key>

0 commit comments

Comments
 (0)