Search code examples
androidiosreact-nativepermissionsexpo

Ask permission for read SMS in react native with expo


I am new to react native. My motive is asking permission to user for reading SMS in react native expo (Android & IOS). I searched in the documentation, but there is no example for this.


Solution

  • Found this while trying to figure this out: https://github.com/expo/expo/issues/3203#issuecomment-461048443

    Basically, expo has removed SMS permission altogether gtom SDK 32 onwards.

    Edit (a new solution):

    I have written a library to handle this and support in expo.

    You can find it on npm: https://www.npmjs.com/package/@maniac-tech/react-native-expo-read-sms

    It still needs some work, but the core part is functional