File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ To allow the library to show heads up notifications you must add the following l
8686 < /application>
8787` ` `
8888
89+ Firebase Messaging 19.0.+ is imported by this module, so there is no need to import it in your app.
90+
8991Previously, in order to launch the app when receiving a call, the flow was:
9092
91931. the module would launch the app
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 implementation ' com.twilio:voice-android:5.0.2'
5959 implementation " com.android.support:appcompat-v7:$supportLibVersion "
6060 implementation ' com.facebook.react:react-native:+'
61- implementation ' com.google.firebase:firebase-messaging:17.6 .+'
61+ implementation ' com.google.firebase:firebase-messaging:19.0 .+'
6262 implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
6363 testImplementation ' junit:junit:4.12'
6464}
You can’t perform that action at this time.
0 commit comments