Skip to content

ryangmolina/react-native-usage-stats

Repository files navigation

react-native-usage-stats

Getting started

$ npm install react-native-usage-stats --save

Mostly automatic installation

$ react-native link react-native-usage-stats

Add AndroidManifest permission

<uses-permission
    android:name="android.permission.PACKAGE_USAGE_STATS"
    tools:ignore="ProtectedPermissions" />

Usage

import UsageStats from 'react-native-usage-stats';

// TODO: What to do with the module?
UsageStats;

react-native-usage-stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published