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
Post a Comment