microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.98k stars 1.47k forks source link

App fails to open with react native 0.71.3 version with code push #2454

Closed vineelk8 closed 1 year ago

vineelk8 commented 1 year ago

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

  1. Create a react-native latest version base project with version 0.71.3
  2. Add react-native-code-push package with version 7.1.0 and follow the steps provided in the docs
  3. Run the app, and build successfully but failed to open the app

Expected Behavior

The app should work fine without any issue

Actual Behavior

After running the app, build successfully but failed to open the app

If I remove the below code from android/app/build.gradle, the app works fine but code push will not work

apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"

And if I make hermes false in gradle.properties then the app works fine and code push also works fine

hermesEnabled=false

Please provide a fix for this and also update the example folder with the latest react native version working project

Environment

NSShentu commented 1 year ago

Facing the same issue.

rlopeslameira commented 1 year ago

Aqui tbm o mesmo problema.

eumaninho54 commented 1 year ago

Here it's same error, something to fix?

huuthanit commented 1 year ago

Any update? I have the same issue

vjerryv commented 1 year ago

same

blwinters commented 1 year ago

I believe I'm seeing the same issue, though my project is using RN 0.69.5.

NguyenHoangMinhkkkk commented 1 year ago

repo: https://github.com/NguyenHoangMinhkkkk/reproduce-0714-crash

**Step reproduce:

// run-android here working fine.

\/ \/ \/ \/ \/ \/ \/ \/ // Crash after do these things with react-native-code-push // adb logcat ==> java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so

rlopeslameira commented 1 year ago

vejam https://github.com/microsoft/react-native-code-push/issues/2418#issuecomment-1436132060

microsoft-github-policy-service[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

microsoft-github-policy-service[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

microsoft-github-policy-service[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

microsoft-github-policy-service[bot] commented 1 year ago

This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.

microsoft-github-policy-service[bot] commented 1 year ago

This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.