react native 0.47 Network Error - info.plist not taken into account -


since updated network error issue due non secure call http when using command react-native run-ios.

however, when run app through xcode, don't have error.

any idea?

here plist ios in react native app:

<key>nsapptransportsecurity</key> <dict>     <key>nsallowsarbitraryloads</key>     <true/>     <key>nsexceptiondomains</key>     <dict>         <key>localhost</key>         <dict>             <key>nstemporaryexceptionallowsinsecurehttploads</key>             <true/>         </dict>     </dict> </dict> 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -