Skip to content

Commit

Permalink
fix(README): fix getInstanceId() link in troubleshooting (#1063)
Browse files Browse the repository at this point in the history
* fix: fix getInstanceId() wrong link

Co-authored-by: 秦帅 <qinshuai@dushu.io>
  • Loading branch information
KingAmo and 秦帅 committed Aug 25, 2020
1 parent ac4ff63 commit 04d4256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1654,7 +1654,7 @@ When installing or using `react-native-device-info`, you may encounter the follo
<details>
<summary>[android] - Unable to merge dex / Multiple dex files / Problems with `com.google.android.gms`</summary>
`react-native-device-info` uses `com.google.android.gms:play-services-gcm` to provide [getInstance()][#getinstance].
`react-native-device-info` uses `com.google.android.gms:play-services-gcm` to provide [getInstanceId()](#getinstanceid).
This can lead to conflicts when building the Android application.
If you're using a different version of `com.google.android.gms:play-services-gcm` in your app, you can define the
Expand Down

0 comments on commit 04d4256

Please sign in to comment.