-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's a strange version name? #127
Comments
Hi @pengcao1 The version names are based on the SVN revision of the repository (https://svn.webkit.org/repository/webkit/), which is basically the commit-count if you're not into SVN (so higher is newer). I'm not sure what the last two digits in the versioning mean, could be some kind of minor/patch numbers, but that's actually not really important since you have the revision itself. Btw: If you wanna switch your engine from JSC (currently React Native already comes with JSC |
@tobi512 I think there is an issue with the NPM tags though, because when I run |
@newyankeecodeshop Yes that's indeed strange, |
Hi guys:
your know, lot of you guys upgrade react-native to 0.60 or above, there are many many
libjsc.so
crashes were reported from google play. and many friendly developers suggest me to change the runtime engine from default to v8 when I try to fix this issue.I just want to change the default engine to
js-android
, but, when I do this, thejs-android
was so strange!!,could anybody help to describe the rule of the version number?
**Version number from js-android-npm
The text was updated successfully, but these errors were encountered: