You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,8 @@ export default view(() => {
442
442
})
443
443
```
444
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-alpha to work.**
446
+
445
447
<details>
446
448
<summary>You can use any React hook - including <code>useState</code> - in function components, Easy State won't interfere with them.</summary>
447
449
<p></p>
@@ -464,8 +466,6 @@ export default view(() => {
464
466
465
467
</details>
466
468
467
-
**Local stores in functions rely on experimental React hooks. They are not yet supported in React Native and they require React v16.8.0-alpha to work.**
0 commit comments