Skip to content

Commit 9cf3555

Browse files
committed
update react-native support info
1 parent 05773a3 commit 9cf3555

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
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 React hooks. They are supported in React Native `> 0.59` and they require React v16.8.0 to work.**
445+
**Local stores in functions rely on React hooks. They require React and React DOM v16.8+ or React Native v0.59+ 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>
@@ -600,13 +600,10 @@ You can compare Easy State with plain React and other state management libraries
600600
- Safari: 10 and above
601601
- Edge: 12 and above
602602
- Opera: 36 and above
603-
- React Native: iOS 10 and above and Android with [community JSC](https://github.com/SoftwareMansion/jsc-android-buildscripts)
604-
- IE is not supported and never will be
603+
- React Native: 0.59 and above
605604

606605
_This library is based on non polyfillable ES6 Proxies. Because of this, it will never support IE._
607606

608-
_React Native is supported on iOS and Android is supported with the community JavaScriptCore. Learn how to set it up [here](https://github.com/SoftwareMansion/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app). It is pretty simple._
609-
610607
## Alternative builds
611608

612609
This library detects if you use ES6 or commonJS modules and serve the right format to you. The default bundles use ES6 features, which may not yet be supported by some minifier tools. If you experience issues during the build process, you can switch to one of the ES5 builds from below.

images/browser_support.png

-31.7 KB
Loading

0 commit comments

Comments
 (0)