Closed
Description
Trying to use the Linking module to open tel or mailto urls on Android fails.
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 9.11.1
Yarn: 1.5.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 3.1 AI-173.4697961
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz => 0.55.2
Steps to Reproduce
- Create a blank project
- Follow the instructions on https://docs.expo.io/versions/latest/guides/linking.html
- Try to use a 'mailto' or 'tel' link
Expected Behavior
It is expected that these links should be properly opened without some sort of crash.
Actual Behavior
Android throws an error and does not open the links.