We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c843d commit 60875abCopy full SHA for 60875ab
README.md
@@ -50,7 +50,7 @@ Follow steps below in order for your React Native app to use new version of JSC
50
1. Add `jsc-android` to the "dependencies" section in your `package.json`:
51
```diff
52
dependencies {
53
-+ "jsc-android": "^216113.0.0-beta.3",
++ "jsc-android": "^216113.0.0-beta.4",
54
```
55
56
then run `npm install` or `yarn` (depending which npm client you use) in order for the new dependency to be installed in `node_modules`
0 commit comments