React Native package to get user installed applications
npm install react-native-get-apps
import { getApps } from 'react-native-get-apps';
// ...
const result = await getApps();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library