mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
8612d7640d
Summary: WebView component detect phone numbers in html as URL links by default. But sometimes we don't want this behavior. This PR add dataDetectorTypes as a prop of WebView, so one can specify value of this prop as one or more of phoneNumber/link/address/calendarEvent/none/all This prop maps to UIWebView.dataDetectorTypes Closes https://github.com/facebook/react-native/pull/8743 Differential Revision: D3556440 fbshipit-source-id: 55f01d2cdd785381f261a9dc931aa9311f0ad1d4