Broken links to React Native Props Official Documentation
See original GitHub issueCurrent 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure thing, I’ll handle it in the next couple of days.
This should be fixed right now.