Skip to content

Commit

Permalink
Fix link in View.js
Browse files Browse the repository at this point in the history
Summary:
https://reactnative.dev/docs/view.html doesn't work, this diff replaces the url for the new link

[Changelog]
[General][Fixed] - Updated documentation link in `View`.

Reviewed By: yungsters

Differential Revision: D31519836

fbshipit-source-id: c93feee4652caf4ef8390a047599149fc547db48
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 13, 2021
1 parent 55392f6 commit 4790146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/View/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type Props = ViewProps;
* supports layout with flexbox, style, some touch handling, and accessibility
* controls.
*
* @see https://reactnative.dev/docs/view.html
* @see https://reactnative.dev/docs/view
*/
const View: React.AbstractComponent<
ViewProps,
Expand Down

0 comments on commit 4790146

Please sign in to comment.