We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb03df commit aa18120Copy full SHA for aa18120
content/docs/hooks-intro.md
@@ -32,6 +32,7 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa
32
>Note
33
>
34
>React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM.
35
+>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).
36
37
## Video Introduction {#video-introduction}
38
0 commit comments