{"id":17700889,"url":"https://github.com/wrathchaos/react-native-ticket-modal","last_synced_at":"2025-05-07T08:27:17.024Z","repository":{"id":34923564,"uuid":"190808160","full_name":"WrathChaos/react-native-ticket-modal","owner":"WrathChaos","description":"Ready to GO Ticket Modal for React Native.","archived":false,"fork":false,"pushed_at":"2023-07-11T00:10:59.000Z","size":16551,"stargazers_count":11,"open_issues_count":17,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T08:12:03.295Z","etag":null,"topics":["freakycoder","front-end","modal","react","react-native","redeem","redeem-code","rn","ticket","ui","zigzag"],"latest_commit_sha":null,"homepage":"https://www.freakycoder.com","language":"JavaScript","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/WrathChaos.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,"governance":null}},"created_at":"2019-06-07T20:59:45.000Z","updated_at":"2023-10-24T16:11:47.000Z","dependencies_parsed_at":"2023-11-27T16:02:27.220Z","dependency_job_id":"0b410da1-2149-4159-ab25-6d0e727f9d48","html_url":"https://github.com/WrathChaos/react-native-ticket-modal","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.303030303030303,"last_synced_commit":"ba73ca53b72c9ec7508016c9d4e77cc52d2e60fb"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-ticket-modal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-ticket-modal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-ticket-modal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-ticket-modal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-ticket-modal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252841538,"owners_count":21812494,"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":["freakycoder","front-end","modal","react","react-native","redeem","redeem-code","rn","ticket","ui","zigzag"],"created_at":"2024-10-24T17:43:35.599Z","updated_at":"2025-05-07T08:27:16.991Z","avatar_url":"https://github.com/WrathChaos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Ticket Modal\" src=\"https://github.com/WrathChaos/react-native-ticket-modal/blob/master/assets/logo.png\" width=\"1050\"/\u003e\n\nReady to GO Ticket Modal for React Native.\n\n[![npm version](https://img.shields.io/npm/v/react-native-ticket-modal.svg)](https://www.npmjs.com/package/react-native-ticket-modal)\n[![npm](https://img.shields.io/npm/dt/react-native-ticket-modal.svg)](https://www.npmjs.com/package/react-native-ticket-modal)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"React Native Ticket Modal\" src=\"https://github.com/WrathChaos/react-native-ticket-modal/blob/master/assets/Screenshots/example.png\" width=\"49.7%\" /\u003e\n\u003c/p\u003e\n\n\n## Installation\n\nAdd the dependency:\n\n### React Native:\n\n```ruby\nnpm i react-native-ticket-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\": \"\u003e= 11.0.1\",\n\"react-native-fast-image\": \"\u003e= 6.0.3\",\n\"react-native-vector-icons\": \"\u003e= 6.5.0\",\n\"react-native-material-ripple\": \"\u003e= 0.8.0\",\n\"react-native-dynamic-vector-icons\": \"\u003e= 0.0.4\"\n```\n\n## Basic Usage\n\n```js\nimport TicketModal from \"react-native-ticket-modal\";\n\n\u003cTicketModal /\u003e\n```\n\n## Configuration - Props\n\n#### Coming Soon\n\n\u003c!-- \n| Property         |  Type  |       Default        | Description                                           |\n| ---------------- | :----: | :------------------: | ----------------------------------------------------- |\n| headerText       | string | \"Screen Information\" | change the Card's title                               |\n| title            | string |     \"Device OS\"      | change the Container's title                          |\n| titleColor       | color  |         gray         | change the Container's title color                    |\n| titleFontSize    | number |          13          | change the Container's title font size                |\n| titleStyle       | style  |       default        | set your own style for the Container's title style    |\n| subtitle         | string |          \"\"          | change the Container's subtitle                       |\n| subtitleColor    | string |      \"#222222\"       | change the Container's subtitle color                 |\n| subtitleFontSize | string |          15          | change the Container's subtitle font size             |\n| subtitleStyle    | style  |       default        | set your own style for the Container's subtitle style |\n\n--\u003e\n\n\n\n### ToDos\n\n- [x] LICENSE\n- [ ] Update README to add Props\n- [ ] Write an article about the lib on Medium\n\n\n## Credits\n\nThank you so much for the inspiration :) [Dribbble by Francesco Paradiso](https://dribbble.com/shots/4141595-Daily-UI-061-Redeem-Coupon)\n\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Ticket 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%2Fwrathchaos%2Freact-native-ticket-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-ticket-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-ticket-modal/lists"}