**Сведения о конфигурации проекта:
**
Код: Выделить всё
React Native Version: ^0.74.3 (was working fine on ^0.64.4)
Google Play Services Location Version: 21.3.0
Library used: "react-native-geolocation-service": "^5.3.1"
**
Код: Выделить всё
googlePlayServicesLocationVersion = "21.3.0" . implementation 'com.google.android.gms:play-services-location:21.3.0'**
Код: Выделить всё
`Could not invoke RNFusedLocation.getCurrentPosition
null
Found interface com.google.android.gms.location.SettingsClient, but class was expected
(declaration of 'com.google.android.gms.location.SettingsClient' appears in /data/app/...)
`
Код: Выделить всё
googlePlayServicesLocationVersion = "21.3.0" // Or higher.
implementation 'com.google.android.gms:play-services-location:21.3.0'
Код: Выделить всё
googlePlayServicesVersion = "17.0.0"
implementation 'com.google.android.gms:play-services-location:21.3.0'
Подробнее здесь: https://stackoverflow.com/questions/788 ... tive-to-ve
Мобильная версия