2.0.3 • Published 1 year ago

andrei-bread-react-native-expo-read-sms v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-native-expo-read-sms

Installation

Install this in your managed Expo project by running this command:

$ npm i andrei-bread-react-native-expo-read-sms

Usage

  1. Import the startReadSMS function after installation

    import { startReadSMS } from "andrei-bread-react-native-expo-read-sms";

  2. Pass Success and Error callbacks startReadSMS(successCallbackFn, errorCallbackFn)

  3. Everytime an SMS has been received successCallbackFn will be called with the SMS

Methods

Method nameDescriptionParamsReturns
checkIfHasSMSPermissionFunction which checks if the application has READ_SMS and RECEIVE_SMS permissions-{ hasReceiveSmsPermission: true/false, hasReadSmsPermission: true/false }
requestReadSMSPermissionRequests READ_SMS and RECEIVE_SMS permission, if missing-Returns true if granted, and false otherwise
startReadSMSStarts listening for incoming messages. Note: SMS Permissions should be present.callback fnIncoming message body

Important Note:

Ensure your app has READ_SMS, and RECEIVE_SMS, failing which you'll receive error on calling the function

License

MIT

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.91

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago