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: https://github.com/react-native-community/jsc-android-buildscripts/pull/184 So looks like all the `download-jsc`, `jsc` and `jsc-intl` stuff can be dropped and the `README.md` updated accordingly.