Kudo Chien
Kudo Chien
one more nit comment: it would be helpful if we could also update project files in `apps/`, e.g. bare-expo. that would help our project settings aligned.
hey @thespacemanatee! thanks for the fix. it was our fault when moving the `@expo/dev-server` code from expo/expo-cli repo to expo/expo repo for the versioned cli. actually i had a fix...
hi there! we've published the fix. please try to update `[email protected]` (and `[email protected]` if you have expo-updates installed). hopefully that would help. thanks!
i found other error cases for new architecture mode. will set to pr back to draft and update more commits.
@thecoorum do you have some example repo? because the installation requires add extra pods to `Podfile`, i am assuming you would have a bare workflow app. otherwise, a config-plugin to...
1. Hermes did support what you mentioned - the bytecode bundle. However, it is in Hermes bytecode format (not in assembly). Flutter, on the other hand, in some situation, the...
@sarath263 Hermes already supports bytecode startup and it is officially supported JS runtime for react-native. Please take a look first. For react-native-v8, I am sorry that I don't have much...
hi there! as you mentioned, even v8 supports native Promise, react-native will still [polyfill Promise](https://github.com/facebook/react-native/blob/e0a71fc7b5cb8c264000147099be5b2575931193/Libraries/Core/polyfillPromise.js#L25-L38). how did you verify the Promise supportness for v8? btw, the comparison looks promising. great...
For RN 0.62.2, please use react-native-v8 `0.62.2-patch-*` and the latest one is `0.62.2-patch.1`.
From my previous benchmark, V8 will not help a lot compared to Hermes or JavaScriptCore, except you use the v8-android-jit version. Performance issue is complicated and it is highly depended...