The current setup grabs JsCore AAR from NPM and uses last published release 250231.0.0.
But the latest JsCore is not released to NPM anymore and can be fetched from maven central directly:
https://mvnrepository.com/artifact/io.github.react-native-community/jsc-android/2026004.0.1
Release 2026004.0.1 is already 16k page aligned, see:
react-native-community/jsc-android-buildscripts#184
So looks like all the download-jsc, jsc and jsc-intl stuff can be dropped and the README.md updated accordingly.
The current setup grabs JsCore AAR from NPM and uses last published release
250231.0.0.But the latest JsCore is not released to NPM anymore and can be fetched from maven central directly:
https://mvnrepository.com/artifact/io.github.react-native-community/jsc-android/2026004.0.1
Release
2026004.0.1is already 16k page aligned, see:react-native-community/jsc-android-buildscripts#184
So looks like all the
download-jsc,jscandjsc-intlstuff can be dropped and theREADME.mdupdated accordingly.