Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`NSAllowsArbitraryLoads` was introduced in facebook/react-native#19643 and defaults to `true`. That means that removing `localhost` from `NSExceptionDomains` is not enough anymore, as describe in #1058. Kudos to @Ashoat who tracked down the origin of the issue: #1058 (comment) Closes #1058
- Loading branch information