Closed vineelk8 closed 1 year ago
Facing the same issue.
Aqui tbm o mesmo problema.
Here it's same error, something to fix?
Any update? I have the same issue
same
I believe I'm seeing the same issue, though my project is using RN 0.69.5.
repo: https://github.com/NguyenHoangMinhkkkk/reproduce-0714-crash
**Step reproduce:
Init project: npx react-native init Test0714
android/gradle.properties -> newArchEnabled true
add @react-native-firebase/app
register firebase console -> add google-services.json (packageName: "com.test0714") to dir: /android/app
rnfirebase docs: => cd android && ./gradlew signingReport
add "classpath 'com.google.gms:google-services:4.3.15'" into dir: /android/build.gradle
Lastly, execute the plugin by adding the following to your /android/app/build.gradle file: ->apply plugin: 'com.google.gms.google-services' // <- Add this line
In File: /android/app/build.gradle => add these lines: "multiDexEnabled true" and "implementation 'androidx.multidex:multidex:2.0.1'"
yarn add @react-native-firebase/messaging
yarn add @react-native-firebase/crashlytics
// 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
yarn add react-native-code-push
update MainApplication.java // 1. Import the plugin class. import com.microsoft.codepush.react.CodePush;
// @Override protected String getJSBundleFile() { return CodePush.getJSBundleFile(); }
Run build: npx react-native run-android**
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.
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.
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.
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.
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.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
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
And if I make hermes false in gradle.properties then the app works fine and code push also works fine
Please provide a fix for this and also update the example folder with the latest react native version working project
Environment