Skip to content
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

Questions #79

Open
invyctus92 opened this issue Mar 14, 2018 · 0 comments
Open

Questions #79

invyctus92 opened this issue Mar 14, 2018 · 0 comments

Comments

@invyctus92
Copy link

Hello
Do you need to install the package react-native-google-signin too?
I followed the android guide, but in android studio gradle in bundle.gradle, it gives me an error
For input string: "+".
What am I doing wrong?

a part of the file is:
dependencies {
compile project(':react-native-facebook-login')
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
compile(project(':react-native-activity-recognition')) {
exclude group: 'com.google.android.gms', module: 'play-services-base'
exclude group: 'com.google.android.gms', module: 'play-services-location'
exclude group: 'com.google.android.gms', module: 'play-services-maps'
}
compile project(':react-native-maps')
compile project(':react-native-mauron85-background-geolocation')
compile project(':react-native-linear-gradient')
compile project(':react-native-splash-screen')
compile "com.google.android.gms:play-services-base:+"
compile 'com.google.android.gms:play-services-location:+'
compile 'com.google.android.gms:play-services-maps:+'
compile(project(":react-native-google-sign-in")) { // ADD this
exclude group: "com.google.android.gms"
}
compile "com.google.android.gms:play-services-auth:10.0.1" // Add this, not 9.8.0 (from instructions).

}

// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}

apply plugin: "com.google.gms.google-services" // Add this after dependencies.
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant