react-native-sms-fetch
v0.1.3
Published
React Native package to retreive sms for Android Only
Downloads
9
Readme
react-native-sms
React Native package to retreive sms from Android only
Installation
npm install react-native-sms-fetch
Android manual Installation
NOTE: getSms() method only works with these changes:
In your android/app/src/main/AndroidManifest.xml
<uses-permission android:name="android.permission.READ_SMS" />
Usage
import { getSms } from 'react-native-sms-fetch';
// ...
const result = await getSms();
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