We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74382 commit cb9694cCopy full SHA for cb9694c
README.md
@@ -442,7 +442,7 @@ export default view(() => {
442
})
443
```
444
445
-**Local stores in functions rely on experimental React hooks. They are not yet supported in React Native and they require React v16.8.0 to work.**
+**Local stores in functions rely on React hooks. They are supported in React Native `> 0.59` and they require React v16.8.0 to work.**
446
447
<details>
448
<summary>You can use any React hook - including <code>useState</code> - in function components, Easy State won't interfere with them.</summary>
0 commit comments