question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

External Linking on RNTester is broken

See original GitHub issue

Description

Currently running RNTester and heading to the Linking example – the examples deep-linking don’t work.

I get in Metro:

 LOG  Don't know how to open URI: geo:37.484847,-122.148386
 LOG  Don't know how to open URI: tel:9876543210
 LOG  Don't know how to open URI: fb://notifications
 LOG  Don't know how to open URI: tel:9876543210

Version

0.67

Output of npx react-native info

System: OS: macOS 12.1 CPU: (32) x64 Intel® Xeon® W-3245 CPU @ 3.20GHz Memory: 7.45 GB / 96.00 GB Shell: 3.2.2 - /usr/local/bin/fish Binaries: Node: 16.11.1 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 8.0.0 - /usr/local/bin/npm Watchman: 20220124 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /Users/luwe/.gem/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: API Levels: 26, 27, 28, 29, 30, 31 Build Tools: 23.0.1, 25.0.2, 27.0.3, 28.0.2, 28.0.3, 29.0.2, 30.0.2 System Images: android-26 | Google APIs Intel x86 Atom_64 Android NDK: 21.4.7075529 IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7784292 Xcode: 12.5/12E262 - /usr/bin/xcodebuild Languages: Java: 1.8.0_181 - /usr/local/bin/javac npmPackages: @react-native-community/cli: ^6.0.0 => 6.0.0 react: 17.0.2 => 17.0.2 react-native: Not Found react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

Steps (I run this on 0.67-stable branch):

  1. I run ./scripts/test-manual-e2e.sh and choose the iOS, Hermes options
  2. The script opens Xcode, and I build targeting my iOS simulator (iPod touch 7th gen.)
  3. Head to the APIs example, Linking -> “Open external URLs” simulator_screenshot_D4EB314F-00FE-4347-9814-B30951146B52

Expected:

  • geo, tel, fb deep links should deep link me to the maps, phone, and FB (if installed or the app store)

Actual:

  • I get the following logs in metro:
 LOG  Don't know how to open URI: geo:37.484847,-122.148386
 LOG  Don't know how to open URI: tel:9876543210
 LOG  Don't know how to open URI: fb://notifications
 LOG  Don't know how to open URI: tel:9876543210

Snack, code example, screenshot, or link to a repository

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
hetanthakkar1commented, Jan 25, 2022

I’m on it

1reaction
gabrieldonadelcommented, Feb 2, 2022

@gabrieldonadel Oh wow, yea I had tried it on a simulator – that’s good to know! Yea we should add this information to the example! Thanks so much for looking into this!

Hey @lunaleaps, I’ve just opened a PR https://github.com/facebook/react-native/pull/33023 adding this information to the example, please let me know if that’s what you had in mind or if we should change it to something else.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "External Links are Broken" | The Webinaut
This tutorial will show you how to fix broken external links. ... This is essentially the same thing, except it's a broken external...
Read more >
Fix broken links to data - Microsoft Support
Open the workbook that contains the broken link. · On the Data tab, click Edit Links. · In the Source file box, select...
Read more >
How to Fix Broken Internal and External Links - YouTube
For aged niche, relevant domains or done for you affiliate sites check out ODYS. Global: https://odys.cc/ Use this link to grab your free ......
Read more >
How to Fix Broken Links On Your Website - Monsido
Fixing Broken External Links. An external link is any link from your website to another website. A lot of webmasters make the mistake...
Read more >
Why are there sometimes no “Clicks on broken links” when ...
Why are there sometimes no “Clicks on broken links” when using third-party data providers? · The broken link is an external link, (consequently, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found