briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
135 stars 68 forks source link

Error: getGroupIdLevel1 #78

Open crventra941 opened 3 years ago

crventra941 commented 3 years ago

I'm trying to send a sms message from physical device but i'm getting this error: Failed with this error: getGroupIdLevel1 `import SmsAndroid from 'react-native-get-sms-android';

SmsAndroid.autoSend( phoneNumber, message, (fail) => { console.log('Failed with this error: ' + fail); }, (success) => { console.log('SMS sent successfully'); }, );`