We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am getting an error "SMS permission denied" even after
setting android/app/src/main/AndroidManifest.xml with the following lines:
The text was updated successfully, but these errors were encountered:
is there any configuration i am missing or what?
Sorry, something went wrong.
<TouchableOpacity style={{backgroundColor: 'blue', padding: 4, }} onPress={() => sendSmsData('+2349038002139', 'bodySMS')}> Send SMS
here is my code
Are you giving this Permission?
<uses-permission android:name="android.permission.SEND_SMS"/>
No branches or pull requests
i am getting an error "SMS permission denied" even after
setting android/app/src/main/AndroidManifest.xml with the following lines:
The text was updated successfully, but these errors were encountered: