briankabiro / react-native-get-sms-android

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

Unhandled promise rejection: Typeerror: undefined is not an object (evaluating '_reactnativegetsmsandroid.SmsAndroid') #36

Closed gbakthavatchalam closed 5 years ago

gbakthavatchalam commented 5 years ago

How I use it ?

import {SmsAndroid} from 'react-native-get-sms-android';
SmsAndroid.autoSend(<phonenumber>, "Test", (fail) => {}, (success) => {});
mikehardy commented 5 years ago

You'll need to see the example, it demonstrates full functionality