{"id":18484868,"url":"https://github.com/prscx/react-native-easy-permissions","last_synced_at":"2025-04-08T19:31:42.837Z","repository":{"id":48959632,"uuid":"233347258","full_name":"prscX/react-native-easy-permissions","owner":"prscX","description":"React Native: Native Easy Permissions","archived":false,"fork":false,"pushed_at":"2021-07-03T08:50:05.000Z","size":272,"stargazers_count":31,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T16:59:08.295Z","etag":null,"topics":["android","ios","react-native"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prscX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-12T06:12:31.000Z","updated_at":"2022-06-10T16:54:24.000Z","dependencies_parsed_at":"2022-09-26T20:21:31.651Z","dependency_job_id":null,"html_url":"https://github.com/prscX/react-native-easy-permissions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-easy-permissions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-easy-permissions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-easy-permissions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-easy-permissions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prscX","download_url":"https://codeload.github.com/prscX/react-native-easy-permissions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223342275,"owners_count":17129813,"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","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","ios","react-native"],"created_at":"2024-11-06T12:43:25.835Z","updated_at":"2024-11-06T12:43:26.947Z","avatar_url":"https://github.com/prscX.png","language":"Objective-C","funding_links":["https://www.buymeacoffee.com/prscX"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/react-native-easy-permissions\"\u003e\u003cimg src=\"http://img.shields.io/npm/v/react-native-easy-permissions.svg?style=flat\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/prscX/react-native-easy-permissions/pulls\"\u003e\u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/prscX/react-native-easy-permissions#License\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/react-native-easy-permissions.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n    ReactNative: Native Easy Permissions Library (Android/iOS)\n\nIf this project has helped you out, please support us with a star 🌟\n\n\u003c/h1\u003e\n\nThis library is a React Native bridge around native library providing Dialog for permissions.\n\n| **iOS: [ivanvorobei/SPPermissions](https://github.com/ivanvorobei/SPPermissions)**                         |\n| ---------------------------------------------------------------------------------------------------------- |\n| \u003cimg src=\"https://github.com/ivanvorobei/SPPermissions/blob/master/Assets/Readme/Preview%20-%205.0.jpg\" /\u003e |\n\n| **Android: [Facebook/ReactNative.PermissionsAndroid](https://facebook.github.io/react-native/docs/permissionsandroid)** |\n| ----------------------------------------------------------------------------------------------------------------------- |\n\n\n\u003e This library is support RN61+\n\n## 📖 Getting started\n\n`$ npm install react-native-easy-permissions --save`\n\n- **iOS**\n\n\u003e **iOS Prerequisite:** Please make sure `CocoaPods` is installed on your system\n\n    - Add the following to your `Podfile` -\u003e `ios/Podfile` and run pod update:\n\n```\n  use_native_modules!\n\n  pod 'RNEasyPermissions', :path =\u003e '../node_modules/react-native-easy-permissions/ios'\n\n  use_frameworks!\n\n  pod 'SPPermissions', :git =\u003e 'https://github.com/prscX/SPPermissions', :branch =\u003e 'react-native'\n```\n\n- [Permissions Pods - Follow](https://github.com/ivanvorobei/SPPermissions/#cocoapods)\n- [Keys in Info.plist - Follow](https://github.com/ivanvorobei/SPPermissions/#keys-in-infoplist)\n\n- **Android**\n\n\u003e [Supported Permissions - Follow](https://facebook.github.io/react-native/docs/permissionsandroid)\n\n\u003e No configuration is required\n\n## 🎨 Usage\n\n```\nimport { RNEasyPermissions } from 'react-native-easy-permissions'\n\nRNEasyPermissions.Show({\n    // iOS Permissions\n    permissions: ['Camera', 'Contacts', 'Calendar', 'PhotoLibrary', 'Notification', 'Microphone', 'Reminders', 'SpeechRecognizer', 'Location', 'Motion',    'MediaLibrary', 'Bluetooth']\n    // Android Permissions\n    // permissions: [\n    //   'android.permission-group.CALENDAR',\n    //   'android.permission-group.CAMERA',\n    //   'android.permission-group.LOCATION',\n    //   'android.permission.READ_SMS',\n    //   'android.permission.ACCESS_FINE_LOCATION'\n    // ]\n});\n\n```\n\n## 💡 Props\n\n- **General(iOS \u0026 Android)**\n\n| Prop                        | Type   | Default | Note                                |\n| --------------------------- | ------ | ------- | ----------------------------------- |\n| `Show({ permissions: [] })` | `func` |         | It invoke native permissions dialog |\n\n## ✨ Credits\n\n- iOS: [ivanvorobei/SPPermissions](https://github.com/ivanvorobei/SPPermissions)\n\n## 🤔 How to contribute\n\nHave an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/react-native-easy-permissions/issues).\nContributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.\n\n## 💫 Where is this library used?\n\nIf you are using this library in one of your projects, add it in this list below. ✨\n\n## 📜 License\n\nThis library is provided under the Apache 2 License.\n\nRNAppTour @ [prscX](https://github.com/prscX)\n\n## 💖 Support my projects\n\nI open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n\n- Starring and sharing the projects you like 🚀\n- If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub.\n\n  \u003ca href=\"https://www.buymeacoffee.com/prscX\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n  Thanks! ❤️\n  \u003cbr/\u003e\n  [prscX.github.io](https://prscx.github.io)\n  \u003cbr/\u003e\n  \u003c/ Pranav \u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprscx%2Freact-native-easy-permissions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprscx%2Freact-native-easy-permissions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprscx%2Freact-native-easy-permissions/lists"}