{"id":25371046,"url":"https://github.com/devsonuyadav/devsonuyadav.github.io","last_synced_at":"2026-01-21T01:33:07.267Z","repository":{"id":144022668,"uuid":"334496191","full_name":"devsonuyadav/devsonuyadav.github.io","owner":"devsonuyadav","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-08T19:44:46.000Z","size":7152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-08-18T05:20:36.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/devsonuyadav.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T19:37:44.000Z","updated_at":"2021-02-08T19:44:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"0139640c-f372-4513-a67d-92aa8a72b0e4","html_url":"https://github.com/devsonuyadav/devsonuyadav.github.io","commit_stats":null,"previous_names":["devsonuyadav/react-native-cool-components.github.io"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/devsonuyadav/devsonuyadav.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsonuyadav%2Fdevsonuyadav.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsonuyadav%2Fdevsonuyadav.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsonuyadav%2Fdevsonuyadav.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsonuyadav%2Fdevsonuyadav.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsonuyadav","download_url":"https://codeload.github.com/devsonuyadav/devsonuyadav.github.io/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsonuyadav%2Fdevsonuyadav.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28621666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-02-15T02:30:20.305Z","updated_at":"2026-01-21T01:33:07.246Z","avatar_url":"https://github.com/devsonuyadav.png","language":null,"funding_links":["https://www.buymeacoffee.com/devsonuyadav","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":[],"sub_categories":[],"readme":"## Welcome to react-native-cool-components\n\nYou can use some cool and animated components for both android and iOS. More components will get updated in future\n\n### Installation\n\n`npm i react-native-cool-components or yarn add react-native-cool-components`\n\n### ButtonSwiper\n\n![ButtonSwiper](/images/buttonSwiper.gif)\n\n### Usage\n\n```JSX import React, { Component } from \"react\";\nimport { SafeAreaView } from \"react-native\";\nimport { ButtonSwiper } from \"react-native-cool-components\";\nexport class App extends Component {\n  render() {\n    return (\n      \u003cSafeAreaView\u003e\n        \u003cButtonSwiper onSwipeComplete={() =\u003e alert(\"Yo I just triggered\")} /\u003e\n      \u003c/SafeAreaView\u003e\n    );\n  }\n}\n\nexport default App;\n```\n\n### Props\n\n| Prop Name            | Type     | Default           | Description                                                 |\n| -------------------- | -------- | ----------------- | ----------------------------------------------------------- |\n| backContainerStyle   | Style    | null              | back container wrapper style                                |\n| placeHolderStyle     | Style    | null              | specify the width of the button within the string or number |\n| buttonContainerStyle | Style    | null              | button container wrapper style                              |\n| buttonText           | String   | Completed         | button text                                                 |\n| placeHolder          | String   | Swipe to complete | placeholder text                                            |\n| onSwipeComplete      | Function | null              | function to be triggered after button swiped to the end     |\n\n### BlurredCarousel\n\n![BlurredCarousel](/images/BlurredCarousel.gif)\n\n### Usage\n\n```JSX import React, { Component } from \"react\";\nimport { SafeAreaView } from \"react-native\";\nimport { BlurredCarousel } from \"react-native-cool-components\";\n\nconst DATA = [\n  \"https://images.unsplash.com/photo-1612802687608-49884a90c5e0?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=700\u0026q=80\",\n  \"https://images.unsplash.com/photo-1612801572917-2f5e80c844bc?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=634\u0026q=80\",\n  \"https://images.unsplash.com/photo-1612799077072-abec2b27a6e8?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=634\u0026q=80\",\n  \"https://images.unsplash.com/photo-1612780829124-5180ccf69823?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=634\u0026q=80\",\n];\n\nexport class App extends Component {\n\n\n  render() {\n    return \u003cBlurredCarousel data={DATA} /\u003e\n  }\n}\n\nexport default App;\n```\n\n### Props\n\n| Prop Name  | Type  | Default | Description                    |\n| ---------- | ----- | ------- | ------------------------------ |\n| data       | Array | null    | list of images to be displayed |\n| imageStyle | Style | null    | image style                    |\n\n\n\n\n\u003ca href=\"https://www.buymeacoffee.com/devsonuyadav\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=\u0026slug=devsonuyadav\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Cookie\u0026outline_colour=000000\u0026coffee_colour=ffffff\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsonuyadav%2Fdevsonuyadav.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsonuyadav%2Fdevsonuyadav.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsonuyadav%2Fdevsonuyadav.github.io/lists"}