Use hermes bundled with React Native#1988
Use hermes bundled with React Native#1988AnatolyPristensky merged 1 commit intomicrosoft:masterfrom zolbooo:bundled-hermes-rn
hermes bundled with React Native#1988Conversation
|
not works properly with below react-native-code-push code above code occurred crash and only works when application restart after fully closed |
Could provide a |
|
react-native: 0.69.1 |
Is it Android? If it is, you can use logcat to provide crash stacktrace from the Android Studio. |
I copied from Flipper's crash reporter (same as logcat) my problem probably related with react-native-reanimated (I used version v2.9.1 in my project) |
I believe you should create an issue in |
|
Hi @zolbooo , thank you for your contribution! |
I am not sure, the fix is using same principle as |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This PR updates
release-reactcommand to usenode_modules/react-native/sdks/hermesc, if exists. This allows codepush to use latest version of Hermes bundled withreact-native.More details about bundled Hermes: https://reactnative.dev/architecture/bundled-hermes
Fixes #1987.