{"id":23988838,"url":"https://github.com/philip-bui/react-native-animated-loading-button","last_synced_at":"2026-04-02T15:59:20.519Z","repository":{"id":36467163,"uuid":"219230542","full_name":"philip-bui/react-native-animated-loading-button","owner":"philip-bui","description":"React Native Animated Loading Button.","archived":false,"fork":false,"pushed_at":"2023-01-06T02:19:36.000Z","size":1303,"stargazers_count":3,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:25:51.958Z","etag":null,"topics":["button-animation","github-actions","loading","loading-animations","react-native","react-native-animation","react-native-component"],"latest_commit_sha":null,"homepage":"","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/philip-bui.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":"2019-11-03T00:15:13.000Z","updated_at":"2022-05-27T01:40:42.000Z","dependencies_parsed_at":"2023-01-17T01:45:26.001Z","dependency_job_id":null,"html_url":"https://github.com/philip-bui/react-native-animated-loading-button","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Freact-native-animated-loading-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Freact-native-animated-loading-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Freact-native-animated-loading-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Freact-native-animated-loading-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philip-bui","download_url":"https://codeload.github.com/philip-bui/react-native-animated-loading-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877968,"owners_count":21176244,"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":["button-animation","github-actions","loading","loading-animations","react-native","react-native-animation","react-native-component"],"created_at":"2025-01-07T16:18:20.179Z","updated_at":"2026-04-02T15:59:20.479Z","avatar_url":"https://github.com/philip-bui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/philip-bui/react-native-animated-loading-button/raw/master/.github/images/loading-button.png\"\u003e\u003cimg src=\"https://github.com/philip-bui/react-native-animated-loading-button/raw/master/.github/images/loading-button.png\" title=\"Loading Button Preview\" height=\"445\" width=\"250\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# React Native Animated Loading Button\n[![Actions Status](https://github.com/philip-bui/react-native-animated-loading-button/workflows/build/badge.svg)](https://github.com/philip-bui/react-native-animated-loading-button/actions)\n[![npm](https://img.shields.io/npm/v/react-native-animated-loading-button.svg?style=flat)](https://www.npmjs.com/package/react-native-animated-loading-button)\n![Downloads](https://img.shields.io/npm/dt/react-native-animated-loading-button.svg?style=flat)\n\nReact Native Animated Loading Button is a button component that animates to a loading button and vice versa.\n\n## Installation\n\n```bash\n$ npm install react-native-animated-loading-button\n```\n\n```\n$ yarn add react-native-animated-loading-button\n```\n\n## Usage\n\n```javascript\nimport AnimatedLoadingButton from \"react-native-animated-loading-button\";\n\nexport default class View extends React.Component {\n\n  loadingButton = React.createRef();\n\n  showLoadingButton() {\n    this.loadingButton.setLoading(true);\n  }\n\n  showButtonWithTitle() {\n    this.loadingButton.setLoading(false);\n  }\n\n  render() {\n    return \u003cAnimatedLoadingButton\n        ref={loadingButton =\u003e this.loadingButton = loadingButton}\n        containerStyle={{\n          width: \"100%\",\n          height: 50\n        }}\n        buttonStyle={{\n          backgroundColor: \"#424242\",\n          borderRadius: 4,\n          paddingHorizontal: 16\n        }}\n        title=\"Login\"\n        titleStyle={{\n          color: \"white\"\n        }}\n        onPress={this.handleLoadingButtonPress}\n      /\u003e\n  }\n}\n```\n\n## Features\n\n- [X] Animate to Loading State and vice versa. \n- [X] Support Title.\n- [ ] Support Icon Left.\n- [ ] Support Icon Right.\n- [X] Support Disabled button.\n- [X] Support Raised button.\n- [X] Supports Accessibility.\n\n## License\n\nReact Native Animated Loading Button is available under the MIT license. [See LICENSE](https://github.com/philip-bui/react-native-animated-loading-button/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilip-bui%2Freact-native-animated-loading-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilip-bui%2Freact-native-animated-loading-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilip-bui%2Freact-native-animated-loading-button/lists"}