I am building an app that requires the functionality of reading SMS from the inbox. It's a kind of app that Microsoft built known as SMS organizer. I'm trying to build it for the local crowd and I'm using react-native to do the same. I read many libraries but none seem to be helpful or informative for my cause.
- https://www.npmjs.com/package/react-native-read-sms
- https://www.npmjs.com/package/react-native-get-sms-android
Anyone has any idea for how I can accomplish the same. PS- I'm aiming to do it for both androids as well as ios.
True- We cannot read sms in IOS devices.
For Android, I found a library that helps to achieve this.
); };
This helps in reading all the SMS from the device.