{"id":17700818,"url":"https://github.com/wrathchaos/react-native-card-collection","last_synced_at":"2025-08-25T07:12:43.379Z","repository":{"id":52415213,"uuid":"186163244","full_name":"WrathChaos/react-native-card-collection","owner":"WrathChaos","description":"Easy to use \u0026 Ready to Go Fully Customizable Awesome Card Collection for React Native.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:54:21.000Z","size":513,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T18:58:13.697Z","etag":null,"topics":["card","card-collection","collection","freakycoder","react","react-native","ui","ui-kit"],"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}},"created_at":"2019-05-11T17:37:02.000Z","updated_at":"2024-11-04T13:14:48.000Z","dependencies_parsed_at":"2022-09-11T02:00:16.404Z","dependency_job_id":null,"html_url":"https://github.com/WrathChaos/react-native-card-collection","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/WrathChaos%2Freact-native-card-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-card-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-card-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-card-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-card-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243335092,"owners_count":20274896,"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":["card","card-collection","collection","freakycoder","react","react-native","ui","ui-kit"],"created_at":"2024-10-24T17:43:18.416Z","updated_at":"2025-03-13T03:30:45.736Z","avatar_url":"https://github.com/WrathChaos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Card Collection\" src=\"https://github.com/WrathChaos/react-native-card-collection/blob/master/assets/logo.png\" width=\"1050\"/\u003e\n\nEasy to use \u0026 Ready to Go Fully Customizable Awesome Card Collections for React Native.\n\n[![npm version](https://img.shields.io/npm/v/react-native-card-collection.svg)](https://www.npmjs.com/package/react-native-card-collection)\n[![npm](https://img.shields.io/npm/dt/react-native-card-collection.svg)](https://www.npmjs.com/package/react-native-card-collection)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg)\n![expo-compatible](https://img.shields.io/badge/Expo-compatible-9cf.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# Card\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"React Native Card Collection\" src=\"https://github.com/WrathChaos/react-native-card-collection/blob/master/assets/Screenshots/CardExample.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-card-collection\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-vector-icons\": \"\u003e= 6.4.2\",\n\"react-native-material-ripple\": \"\u003e= 0.8.0\",\n\"react-native-dynamic-vector-icons\": \"\u003e= 0.0.3\",\n\"@freakycoder/react-native-helpers\": \"\u003e= 0.0.12\"\n```\n\n## Basic Usage\n\n```js\nimport { Card } from \"react-native-card-collection\";\nimport Container from \"react-native-card-collection/components/Container/Container\";\n\n\u003cCard headerText=\"Device Information\"\u003e\n    \u003cContainer title=\"Device OS\" subtitle\"iOS\" /\u003e\n\u003c/Card\u003e\n```\n\n## Advanced Usage\n\nIn advanced usage you can use your own component as children it is all depends on you :) \n\n```js\nimport { Card } from \"react-native-card-collection\";\nimport Container from \"react-native-card-collection/components/Container/Container\";\n\n\u003cCard headerText=\"Device Information\"\u003e\n    {children}\n\u003c/Card\u003e\n```\n\n## Configuration - Props\n\n## Card\n\n| Property   |  Type  |       Default        | Description             |\n| ---------- | :----: | :------------------: | ----------------------- |\n| headerText | string | \"Screen Information\" | change the Card's title |\n\n### Card's Container\n\n| Property         |  Type  |   Default   | Description                                           |\n| ---------------- | :----: | :---------: | ----------------------------------------------------- |\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\n\n### ToDos\n\n- [x] LICENSE\n- [ ] Write an article about the lib on Medium\n\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Card Collection 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-card-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-card-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-card-collection/lists"}