react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installed 294992.0.0 but JSC reports version 250231.0.0 on startup.

evelant opened this issue · comments

Issue Description

Per the title -- is that intended? The next release of jsc-android is 294992.0.0 but when running the app JSC reports version 250231.0.0.

Version, config, any additional info

jsc-android: 250231.0.0
react-native: 0.72.1
expo sdk 49 managed workflow

I got this working. Just go to releases and download the zip file for 29 from here: https://github.com/react-native-community/jsc-android-buildscripts/releases

Then in your node_modules/jsc-android replace the contents of dist with the contents of dist.unstripped from this one and it should work.