I am developing a react native app where I need to read and parse text messages (leads) from a certain number.
Once I get SMS access, I want to parse it and extract the phone number. Then I want to send a pre-defined text to that phone number automatically from my phone.
Is this possible to build this app for the iPhone? If so, then what resources I should use?