Skip to content

Commit 888fcfc

Browse files
committed
improve docs
1 parent 93aa6a1 commit 888fcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ export default view(() => {
442442
})
443443
```
444444

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+
445447
<details>
446448
<summary>You can use any React hook - including <code>useState</code> - in function components, Easy State won't interfere with them.</summary>
447449
<p></p>
@@ -464,8 +466,6 @@ export default view(() => {
464466

465467
</details>
466468

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.**
468-
469469
#### Local stores in class components
470470

471471
```jsx

0 commit comments

Comments
 (0)