{"id":4105,"url":"https://github.com/prscX/react-native-iconic","last_synced_at":"2025-08-04T00:31:34.952Z","repository":{"id":48958836,"uuid":"118228945","full_name":"prscX/react-native-iconic","owner":"prscX","description":"React Native - Native Animated Icons with different states","archived":true,"fork":false,"pushed_at":"2021-07-03T10:03:40.000Z","size":322,"stargazers_count":224,"open_issues_count":7,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-16T16:50:53.537Z","etag":null,"topics":["android","ios","react-native"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prscX.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":"2018-01-20T09:30:40.000Z","updated_at":"2024-07-05T17:36:47.000Z","dependencies_parsed_at":"2022-09-12T15:30:23.368Z","dependency_job_id":null,"html_url":"https://github.com/prscX/react-native-iconic","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-iconic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-iconic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-iconic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-iconic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prscX","download_url":"https://codeload.github.com/prscX/react-native-iconic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228576895,"owners_count":17939645,"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","ios","react-native"],"created_at":"2024-01-05T20:17:01.190Z","updated_at":"2024-12-07T07:31:08.164Z","avatar_url":"https://github.com/prscX.png","language":"Java","readme":"\n\u003ch1 align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://camo.githubusercontent.com/f4bca08c57847fa1d120f3c258aa7af8e18dfb9b/68747470733a2f2f63646e2e6472696262626c652e636f6d2f75736572732f3338313133332f73637265656e73686f74732f313639363538302f766266706f70666c6174627574746f6e332e676966\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-iconic\"\u003e\u003cimg src=\"http://img.shields.io/npm/v/react-native-iconic.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-iconic/pulls\"\u003e\u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-iconic#License\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/react-native-iconic.svg?style=flat\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n    ReactNative: Native Iconic (Android/iOS): Deprecated\n\nDue to time constraint, this library is deprecated and not maintained anymore, You can still use this library.\n\nIf this project has helped you out, please support us with a star 🌟\n\u003c/h1\u003e\n\nReact Native Bridge for below native libraries:\n\n\n| **[iOS: VBFPopFlatButton](https://github.com/victorBaro/VBFPopFlatButton)**             |\n| ----------------- |\n| Flat button with 21 different states and 2 types animated using pop. |\n\n\n| **Android: [Android: balysv/material-menu](https://github.com/balysv/material-menu)**             |\n| ----------------- |\n| \u003cimg src=\"https://camo.githubusercontent.com/642bd91749dce58abfba00fe1cefdf2cf4213fd3/68747470733a2f2f7261772e6769746875622e636f6d2f62616c7973762f6d6174657269616c2d6d656e752f6d61737465722f6172742f64656d6f2e676966\" /\u003e                  |\n\n\u003e Morphing Android menu, back, dismiss and check buttons\n\n\n| **Android: [Android: zagum/Android-ExpandIcon](https://github.com/zagum/Android-ExpandIcon)**             |\n| ----------------- |\n| \u003cimg src=\"https://github.com/zagum/Android-ExpandIcon/raw/master/art/expand_icon_demo.gif\" /\u003e                  |\n\n\n\n## 📖 Getting started\n\n`$ npm install react-native-iconic --save`\n\n`$ react-native link react-native-iconic`\n\n- **Android**\n\nPlease add below snippet into your app build.gradle:\n\n```javascript\nbuildscript {\n    repositories {\n        jcenter()\n        maven { url \"https://maven.google.com\" }\n        maven { url \"https://jitpack.io\" }\n        ...\n    }\n}\n\nallprojects {\n    repositories {\n        mavenLocal()\n        jcenter()\n        maven { url \"https://maven.google.com\" }\n        maven { url \"https://jitpack.io\" }\n        ...\n    }\n}\n```\n\n- **iOS**\n\n  - After `react-native link react-native-iconic`, please verify `node_modules/react-native-iconic/ios/` contains `Pods` folder. If does not exist please execute `pod install` command on `node_modules/react-native-iconic/ios/`, if any error =\u003e try `pod repo update` then `pod install`\n\n\n\n## 💻 Usage\n\n```javascript\nimport RNIconic from 'react-native-iconic';\n\n// TODO: What to do with the module?\n\u003cRNIconic shape={shapes} tintColor={\"#FFFFFF\"} color={\"#fc4426\"} size={100} selection={0} disable={false} lineThickness={5} /\u003e\n```\n\n## Shapes\n\n**iOS**\n- `Add, Minus, Close, Back, Forward, Menu, Download, Share, DownBasic, UpBasic, Paused, DownArrow, RightTriangle, LeftTriangle, UpTriangle, DownTriangle, Ok, Rewind, FastForward, Square`\n\n**Android**\n- `BURGER, ARROW, X, CHECK`\n- `DownBasic, UpBasic`\n\n## 💡 Props\n\n  - **Generic**\n\n| Prop              | Type       | Default | Note                                                                                                       |\n| ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |\n| `shape`       | `array`     |         | Array of shape sequence\n| `selection`      | `int`     |         | Default position of shape\n| `color`       | `string`     |         | Specify icon color                                                            |\n| `size` | `int` |         | Size of Icon                                                   |  |\n| `disabled`    | `bool`     |         | Disabling the Icon Button                                        |  |\n| `onChange`      | `func`     |         | It is invoke when the value of button is change\n| `tintColor`           | `array`     |         | Color of background circle |\n\n  - **iOS**\n\n| Prop              | Type       | Default | Note                                                                                                       |\n| ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |\n| `lineThickness`     | `string` |         | Thickness of icon line                                                      |\n| `rounded`           | `bool`     |         | For having circle in background |\n\n\n## ✨ Credits\n\n- iOS Lib: [VBFPopFlatButton](https://github.com/victorBaro/VBFPopFlatButton) for iOS implement\n- Android Lib: [balysv/material-menu](https://github.com/balysv/material-menu) for Android implement\n- Android Lib: [zagum/Android-ExpandIcon](https://github.com/zagum/Android-ExpandIcon)\n\n## 🤔 How to contribute\nHave an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/react-native-iconic/issues).\nContributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.\n\n## 💫 Where is this library used?\nIf you are using this library in one of your projects, add it in this list below. ✨\n\n\n## 📜 License\nThis library is provided under the Apache License.\n\nRNIconic @ [prscX](https://github.com/prscX)\n\n## 💖 Support my projects\nI open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n* Starring and sharing the projects you like 🚀\n* If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub.\n\n  \u003ca href=\"https://www.buymeacoffee.com/prscX\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n  Thanks! ❤️\n  \u003cbr/\u003e\n  [prscX.github.io](https://prscx.github.io)\n  \u003cbr/\u003e\n  \u003c/ Pranav \u003e\n","funding_links":["https://www.buymeacoffee.com/prscX"],"categories":["Components","\u003ca name=\"Loaders-\u0026-Animation:-Native-Modules\"\u003eLoaders \u0026 Animation: Native Modules\u003c/a\u003e","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-iconic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FprscX%2Freact-native-iconic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-iconic/lists"}