{"id":4232,"url":"https://github.com/AppliKeySolutions/RocketButton","last_synced_at":"2025-07-31T13:30:52.037Z","repository":{"id":102551349,"uuid":"99708437","full_name":"ApplikeySolutions/RocketButton","owner":"ApplikeySolutions","description":"🚀 React native component for animated cross-mark transformation. ","archived":false,"fork":false,"pushed_at":"2017-08-10T12:10:33.000Z","size":5,"stargazers_count":66,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-01T08:48:02.392Z","etag":null,"topics":["android","animation","button","cross-platform","dropdown","ios","javascript","react-native","transition"],"latest_commit_sha":null,"homepage":"https://applikeysolutions.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/ApplikeySolutions.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,"roadmap":null,"authors":null}},"created_at":"2017-08-08T15:33:09.000Z","updated_at":"2024-08-27T11:32:45.000Z","dependencies_parsed_at":"2023-07-29T11:16:25.902Z","dependency_job_id":null,"html_url":"https://github.com/ApplikeySolutions/RocketButton","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/ApplikeySolutions%2FRocketButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FRocketButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FRocketButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FRocketButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApplikeySolutions","download_url":"https://codeload.github.com/ApplikeySolutions/RocketButton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228248555,"owners_count":17891447,"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":["android","animation","button","cross-platform","dropdown","ios","javascript","react-native","transition"],"created_at":"2024-01-05T20:17:05.287Z","updated_at":"2024-12-05T06:31:39.490Z","avatar_url":"https://github.com/ApplikeySolutions.png","language":"JavaScript","readme":"Made by [Applikey Solutions](https://applikeysolutions.com)\n\n![rocket](https://user-images.githubusercontent.com/10288457/29079755-b0809b58-7c66-11e7-8a68-004ccb227e5f.gif)\n\n# react-native-animated-check-mark\n\n# Table of Contents\n1. [Purpose](#purpose)\n2. [Supported Platforms](#supported-platforms)\n3. [Installation](#installation)\n4. [Basic Usage](#basic-usage)\n5. [Properties](#properties)\n6. [Demo](#demo)\n7. [Release Notes](#release-notes)\n8. [Contact Us](#contact-us)\n9. [License](#license)\n\n# Purpose\nA small react component for animated cross-mark transformation.\n\n# Supported Platforms\n\n* iOS\n* Android\n\n# Installation\n\n```bash\n$ npm i react-native-animated-check-mark --save\n```\n\n# Basic Usage\n\n- Install `react-native` first\n\n```bash\n$ npm i react-native -g\n```\n\n- Initialization of a react-native project\n\n```bash\n$ react-native init myproject\n```\n\n- Then, edit `myproject/index.ios.js`, like this:\n\n```jsx\nimport React, { Component } from 'react';\nimport {\n  AppRegistry,\n  StyleSheet,\n  View,\n} from 'react-native';\n\nimport CrossMarker from 'react-native-animated-check-mark';\n\nexport default class myproject extends Component {\n  render() {\n    return (\n      \u003cView style={styles.container}\u003e\n        \u003cView style={{ flexDirection: 'row' }}\u003e\n          \u003cCrossMarker /\u003e\n          \u003cCrossMarker\n            height={50}\n            width={5}\n            color={'green'}\n            delay={300}\n            onMarkPress={() =\u003e console.log('To Cross')}\n            onCrossPress={() =\u003e console.log('To Mark')}\n          /\u003e\n          \u003cCrossMarker height={70} width={6} color={'red'} delay={1000} /\u003e\n        \u003c/View\u003e\n      \u003c/View\u003e\n    );\n  }\n}\n\nconst styles = StyleSheet.create({\n  container: {\n    flex: 1,\n    justifyContent: 'center',\n    alignItems: 'center',\n    backgroundColor: '#F5FCFF',\n  },\n});\n\nAppRegistry.registerComponent('myproject', () =\u003e myproject);\n```\n\n# Demo\n\n![dropdown](https://user-images.githubusercontent.com/10288457/29079761-b4d590e6-7c66-11e7-8357-0ac6a642d523.gif)\n\n# Properties\n\n| Prop  | Default  | Type | Description |\n| :------------ |:---------------:| :---------------:| :-----|\n| color | #000 | `string` | Set the color of lines |\n| delay | 500 | `number` | Set the duration of transform (milliseconds) |\n| height | 30 | `number` | Set the line height |\n| width | 4 | `number` | Set the line width |\n| onCrossPress | - | `function` | fires, when component in cross mode is tapped |\n| onMarkPress | - | `function` | fires, when component in mark mode is tapped |\n\n# Release Notes\n\nVersion 0.0.2\n\n- Release version.\n\n# Contact Us\n\nYou can always contact us via github@applikey.biz We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!\n\n# License\n\nThe MIT License (MIT)\n\nCopyright © 2017 Applikey Solutions\n\nPermission is hereby granted free of charge to any person obtaining a copy of this software and associated documentation files (the \"Software\") to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FRocketButton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppliKeySolutions%2FRocketButton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FRocketButton/lists"}