Skip to content

Commit 9f4b4a9

Browse files
cpojergaearon
authored andcommitted
React Native will ship hooks in its 0.59 release. (#1633)
1 parent e833dfd commit 9f4b4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/blog/2019-02-06-react-v16.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Yes! Starting with 16.8.0, React includes a stable implementation of React Hooks
3434

3535
Note that **to enable Hooks, all React packages need to be 16.8.0 or higher**. Hooks won't work if you forget to update, for example, React DOM.
3636

37-
**React Native will support Hooks in the [0.60 release](https://github.com/react-native-community/react-native-releases/issues/79#issuecomment-457735214).**
37+
**React Native will support Hooks in the [0.59 release](https://github.com/react-native-community/react-native-releases/issues/79#issuecomment-457735214).**
3838

3939
## Tooling Support
4040

content/warnings/invalid-hook-call-warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's look at each of these cases.
1818

1919
## Mismatching Versions of React and React DOM
2020

21-
You might be using a version of `react-dom` (< 16.8.0) or `react-native` (< 0.60) that doesn't yet support Hooks. You can run `npm ls react-dom` or `npm ls react-native` in your application folder to check which version you're using. If you find more than one of them, this might also create problems (more on that below).
21+
You might be using a version of `react-dom` (< 16.8.0) or `react-native` (< 0.59) that doesn't yet support Hooks. You can run `npm ls react-dom` or `npm ls react-native` in your application folder to check which version you're using. If you find more than one of them, this might also create problems (more on that below).
2222

2323
## Breaking the Rules of Hooks
2424

0 commit comments

Comments
 (0)