From 119547a0efc020de5ec28c44249ba1bcb2b3c58e Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 2 Mar 2020 23:06:12 +0100 Subject: [PATCH] fix link to 'useWindowDimensions' on Dimensions page As a title states it's just a simple fix for 404 on the `next` branch. --- docs/dimensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dimensions.md b/docs/dimensions.md index c5dd8f46bff..67d503c165c 100644 --- a/docs/dimensions.md +++ b/docs/dimensions.md @@ -3,7 +3,7 @@ id: dimensions title: Dimensions --- -> [`useWindowDimensions`](useWindowDimensions) is the preffered API for React components. Unlike `Dimensions`, it updates as the window's dimensions update. This works nicely with the React paradigm. +> [`useWindowDimensions`](usewindowdimensions) is the preffered API for React components. Unlike `Dimensions`, it updates as the window's dimensions update. This works nicely with the React paradigm. ```jsx import {Dimensions} from 'react-native';