Closed gengjiawen closed 5 years ago
How does this PR relate to https://github.com/facebook/android-jsc/pull/19 ?
This pr is based on that pr, you can see the cherry commit from that pr. Besides that I fix broken url and add ci.
Cool.
The buck change landed: https://github.com/facebook/buck/commit/fe15dae213ac0e64886157cd513b043269f68edb
https://github.com/facebook/react-native/pull/18754 has been merged. What's next?
Do you have merge permission to this repo ? we may still need a repo to handle jsc thing if we don't adopt the jsc from community.
Is this ever happening?
This PR was opened as part of an effort to add 64-bit library support to React Nartive. We already have 64-bit support in the JSC that is being used by React Native. The JSC used there is built based on a different repository than this.
If you’re interested in seeing 64-bit support added to the JSC in this repository for use with something other than React Native, then I probably am not the right person to help.
Well, the android version of React Native currently does not support Javascript Proxy...which is why I was using this JSC. But, this JSC does not work on Android 9 x86_64 devices.
Some bug in buck need to be fixed: https://github.com/facebook/buck/issues/1836. After they fix it. We need another pr to fix app modules thing.