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.

Broken links to React Native Props Official Documentation

See original GitHub issue

Current behaviour

When I am navigating documentation of (for example) https://callstack.github.io/react-native-paper/text.html and I click on ...Text props link at the bottom to look at addition props supported by React Native, I get routed to a 404 page. This is due to the href to the official docs pointing to https://reactnative.dev/docs/text.html#props while the official docs do not have (probably removed recently) .html in the URI. I am using the official docs on https://callstack.github.io/react-native-paper/index.html and React Native v0.63

The same issue persists in the documentation of every(as far as I can tell) component on React Native Paper due to incorrect href.

Expected behaviour

To get routed to the correct page instead of a 404.

Code sample

Not applicable

Screenshots (if applicable)

N/A

What have you tried

N/A

Your Environment

software version
ios or android
react-native
react-native-paper
node
npm or yarn
expo sdk

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
MihirSomanicommented, Nov 22, 2020

Sure thing, I’ll handle it in the next couple of days.

0reactions
Trancevercommented, Jan 22, 2021

This should be fixed right now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linking - React Native
Linking gives you a general interface to interact with both incoming and outgoing app links. Every Link (URL) has a URL Scheme, some...
Read more >
Components and Props - React
Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. This page provides an introduction to...
Read more >
Error Boundaries - React
Error boundaries catch errors during rendering, in lifecycle methods, and in constructors of the whole tree below them.
Read more >
Introducing Hooks - React
No Breaking Changes · Completely opt-in. You can try Hooks in a few components without rewriting any existing code. But you don't have...
Read more >
React Top-Level API
const MyComponent = React.memo(function MyComponent(props) { /* render using props */ });. React.memo is a higher order component. If your component renders the ......
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