Skip to content

gur22-09/react-native-sms-user-consent

Repository files navigation

react-native-sms-user-consent

read sms using sms user consent api for android

Installation

npm install react-native-sms-user-consent

Usage

import { useSmsConsent } from 'react-native-sms-user-consent';

// ...

const { code, error } = useSmsConsent();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library