Skip to content

Commit 59e22bb

Browse files
authored
Hooks intro: Remove message about React Native support
Already landed for a while now.
1 parent f4325d0 commit 59e22bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa
3131

3232
>Note
3333
>
34-
>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.
34+
>React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM.
3535
3636
## Video Introduction {#video-introduction}
3737

0 commit comments

Comments
 (0)