{"id":4320,"url":"https://github.com/alcat2008/react-native-loading","last_synced_at":"2025-03-04T07:16:23.126Z","repository":{"id":57338121,"uuid":"54437644","full_name":"alcat2008/react-native-loading","owner":"alcat2008","description":"A lightweight loading for your React Native app.","archived":false,"fork":false,"pushed_at":"2016-03-22T11:11:17.000Z","size":3,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T19:22:18.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/alcat2008.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-22T02:04:52.000Z","updated_at":"2025-02-06T15:59:12.000Z","dependencies_parsed_at":"2022-09-11T10:10:17.360Z","dependency_job_id":null,"html_url":"https://github.com/alcat2008/react-native-loading","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alcat2008%2Freact-native-loading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alcat2008%2Freact-native-loading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alcat2008%2Freact-native-loading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alcat2008%2Freact-native-loading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alcat2008","download_url":"https://codeload.github.com/alcat2008/react-native-loading/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801253,"owners_count":20022390,"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:17:08.145Z","updated_at":"2025-03-04T07:16:23.099Z","avatar_url":"https://github.com/alcat2008.png","language":"JavaScript","readme":"## react-native-loading\nA lightweight loading for your React Native app.\n\n## Installation\n\n```shell\nnpm install react-native-loading --save\n```\n\n## Usage\n\nUsing the Loading usually looks like this:\n```js\nvar Loading = require('react-native-loading');\n\nvar Demo = React.createClass({\n  \n  getInitialState() {\n    return {\n      isLoadingVisible: false\n    };\n  },\n  ...\n\n  render() {\n    return (\n      \u003cView\u003e\n        ...\n        \u003cLoading\n          isVisible={this.state.isLoadingVisible}\n        /\u003e\n      \u003c/View\u003e\n    );\n  }\n```\n\n## License\n\n`react-native-loading` is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falcat2008%2Freact-native-loading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falcat2008%2Freact-native-loading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falcat2008%2Freact-native-loading/lists"}