react-native-similar-app-check
v1.1.1
Published
A simple React Native SDK for Android that retrieves a list of installed apps.
Maintainers
Readme
react-native-check-apps
A simple React Native SDK for Android that retrieves a list of installed apps.
Installation
npm install /path/to/react-native-check-appsUsage
import { getInstalledApps } from 'react-native-check-apps';
getInstalledApps().then(apps => {
console.log(apps);
});