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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -