{"id":31028979,"url":"https://github.com/aravind3566/react-native-get-app-list","last_synced_at":"2025-09-13T21:52:04.298Z","repository":{"id":260560261,"uuid":"881665060","full_name":"aravind3566/react-native-get-app-list","owner":"aravind3566","description":"🎊🚨 A comprehensive library to retrieve the list of all installed applications on Android devices, including detailed information such as package names, app name and version codes. (Android only) 🚨🎊","archived":false,"fork":false,"pushed_at":"2025-09-11T07:28:55.000Z","size":2141,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T09:47:14.056Z","etag":null,"topics":["android-app","app-list","react-native"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-get-app-list","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aravind3566.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["aravind3566"],"buy_me_a_coffee":["aravind3566"],"custom":["https://www.buymeacoffee.com/aravind3566"]}},"created_at":"2024-11-01T01:54:29.000Z","updated_at":"2025-09-11T07:28:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"52e2296e-b82a-4563-9b2a-514f09b5281a","html_url":"https://github.com/aravind3566/react-native-get-app-list","commit_stats":null,"previous_names":["aravind3566/react-native-get-app-list"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aravind3566/react-native-get-app-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind3566%2Freact-native-get-app-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind3566%2Freact-native-get-app-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind3566%2Freact-native-get-app-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind3566%2Freact-native-get-app-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aravind3566","download_url":"https://codeload.github.com/aravind3566/react-native-get-app-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind3566%2Freact-native-get-app-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935968,"owners_count":25376836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-app","app-list","react-native"],"created_at":"2025-09-13T21:52:01.587Z","updated_at":"2025-09-13T21:52:04.282Z","avatar_url":"https://github.com/aravind3566.png","language":"Kotlin","funding_links":["https://github.com/sponsors/aravind3566","https://buymeacoffee.com/[\"aravind3566\"]","https://www.buymeacoffee.com/aravind3566"],"categories":[],"sub_categories":[],"readme":"# react-native-get-app-list\n\nA React Native library to retrieve a list of all installed applications on the device, including their package names and version codes.\n\n## Note: This Library only available for Android\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Reference](#api-reference)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nTo install the package, use npm or yarn:\n\n```sh\nnpm install react-native-get-app-list\n```\n\nor\n\n```sh\nyarn add react-native-get-app-list\n```\n\n## Usage\n\nTo retrieve the list of installed apps, including their package names and version codes, use the `getInstalledApps` function:\n\n```javascript\nimport { getInstalledApps } from 'react-native-get-app-list';\n\n// ...\n\nasync function fetchInstalledApps() {\n  try {\n    const result = await getInstalledApps();\n    console.log(result); // Displays the list of installed apps\n  } catch (error) {\n    console.error('Error fetching installed apps:', error);\n  }\n}\n\n// Call the function to fetch installed apps\nfetchInstalledApps();\n```\n\n### Example Output\n\nThe output will be an array of objects, each containing the `packageName`, `versionName`, and `versionCode` of the installed apps:\n\n```json\n[\n  {\n    \"icon\":\"iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACA...\",\n    \"appName\": \"Calculator\",\n    \"packageName\": \"com.miui.calculator\",\n    \"versionName\": \"15.0.14\"\n  },\n  {\n      \"icon\":\"iVBORw0KGgoAAAA...\",\n      \"appName\": \"Scanner\",\n      \"packageName\": \"com.xiaomi.scanner\",\n      \"versionName\": \"13.2204.5\"\n  },\n  {\n      \"icon\":\"iVBORw0KGgoAAAA...\",\n      \"appName\": \"Gallery Editor\",\n      \"packageName\": \"com.miui.mediaeditor\",\n      \"versionName\": \"1.8.0.12-global\"\n  },\n  {\n      \"icon\":\"iVBORw0KGgoAAAA...\",\n      \"appName\": \"Find My Device\",\n      \"packageName\": \"com.google.android.apps.adm\",\n      \"versionName\": \"3.1.173-1\"\n  }\n]\n```\n\n## API Reference\n\n### `getInstalledApps()`\n\nReturns a promise that resolves with an array of installed applications, including their package names and version codes.\n\n**Returns:** `Promise\u003cArray\u003cObject\u003e\u003e`\n\n**Example:**\n\n```javascript\nconst apps = await getInstalledApps();\n```\n\n## Contributing\n\nContributions are welcome! Please see the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind3566%2Freact-native-get-app-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faravind3566%2Freact-native-get-app-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind3566%2Freact-native-get-app-list/lists"}