Skip to content

Commit aa18120

Browse files
authored
Hooks intro: Add reference to React Native support in 0.59
Following reactjs#2244 reactjs#2244
1 parent fbb03df commit aa18120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/hooks-intro.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa
3232
>Note
3333
>
3434
>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).
3536
3637
## Video Introduction {#video-introduction}
3738

0 commit comments

Comments
 (0)