react-native-android-sms-listener icon indicating copy to clipboard operation
react-native-android-sms-listener copied to clipboard

Allows you to listen for incoming SMS messages using React Native

Results 14 react-native-android-sms-listener issues
Sort by recently updated
recently updated
newest added

i need to verify sms center number for my app

Try this alternative if you are using the bare workflow or expo (new arch) you don't need to request permission, it works automatically https://www.npmjs.com/package/@ebrimasamba/react-native-sms-retriever

- fix adding listener multiple times each time open the app while run foreground service together with the package - stop call `unregisterReceiver` inside `onHostPause` and `onHostDestroy` handlers to keep...