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

not working on react native #10

Open
Ibeenoch opened this issue Aug 17, 2024 · 3 comments
Open

not working on react native #10

Ibeenoch opened this issue Aug 17, 2024 · 3 comments

Comments

@Ibeenoch
Copy link

i am getting an error "SMS permission denied" even after

setting android/app/src/main/AndroidManifest.xml with the following lines:

@Ibeenoch
Copy link
Author

is there any configuration i am missing or what?

@Ibeenoch
Copy link
Author

<TouchableOpacity style={{backgroundColor: 'blue', padding: 4, }} onPress={() => sendSmsData('+2349038002139', 'bodySMS')}>
Send SMS

  here is my code

@Kajanan02
Copy link
Owner

Kajanan02 commented Aug 17, 2024

Are you giving this Permission?

<uses-permission android:name="android.permission.SEND_SMS"/>

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

2 participants