Skip to content

Commit 32b6c77

Browse files
committed
add hooks warning
1 parent 4edc449 commit 32b6c77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ export default view(() => {
446446
<summary>You can use any React hook - including <code>useState</code> - in function components, Easy State won't interfere with them.</summary>
447447
<p></p>
448448

449+
**Local stores rely on experimental React hooks. They are not yet supported in React Native and they require React v16.8.0-alpha to work.**
450+
449451
```jsx
450452
import React from 'react'
451453
import { view, store } from 'react-easy-state'

0 commit comments

Comments
 (0)