react-native-sms icon indicating copy to clipboard operation
react-native-sms copied to clipboard

package com.tkporter.sendsms does not exist

Open sabatsu opened this issue 7 years ago • 5 comments

Hey I get package com.tkporter.sendsms does not exist when trying to follow your example Could you please help me with that?

sabatsu avatar Sep 24 '17 09:09 sabatsu

@sabatsu did you do

react-native link?

it is working fine for me

sibelius avatar Sep 28 '17 19:09 sibelius

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 avatar Sep 28 '17 19:09 sabatsu

@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

willbenmitch avatar Nov 21 '17 20:11 willbenmitch

can we close this?

sibelius avatar Nov 21 '17 20:11 sibelius

It solved the issue for me, and doesn't look like anything else is missing from the installation steps.

willbenmitch avatar Nov 21 '17 20:11 willbenmitch