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 4edc449 commit 32b6c77Copy full SHA for 32b6c77
README.md
@@ -446,6 +446,8 @@ export default view(() => {
446
<summary>You can use any React hook - including <code>useState</code> - in function components, Easy State won't interfere with them.</summary>
447
<p></p>
448
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
+
451
```jsx
452
import React from 'react'
453
import { view, store } from 'react-easy-state'
0 commit comments