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

Package Error ? #9

Open
Keenew opened this issue Apr 10, 2017 · 3 comments
Open

Package Error ? #9

Keenew opened this issue Apr 10, 2017 · 3 comments

Comments

@Keenew
Copy link

Keenew commented Apr 10, 2017

Hello,

I'm trying to build a simple proof of concept using discovery, however after following the setup when i try to run my app i'm getting the following compile error :

Project with path ':discovery' could not be found in project ':react-native-discovery'

@thevolcanomanishere
Copy link

@yonahforst are we supposed to add joshblours discovery package as a dependency somewhere? Cant figure it out.

@EricYuen
Copy link

I'm running into this problem as well. Any resolution?

@Kuchitama
Copy link

I got same problem.

I solved by modifing dependencies like below.

android/build.gradle

dependencies {
    compile "com.facebook.react:react-native:+"
//    compile project(':discovery')
    compile "com.joshblour.discovery:discovery:0.0.7"
}

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

4 participants