react-native-sms-fetch
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i react-native-sms-fetch

Weekly Downloads

3

Version

0.1.3

License

MIT

Unpacked Size

18.5 kB

Total Files

23

Last publish

Collaborators

  • vishu-jain