Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "jetifier", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "jetifier from Android Studio, in npm package format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ | ||
The jetifier AdnroidX transition tool in npm format, with a react-native compatible style | ||
The jetifier AndroidX transition tool in npm format, with a react-native compatible style | ||
@@ -29,3 +29,3 @@ ## TOC | ||
React Native apps are not standard Android apps. React Native modules with native Java code usually distribute that code as source, and link the source code directly. | ||
React Native apps are not standard Android apps. React Native modules with native Java code usually distribute that code as source, and link the source code directly. | ||
@@ -106,3 +106,3 @@ When you update your modules (or install them again after following the standard AndroidX migration), the freshly installed Java code from your react-native dependencies will not be translated to AndroidX anymore, and your build will fail. | ||
In testing, it appeared that performance improved up to the number of virtual cores on a system, and then was flat but did not degrade after that no matter how many extra workers there were. So the default of 20 should result in maximum performance on even powerful systems, but smaller CI virtual machines should be fine as well. | ||
In testing, it appeared that performance improved up to the number of virtual cores on a system, and then was flat but did not degrade after that no matter how many extra workers there were. So the default of 20 should result in maximum performance on even powerful systems, but smaller CI virtual machines should be fine as well. | ||
@@ -109,0 +109,0 @@ You will want a bash version of 5 or higher for best results. bash version 4.x ships as the default on macOS up to at least 10.14.5. Replacing the system bash with a modern bash from (for example) brew is your responsibility if you want higher performance. |
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
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
2732820