Skip to content

Commit cb9694c

Browse files
pontusabsolkimicreb
authored andcommitted
Update README.md
Update description for React Native and hooks usage.
1 parent 1f74382 commit cb9694c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ 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 to work.**
445+
**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.**
446446

447447
<details>
448448
<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

Comments
 (0)