{"id":13776607,"url":"https://github.com/cleandersonlobo/react-native-dialog-progress","last_synced_at":"2025-05-11T10:31:09.172Z","repository":{"id":57336581,"uuid":"104137892","full_name":"cleandersonlobo/react-native-dialog-progress","owner":"cleandersonlobo","description":"A dialog showing a progress indicator for React Native","archived":false,"fork":false,"pushed_at":"2022-05-31T12:04:48.000Z","size":531,"stargazers_count":9,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-12T15:45:01.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/cleandersonlobo.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":"2017-09-19T22:56:11.000Z","updated_at":"2020-11-10T09:18:16.000Z","dependencies_parsed_at":"2022-09-11T08:23:06.244Z","dependency_job_id":null,"html_url":"https://github.com/cleandersonlobo/react-native-dialog-progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleandersonlobo%2Freact-native-dialog-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleandersonlobo%2Freact-native-dialog-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleandersonlobo%2Freact-native-dialog-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleandersonlobo%2Freact-native-dialog-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleandersonlobo","download_url":"https://codeload.github.com/cleandersonlobo/react-native-dialog-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551620,"owners_count":21926324,"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":[],"created_at":"2024-08-03T18:00:30.009Z","updated_at":"2025-05-11T10:31:08.691Z","avatar_url":"https://github.com/cleandersonlobo.png","language":"Java","funding_links":[],"categories":["\u003ca name=\"Loaders-\u0026-Animation:-Native-Modules\"\u003eLoaders \u0026 Animation: Native Modules\u003c/a\u003e"],"sub_categories":[],"readme":"## react-native-dialog-progress\n[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://github.com/cleandersonlobo/react-native-dialog-progress)\n[![npm](https://img.shields.io/npm/dt/express.svg)](https://github.com/cleandersonlobo/react-native-dialog-progress)\n[![npm](https://img.shields.io/npm/v/npm.svg)](https://npmjs.org/package/react-native-dialog-progress)\n[![npm](https://img.shields.io/npm/l/react-native-smart-badge.svg)](https://github.com/cleandersonlobo/react-native-dialog-progress/blob/master/LICENSE)\n\n## Installation \n\nFirst you need to install react-native-dialog:\n\n```javascript\n$ npm install react-native-dialog-progress --save\n```\n\n### Installation (Android)\n\n## React Native Link \n\n```javascript\n$ react-native link react-native-dialog-progress\n```\n\n## Manually\n```gradle\n...\ninclude ':react-native-dialog-progress'\nproject(':react-native-dialog-progress').projectDir = new File(settingsDir, '../node_modules/react-native-dialog-progress/android')\n```\n* In `android/app/build.gradle`\n\n```gradle\n...\ndependencies {\n    ...\n    compile project(':react-native-dialog-progress')\n}\n```\n\n* register module (in MainApplication.java)\n\n```java\n......\nimport com.dialogprogress.DialogProgressPackage;  // \u003c--- import\n\n......\n\n@Override\nprotected List\u003cReactPackage\u003e getPackages() {\n   ......\n   new DialogProgressPackage(),            // \u003c------ add here\n   ......\n}\n\n```\n## Usage\n\n## Show DialogProgress\n\n### Example\n```javascript\n    import DialogProgress from 'react-native-dialog-progress'\n    const options = {\n        title:\"Loading\",\n        message:\"This is a message!\",\n        isCancelable:true\n    }\n    DialogProgress.show(options)\n```\n\n![](https://raw.githubusercontent.com/cleandersonlobo/react-native-dialog-progress/master/example.gif)\n\n## Options \n Name | Description | Default/Required | Type\n------|-------------|----------|-----------\ntitle | text for the dialog title | undefined | string\nmessage | text for the dialog message | undefined | string\nisCancelable | true if the dialog is cancelable, false otherwise | false | bool\n\n## Hide DialogProgress\n\n### Example\n```javascript \n    import DialogProgress from 'react-native-dialog-progress'\n\n    DialogProgress.hide()\n```\n\n### Thanks\n\n# License\n- [MIT](LICENSE)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleandersonlobo%2Freact-native-dialog-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleandersonlobo%2Freact-native-dialog-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleandersonlobo%2Freact-native-dialog-progress/lists"}