$ npm install react-native-usage-stats --save
$ react-native link react-native-usage-stats
<uses-permission
android:name="android.permission.PACKAGE_USAGE_STATS"
tools:ignore="ProtectedPermissions" />
import UsageStats from 'react-native-usage-stats';
// TODO: What to do with the module?
UsageStats;