{"id":18348725,"url":"https://github.com/paraboly/react-native-alert-modal","last_synced_at":"2025-04-06T09:31:48.881Z","repository":{"id":34980717,"uuid":"193730032","full_name":"Paraboly/react-native-alert-modal","owner":"Paraboly","description":"Ready to use awesome alerts as modal for React Native via Paraboly.","archived":false,"fork":false,"pushed_at":"2023-01-04T01:04:07.000Z","size":5659,"stargazers_count":10,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T21:11:57.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.paraboly.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paraboly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-25T15:01:00.000Z","updated_at":"2021-11-08T23:56:35.000Z","dependencies_parsed_at":"2023-01-15T11:30:40.963Z","dependency_job_id":null,"html_url":"https://github.com/Paraboly/react-native-alert-modal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-alert-modal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-alert-modal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-alert-modal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-alert-modal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paraboly","download_url":"https://codeload.github.com/Paraboly/react-native-alert-modal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463744,"owners_count":20942935,"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-11-05T21:18:57.507Z","updated_at":"2025-04-06T09:31:47.682Z","avatar_url":"https://github.com/Paraboly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/op_logo.png\" width=\"1050\"/\u003e\n\nReady to use awesome alerts as modal for React Native via Paraboly.\n\n[![npm version](https://img.shields.io/npm/v/@paraboly/react-native-alert-modal.svg)](https://www.npmjs.com/package/@paraboly/react-native-alert-modal)\n[![npm](https://img.shields.io/npm/dt/@paraboly/react-native-alert-modal.svg)](https://www.npmjs.org/package/@paraboly/react-native-alert-modal)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n## Alert Modal\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/Screenshots/example.png\" height=\"600\" width=\"49.7%\"/\u003e\n\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/Screenshots/example2.png\" height=\"600\" width=\"49.7%\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/Screenshots/example3.png\" height=\"600\" width=\"49.7%\"/\u003e\n\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/Screenshots/example4.png\" height=\"600\" width=\"49.7%\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Paraboly React Native Alert Modal\" src=\"https://github.com/Paraboly/react-native-alert-modal/blob/master/assets/Screenshots/example5.png\" height=\"600\" width=\"49.7%\"/\u003e\n\u003c/p\u003e\n\n## Installation\n\nAdd the dependency:\n\n```ruby\nnpm i @paraboly/react-native-alert-modal\n```\n\n## Peer Dependencies\n\n##### IMPORTANT! You need install them.\n\n```\n\"react\": \"\u003e= 16.x.x\",\n\"react-native\": \"\u003e= 0.55.x\",\n\"react-native-modal\": \"^11.0.2\",\n\"react-native-vector-icons\": \"^6.5.0\",\n\"react-native-linear-gradient\": \"^2.5.4\",\n\"react-native-dynamic-vector-icons\": \"0.0.4\",\n```\n\n## Basic Usage of AlertModal\n\n#### Classic\n\n```js\nimport AlertModal from \"@paraboly/react-native-alert-modal\";\n\n\u003cAlertModal type=\"classic\" /\u003e;\n```\n\n#### ClassicOnlyText\n\n```js\nimport AlertModal from \"@paraboly/react-native-alert-modal\";\n\n\u003cAlertModal type=\"classicOnlyText\" /\u003e;\n```\n\n#### ClassicWithIcon\n\n```js\nimport AlertModal from \"@paraboly/react-native-alert-modal\";\n\n\u003cAlertModal type=\"classicWithIcon\" /\u003e;\n```\n\n#### ClassicTriple\n\n```js\nimport AlertModal from \"@paraboly/react-native-alert-modal\";\n\n\u003cAlertModal type=\"classicTriple\" /\u003e;\n```\n\n#### ClassicTripleWithIcon\n\n```js\nimport AlertModal from \"@paraboly/react-native-alert-modal\";\n\n\u003cAlertModal type=\"classicTripleWithIcon\" height={getStatusBarHeight() + 600} /\u003e;\n```\n\n### Example Application\n\n- [check the code](example/App.js), and yes! :) all of the images, screenshots are directly taken\n  from the this example. Of course, you can simply clone the project and run the example on your own environment.\n\n### Modal Types\n\n- Classic\n- ClassicOnlyText\n- ClassicWithIcon\n- ClassicTriple\n- ClassicTripleWithIcon\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com | kuray.ogun@paraboly.com\n\n## License\n\nParaboly React Native Alert Modal Library is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-alert-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaboly%2Freact-native-alert-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-alert-modal/lists"}