react-native-call-history

0.0.1 • Public • Published

react-native-call-history

Retrieves call logs (Android only).

usage:

import CallHistory from 'react-native-call-history';

CallHistory.list(
	(history) => {
		AsyncStorage.setItem("callHistory", history);
	},
	(error) => {
		console.warn(error);
	}
);

Installation $ react-native link

Permission Add permission to android/app/src/mainAndroidMenifest.xmlfile

<uses-permission android:name="android.permission.READ_CALL_LOG"></uses-permission>

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-call-history

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • makmac213