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

Installation guides is not correct #148

Open
criss02-cs opened this issue Sep 8, 2022 · 2 comments
Open

Installation guides is not correct #148

criss02-cs opened this issue Sep 8, 2022 · 2 comments

Comments

@criss02-cs
Copy link

I followed the installation guides on readme file, but i gaves me this error
Project with path ':RNSendIntentModule' could not be found in project ':app'
So i tried to change the path and I inserted :react-native-send-intent and it works fine, so please update the installation guides

@YDisa
Copy link

YDisa commented Oct 27, 2022

@criss02-cs
I could solve the problem right away thanks to you.


app/build.gradle

from

...
dependencies {
    ...
    compile project(':RNSendIntentModule')
}

to

...
dependencies {
    ...
    compile project(':react-native-send-intent')
}

@Choyeongdeok
Copy link

Choyeongdeok commented Apr 28, 2023

if Gradle version >= 7.0

dependencies {
    ...
    implementation project(':react-native-send-intent')
}

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

3 participants