rn-sip-app
rn-sip-app copied to clipboard
Cannot Make Calls on Android Device
Originally reported by @sonchai058 here
I wait as well, i'm clone a project for test on android device but can't call
Make sure that the app is working as intended on Android devices!
to @tariq86 today i'm tested on android 7.0 device
but have error message
My pc is window 10 64bit, react-native0.59.5 react-native-cli 2.0.1, metro-react-native-babel-preset": 4.0.0
please help, thankyou
Based on the stacktrace, it looks like there are a few errors in the file app/components/viewport/NavigationPager/index.js
...I can fix that now
I fixed all build issues that I experienced for Android; please try again and let me know if it's working now
@tariq86 Today i'm tested, I found something wrong.
on command line
The application can be opened by touching it on the device. but i I found error
Can't click tab
and Warning Message
please help, thankyou
I am not experiencing the error after compilation; that might be a caching issue after renaming the files...try ~downloading~ deleting the ./android/app/build
folder and recompiling.
The yellow signs are mostly deprecation warnings and can be dismissed for now; issue #5 should address most of them (and other Navigator issues).
Thank you. I'll try it.
Sorry, I said "downloading" but I meant deleting; I updated my comment above.
Ok, Thank you.
@tariq86 Today i'm tested, I found something wrong. on command line
The application can be opened by touching it on the device. but i I found error
Can't click tab and Warning Message
![]()
please help, thankyou
Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?
@tariq86 Today i'm tested, I found something wrong. on command line
The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message
![]()
please help, thankyou
Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?
your try setting domain : "sip: account sip@yourdomain:5060" , work for me
@tariq86 Today i'm tested, I found something wrong. on command line
The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message
![]()
please help, thankyou
Excuse me. I would like to know how you create your own SIP server. Do I need to fill all the parameters when creating an account?
your try setting domain : "sip: account sip@yourdomain:5060" , work for me
parameter : xxx password : xxx domain : sip: account sip@yourdomain:5060
@tariq86 Today i'm tested, I found something wrong. on command line
The application can be opened by touching it on the device. but i I found error
Can't click tab and Warning Message
![]()
please help, thankyou
hi, have it worked yet?
I am also facing the same issue.
@tariq86 Today i'm tested, I found something wrong. on command line
The application can be opened by touching it on the device. but i I found error Can't click tab and Warning Message
![]()
please help, thankyou
hi, have it worked yet?
For android users: Please add permission for microphone or allow permission by going into settings>Apps and permissions> RNSIP> permissions> allow microphone permission. Let me know once it's working or not working for you.