is there any way i can read all the msgs from inbox in react native expo ?

Please provide the following:

  1. SDK Version: latest
  2. Platforms(Android/iOS/web/all): Android
  3. Sms read from inbox

Hi @lucifer_here

Yes. e.g. using react-native-get-sms-android

You will need to add the READ_SMS permission

You can use PermissionsAndroid for checking/requesting the READ_SMS permission.

In order for this to work you will need to build with EAS Build.
It will not work with expo build:android and it will not work in the Expo Go app.
Instead of Expo Go, build and use a custom development client.

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