react / react/react-strict-dom

(Feature) Implement Linking API in react native to mimic 'a' tag behavior

Open
#58 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
JavaScript
Stars
3.6k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

Describe the feature request

Clicking on the 'a' tag on the native app, generates an error <a> "href" handling is not implemented in React Native.
Can't we use Linking.openUrl(url: string) function combined with onPress event to mimic tag behavior?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the React Native handling for the native tag and the path that emits the "href" handling is not implemented error. Check how Linking.openUrl and the onPress event can fit that path. Done means native links open their href through the proposed linking behavior without producing the current error.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.