Kajanan02 / react-native-send-direct-sms

React Native Send SMS is a JavaScript library for React Native applications that provides a convenient way to send SMS messages programmatically.
https://www.npmjs.com/package/react-native-send-direct-sms
MIT License
17 stars 4 forks source link

not working on react native #10

Open Ibeenoch opened 2 months ago

Ibeenoch commented 2 months ago

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

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

Ibeenoch commented 2 months ago

is there any configuration i am missing or what?

Ibeenoch commented 2 months ago

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

Send SMS
  </TouchableOpacity>

  here is my code
Kajanan02 commented 2 months ago

Are you giving this Permission?

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