Open Ibeenoch opened 2 months ago
is there any configuration i am missing or what?
<TouchableOpacity style={{backgroundColor: 'blue', padding: 4, }} onPress={() => sendSmsData('+2349038002139', 'bodySMS')}>
</TouchableOpacity>
here is my code
Are you giving this Permission?
<uses-permission android:name="android.permission.SEND_SMS"/>
i am getting an error "SMS permission denied" even after
setting android/app/src/main/AndroidManifest.xml with the following lines: