briankabiro / react-native-get-sms-android

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

Unresolved function or method autoSend() #70

Open jmaric opened 4 years ago

jmaric commented 4 years ago

Hi i have been trying to setup SMS send in my new project but i constantly get this error: Unresolved function or method autoSend() in my IDE. On my emulator i get Typerror:null is not an object(evaluating '_reactNativeGetSmsAndroid.default.autoSend')

orsaada commented 3 years ago

same here

cbenjafield commented 3 years ago

I am also having this issue. Has anyone been able to solve this?