From 59e22bbde1dcd7fad4a37bc2554a6c439e9fdfae Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Wed, 14 Aug 2019 16:37:58 +0200 Subject: [PATCH] Hooks intro: Remove message about React Native support 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 96254ec8106..07fadfa7134 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}