undefined is not an object (evaluating '_reactNative.NativeModules.SendSMS.send')
when i called the send this error occurs

@tsmrafee-bs it looks like you are using expo?
I don't think expo support this package
I am not using EXPO but still facing this issue can anyone help me. The error is " [TypeError: undefined is not a function (evaluating '_reactNativeSms2.default.list')] ".
I am also facing this issues @rajatpillai any success?
I am also facing this issues on ios but Android working fine.
ios +1
After I installed the npm package, I deleted the app on emulator and stopped metro bundler, then rebuild the app and now I have this alert:
Just need to check if it works on a real device now !
Is anyone else getting the same error but null is not an object?
Edit: I fixed my issue by manually linking
I did manual linking, but still having this same issue, whenever console.log(SendSMS); it has the send in the object.
Initially i faced this issue and ended up here, then i decided to explore source code of react-native-sms package. I found out that developer used NativeModules from react-native. so i directly imported NativeModules it into my component. Guess what, its working now
