From fbb03df5d623eb8bdaf64b8ef39adfcda76323e1 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Thu, 15 Aug 2019 19:53:58 +0200 Subject: [PATCH] Hooks intro: Remove message about React Native support (#2244) Already landed for a while now. --- content/docs/hooks-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/hooks-intro.md b/content/docs/hooks-intro.md index 96254ec8..07fadfa7 100644 --- a/content/docs/hooks-intro.md +++ b/content/docs/hooks-intro.md @@ -31,7 +31,7 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa >Note > ->React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM. React Native will support Hooks in the next stable release. +>React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM. ## Video Introduction {#video-introduction}