-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
Feat/v4 #108
Feat/v4 #108
Conversation
5c00a04
to
3e18619
Compare
b5424fc
to
20f9cdb
Compare
update build.gradle as per recommendations in RN 0.57.8 update gradle to v 3.2.1
20f9cdb
to
4564d15
Compare
4564d15
to
d6235bc
Compare
@Pagebakers @gitstud my intention is to release breaking changes with this branch and on top of it add #130 |
@fabriziomoscon when you have a working fork (with or without breaking changes) which works for both iOS and Android, we are willing to immediately test it throughougly for you. Please ping us when we are needed! (cc: @wesdewitte) |
@jdegger I have been testing this branch for a long time and it works on real device for real calls, but it doesn't use Twilio's latest library, because I didn't notice there were going to be deprecations. The code in #130 should be added on top of it to test more, then we will need to add the new iOS twilio SDK and integrate changes |
@fabriziomoscon Sounds good. Your work is aimed at SDK4, however SDK5 is already been released. Would this be an opportunity to immediately go for V5? At the moment we do not have the development power to actually help with the PR, however let me know if it needs any testing or if you need help on any other aspect. |
Great to see some action here :) I'll have a look if I can merge this next week. |
Correction: Yesterday I mistaken referenced issue 127 when I meant PR 130 - changed my comments. |
Commits are clean! I will try to test this out on iOS this weekend |
Is this PR removing the firebase service on Android that shows notifications for your incoming calls->ongoing calls->missed calls? Or does that still work? |
@aniravi24 if that is the case it was not done on purpose. |
Got it. I saw it was removed from AndroidManifest.xml so that's why I thought it was being removed. |
I didn't see my logs in deviceReady or deviceNotReady, I was able to make an outbound call and hangup |
Working fine on Android for us! Ignore my earlier comment above, I misread the changes being made. We'll give iOS a test soon too (I assume it'll work fine given that the only thing that seems to have changed is renaming of some properties on the iOS side). |
Looks good. |
these commits are now included into #144 |
No description provided.