https://github.com/gengjiawen/reactnativenewjsc
https://github.com/gengjiawen/reactnativenewjsc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gengjiawen/reactnativenewjsc
- Owner: gengjiawen
- Created: 2018-11-18T10:27:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T01:59:43.000Z (over 6 years ago)
- Last Synced: 2025-03-06T17:54:26.826Z (3 months ago)
- Language: Objective-C
- Size: 238 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native with new jsc
[](https://circleci.com/gh/gengjiawen/ReactNativeNewJsc)The jsc support full es6 feature and 64bit support.
Thanks to @Kudo with the hard work https://github.com/react-community/jsc-android-buildscripts/pull/66.
Also @kmagiera, @DanielZlotin and everyone working on https://github.com/react-community/jsc-android-buildscripts.
## Try it using
I have tested it on api 16 on x86 cpu and api 28 on x86_64 cpu.
Test it before you want to make it go to production.
```
yarn add gengjiawen/react-native#feature/new_jsc
```
copy to `babel.config.js` and delete `.babelrc` (credits goto @satya164).## Debug script
visit http://127.0.0.1:8081/index.bundle?platform=android&dev=true&minify=falseRelated links:
* https://github.com/facebook/react-native/pull/22334
* https://github.com/facebook/metro/issues/190