We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I succed to install and npm run android, But after bundled and runing apps, its always force close and crash whitout message.
Steps to reproduce the behavior:
android.useAndroidX=true android.enableJetifier=true
.... defaultConfig { applicationId "com.tariq86.rnsip" ......
Expected behavior I hope the can runing properly like a normal apps, so I can test how is it sip working in react native.
Desktop :
Smartphone:
The text was updated successfully, but these errors were encountered:
There are other places where "com.tariq86.rnsip" is incorrect. You have to change these places below to make it work.
android/app/build.gradle defaultConfig { applicationId "com.tariq86.rnsip" }
android/app/src/main/java/com/app_name/MainActivity.java first line: package com.tariq86.rnsip;
android/app/src/main/java/com/app_name/MainApplication.java first line: package com.tariq86.rnsip;
android/app/src/main/AndroidManifest.xml package="com.tariq86.rnsip"
When I made these changes, I could compile on Android without crashing on init.
Sorry, something went wrong.
No branches or pull requests
I succed to install and npm run android, But after bundled and runing apps, its always force close and crash whitout message.
Steps to reproduce the behavior:
Expected behavior
I hope the can runing properly like a normal apps, so I can test how is it sip working in react native.
Desktop :
Smartphone:
The text was updated successfully, but these errors were encountered: