react-native-sms
react-native-sms copied to clipboard
package com.tkporter.sendsms does not exist
Hey I get package com.tkporter.sendsms does not exist when trying to follow your example Could you please help me with that?
@sabatsu did you do
react-native link
?
it is working fine for me
Thx Tried - but didnt help Will try again
On Thu, Sep 28, 2017 at 10:12 PM, Sibelius Seraphini < [email protected]> wrote:
@sabatsu https://github.com/sabatsu did you do
react-native link?
it is working fine for me
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tkporter/react-native-sms/issues/27#issuecomment-332935817, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5ZGvwMQECnb072MlKinzZNj6crhwwTks5sm--1gaJpZM4Ph1CB .
-- IDO
@sabatsu did you add the following to MyApp/android/app/build.gradle
?
dependencies {
+ // other projects may be compiled here
+ compile project(':react-native-sms') // <- add this line
+}
See #36 for changes to README
can we close this?
It solved the issue for me, and doesn't look like anything else is missing from the installation steps.