remobile / react-native-toast

A android like toast for android and ios, android use native toast, ios use UIView+Toast
MIT License
346 stars 143 forks source link

I meet this error #22

Open budingts opened 7 years ago

budingts commented 7 years ago

Error:A problem occurred configuring project ':app'.

A problem occurred configuring project ':react-native-device-info'. Could not resolve all dependencies for configuration ':react-native-device-info:_debugCompile'. Could not find any matches for com.google.android.gms:play-services-gcm:+ as no versions of com.google.android.gms:play-services-gcm are available. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/google/android/gms/play-services-gcm/maven-metadata.xml file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/google/android/gms/play-services-gcm/ https://jitpack.io/com/google/android/gms/play-services-gcm/maven-metadata.xml https://jitpack.io/com/google/android/gms/play-services-gcm/ file:/Users/jq/.m2/repository/com/google/android/gms/play-services-gcm/maven-metadata.xml file:/Users/jq/.m2/repository/com/google/android/gms/play-services-gcm/ https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/maven-metadata.xml https://jcenter.bintray.com/com/google/android/gms/play-services-gcm/ file:/Volumes/JQ/ecfs/EcfsCreateCase/node_modules/react-native/android/com/google/android/gms/play-services-gcm/maven-metadata.xml file:/Volumes/JQ/ecfs/EcfsCreateCase/node_modules/react-native/android/com/google/android/gms/play-services-gcm/ file:/Volumes/Transcend/Android/sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/maven-metadata.xml file:/Volumes/Transcend/Android/sdk/extras/android/m2repository/com/google/android/gms/play-services-gcm/ file:/Volumes/Transcend/Android/sdk/extras/google/m2repository/com/google/android/gms/play-services-gcm/maven-metadata.xml file:/Volumes/Transcend/Android/sdk/extras/google/m2repository/com/google/android/gms/play-services-gcm/ Required by: EcfsCreateCase:react-native-device-info:unspecified

habeebrahmanpt commented 6 years ago

npm install --save react-native-device-info

after installation react-native link react-native-device-info

https://github.com/rebeccahughes/react-native-device-info