jsc-android
Advanced tools
Comparing version 241213.2.0 to 245459.0.0
{ | ||
"name": "jsc-android", | ||
"version": "241213.2.0", | ||
"version": "245459.0.0", | ||
"description": "Pre-build version of JavaScriptCore to be used by React Native apps", | ||
@@ -29,5 +29,5 @@ "repository": { | ||
"config": { | ||
"webkitGTK": "2.22.6", | ||
"webkitGTK": "2.24.2", | ||
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96" | ||
} | ||
} |
@@ -71,5 +71,5 @@ [![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android) | ||
then run `npm install` or `yarn` (depending which npm client you use) in order for the new dependency to be installed in `node_modules` | ||
then run `npm install` or `yarn` (depending on which npm client you use) in order for the new dependency to be installed in `node_modules` | ||
2. Modify `android/build.gradle` file to add new local maven repository packaged in the `jsc-android` package to the search path: | ||
2. Modify `android/build.gradle` file to add the new local maven repository packaged in the `jsc-android` package to the search path: | ||
```diff | ||
@@ -92,3 +92,3 @@ allprojects { | ||
3. Update your app's `build.gradle` file located in `android/app/build.gradle` to add the JSC dependencey. Please make sure the dependency should put before React Native dependency. | ||
3. Update your app's `build.gradle` file located in `android/app/build.gradle` to add the JSC dependency. Please make sure the dependency is before the React Native dependency. | ||
@@ -98,3 +98,3 @@ ```diff | ||
dependencies { | ||
+ // Make sure to put android-jsc at the the first | ||
+ // Make sure to put android-jsc at the top | ||
+ implementation "org.webkit:android-jsc:r241213" | ||
@@ -120,3 +120,3 @@ + | ||
5. You're done, rebuild your app and enjoy updated version of JSC on android! | ||
5. You're done - rebuild your app and enjoy the updated version of JSC on Android! | ||
@@ -123,0 +123,0 @@ ### For React Native version 0.58 below |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39905247
87
3
70