Hooks intro: Remove message about React Native support (#2244)

Already landed for a while now.
This commit is contained in:
Max Thirouin
2019-08-15 19:53:58 +02:00
committed by Alexey Pyltsyn
parent 59aac8b1ba
commit fbb03df5d6

View File

@@ -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}