react-native-android-sms-listener
react-native-android-sms-listener copied to clipboard
Allows you to listen for incoming SMS messages using React Native
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...