From 972d83577572b889394d1bb80158e6cff51efb84 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Fri, 16 Aug 2019 00:22:05 +0200 Subject: [PATCH] Hooks intro: Add reference to React Native support in 0.59 (#2250) Following #2244 https://github.com/reactjs/reactjs.org/pull/2244 --- content/docs/hooks-intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/hooks-intro.md b/content/docs/hooks-intro.md index 07fadfa7..a58d16d9 100644 --- a/content/docs/hooks-intro.md +++ b/content/docs/hooks-intro.md @@ -32,6 +32,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 supports Hooks since [the 0.59 release of React Native](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059). ## Video Introduction {#video-introduction}