mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a2aab625f3
Summary: When using webview on android and trying to link to an html file located on device (using `file://`), the application would crash with an error specifying that nothing handles the fired intent. This is due to [`33a1f28`](https://github.com/facebook/react-native/commit/33a1f28654e24a47d80f6ffc75072d0158085a09) which attempts to intercept all non `http(s)` links. This is a simple fix so hopefully it can make it into the next stable release. Closes https://github.com/facebook/react-native/pull/9668 Differential Revision: D3956485 fbshipit-source-id: 5a752abc21802a44e3a26e88669ccb6852076992