{"id":3951,"url":"https://github.com/maxs15/react-native-spinkit","last_synced_at":"2025-05-13T00:12:26.984Z","repository":{"id":36915860,"uuid":"41222913","full_name":"maxs15/react-native-spinkit","owner":"maxs15","description":"A collection of animated loading indicators for React Native","archived":false,"fork":false,"pushed_at":"2024-12-15T09:17:05.000Z","size":463,"stargazers_count":2400,"open_issues_count":45,"forks_count":301,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-05-13T00:12:21.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/maxs15.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-22T20:17:32.000Z","updated_at":"2025-05-11T07:02:57.000Z","dependencies_parsed_at":"2022-09-10T03:52:45.369Z","dependency_job_id":"1537914c-b551-4e4d-bf6e-8ef0db4a55ab","html_url":"https://github.com/maxs15/react-native-spinkit","commit_stats":{"total_commits":122,"total_committers":27,"mean_commits":4.518518518518518,"dds":0.5163934426229508,"last_synced_commit":"8ee6ffef9f4c195e4f70924a801b7d13f5dc6569"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxs15%2Freact-native-spinkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxs15%2Freact-native-spinkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxs15%2Freact-native-spinkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxs15%2Freact-native-spinkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxs15","download_url":"https://codeload.github.com/maxs15/react-native-spinkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843219,"owners_count":21972874,"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":[],"created_at":"2024-01-05T20:16:56.327Z","updated_at":"2025-05-13T00:12:26.953Z","avatar_url":"https://github.com/maxs15.png","language":"Objective-C","funding_links":[],"categories":["Components","React Native","\u003ca name=\"Loaders-\u0026-Animation:-Native-Modules\"\u003eLoaders \u0026 Animation: Native Modules\u003c/a\u003e","Others","Objective-C","Objective-C  Stars 1000以内排名整理","组件","Libraries"],"sub_categories":["UI","Special use case libraries"],"readme":"# react-native-spinkit\n\n[![npm](https://img.shields.io/npm/dm/react-native-spinkit.svg?maxAge=2592000)]()\n[![npm](https://img.shields.io/npm/dt/react-native-spinkit.svg?maxAge=2592000)]()   \n\nA collection of animated loading indicators   \nReact native port of [SpinKit](http://tobiasahlin.com/spinkit/).\n\n## Use your beautiful spinner to sell in-app purchases 👇\n\u003ca href=\"https://landing.iaphub.com/cc/react-native-spinkit\" title=\"IAPHUB\"\u003e\n\t\u003cimg width=882px src=\"https://www.iaphub.com/img/github/github-rn-ad.png\" alt=\"IAPHUB\"\u003e\n\u003c/a\u003e\n\u003cbr/\u003e\n\n## Preview\n![](http://i.imgur.com/AwJsakU.gif)\n\n## Getting started\n\n`npm install react-native-spinkit@latest --save`\nFor RN \u003c 0.40 support, use react-native-spinkit@0.1.5\n\n##### Automatically link the library\n`react-native link`\n\n\u003e For RN projects \u003c 0.29 link the library automatically using [RNPM](https://github.com/rnpm/rnpm)\n`rnpm link react-native-spinkit`\n\n##### Manual linking - IOS\nFollow the wiki available [here](https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---IOS)\n\n##### Manual linking - Android\nFollow the wiki available [here](https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---Android)\n\n## Example\nCheck [index.ios.js](https://github.com/maxs15/react-native-spinkit/blob/master/Example/index.ios.js) in the Example folder.\n\n## Properties\n\n| Prop  | Default  | Type | Description |\n| :------------ |:---------------:| :---------------:| :-----|\n| isVisible | `true` | `boolean` | Visibility of the spinner |\n| color | #000000 | `string` | Color of the spinner  |\n| size | 37 | `number` | Size of the spinner |\n| type | Plane | `string` | Style type of the spinner |\n\n### List of available types\n\n- CircleFlip\n- Bounce\n- Wave\n- WanderingCubes\n- Pulse\n- ChasingDots\n- ThreeBounce\n- Circle\n- 9CubeGrid\n- WordPress (IOS only)\n- FadingCircle\n- FadingCircleAlt\n- Arc (IOS only)\n- ArcAlt (IOS only)\n\n## Acknowledgements\n\nIOS library: [SpinKit-ObjC](https://github.com/raymondjavaxx/SpinKit-ObjC)   \nAndroid  library: [Android-SpinKit](https://github.com/ybq/Android-SpinKit)\n\n## License\n\n(c) 2016 Max, [MIT license](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxs15%2Freact-native-spinkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxs15%2Freact-native-spinkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxs15%2Freact-native-spinkit/lists"}