{"id":19164395,"url":"https://github.com/hlsxx/react-native-awesome-dialogs","last_synced_at":"2026-02-01T22:32:13.595Z","repository":{"id":259356130,"uuid":"877180913","full_name":"hlsxx/react-native-awesome-dialogs","owner":"hlsxx","description":"React-native simple dialog windows","archived":false,"fork":false,"pushed_at":"2024-12-20T20:19:56.000Z","size":2821,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T22:01:41.687Z","etag":null,"topics":["alert","dialogs","notifications","popup-window","react-native","reactjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hlsxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2024-10-23T08:21:42.000Z","updated_at":"2025-01-20T16:00:49.000Z","dependencies_parsed_at":"2025-04-19T21:44:57.223Z","dependency_job_id":"a675beaf-c05a-47fb-bf10-abd8b6430ee2","html_url":"https://github.com/hlsxx/react-native-awesome-dialogs","commit_stats":null,"previous_names":["hlsxx/react-native-awesome-dialogs"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Freact-native-awesome-dialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Freact-native-awesome-dialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Freact-native-awesome-dialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Freact-native-awesome-dialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hlsxx","download_url":"https://codeload.github.com/hlsxx/react-native-awesome-dialogs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250787713,"owners_count":21487263,"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":["alert","dialogs","notifications","popup-window","react-native","reactjs"],"created_at":"2024-11-09T09:21:50.717Z","updated_at":"2026-02-01T22:32:13.588Z","avatar_url":"https://github.com/hlsxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-awesome-dialogs\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/hlsxx/react-native-awesome-dialogs/blob/master/blob/example.gif\" alt=\"react-native-awesome-dialogs\" style=\"width:180px; height:400px\" /\u003e\n\u003c/div\u003e\n\n## Installation\n\n```sh\nnpm install react-native-awesome-dialogs\n```\n\n## Usage\n\n\n```js\nimport { Dialog, DialogRoot } from 'react-native-awesome-dialogs';\n\n\u003cDialogRoot\u003e\n  \u003cView style={{ flex: 1, justifyContent: 'center', alignItems: 'center'}}\u003e\n    \u003cButton\n      title=\"Success\"\n      onPress={() =\u003e Dialog.success({ title: \"Successfully\", text: \"Successfully executed\" })}\n    /\u003e\n  \u003c/View\u003e\n\u003c/DialogRoot\u003e\n```\n\n### Custom options\n\n```js\nDialog.success({\n  title: \"Successfully\",\n  text: \"Successfully executed\",\n  onHide: () =\u003e console.log(\"On hide\"),\n  onShow: () =\u003e console.log(\"On show\"),\n  titleStyle: {\n    color: '#5c9614'\n  },\n  style: {\n    borderRadius: 5,\n    borderWidth: 3,\n    borderStyle: 'dashed',\n    borderColor: '#5c9614'\n  },\n  button: {\n    text: \"X\",\n    style: {\n      alignSelf: 'center',\n      borderRadius: 5,\n      backgroundColor: 'gray',\n      width: 40,\n    }\n  }\n});\n\n```\n\n### Params\n\n```js\nexport interface DialogShowProps {\n  title?: string;\n  text?: string;\n  icon?: string;\n  color?: string;\n  titleStyle?: StyleProp\u003cTextStyle\u003e,\n  textStyle?: StyleProp\u003cTextStyle\u003e,\n  onShow?: () =\u003e void;\n  onHide?: () =\u003e void;\n  style?: StyleProp\u003cViewStyle\u003e,\n  button?: {\n    style?: StyleProp\u003cViewStyle\u003e,\n    textStyle?: StyleProp\u003cTextStyle\u003e,\n    text?: string;\n    onPress?: () =\u003e void;\n  }\n}\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlsxx%2Freact-native-awesome-dialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhlsxx%2Freact-native-awesome-dialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlsxx%2Freact-native-awesome-dialogs/lists"}