How we can read SMS from inbox Expo

How we can read SMS from inbox Expo

send code is

const { result } = await Expo.SMS.sendSMSAsync(['0123456789', '9876543210'], 'My sample HelloWorld message');
1 Like

Unfortunately, there is no API to read SMSes in Expo SDK.

You can use something like react-native-get-sms-android - npm but that requires detaching.

You can bump feature request here: SMS APIs on Android - Read User Messages | Voters | Expo

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.