{"id":17700735,"url":"https://github.com/wrathchaos/react-native-social-button","last_synced_at":"2025-03-13T03:30:46.201Z","repository":{"id":38837267,"uuid":"262779877","full_name":"WrathChaos/react-native-social-button","owner":"WrathChaos","description":"Easy \u0026 Elegant Social Button for React Native","archived":false,"fork":false,"pushed_at":"2023-07-18T22:05:50.000Z","size":6535,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T18:23:31.078Z","etag":null,"topics":["android","apple","button","freakycoder","front-end","google","ios","kuray","react","react-native","react-native-social-button","reactjs","social"],"latest_commit_sha":null,"homepage":"https://freakycoder.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/WrathChaos.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":"2020-05-10T12:15:06.000Z","updated_at":"2022-12-14T23:17:10.000Z","dependencies_parsed_at":"2024-10-24T21:24:22.998Z","dependency_job_id":"ce15c206-be07-4a21-9df5-4829c3906b2e","html_url":"https://github.com/WrathChaos/react-native-social-button","commit_stats":{"total_commits":30,"total_committers":3,"mean_commits":10.0,"dds":"0.30000000000000004","last_synced_commit":"fe68cac9d6c91d273a1c01540b1404a7dd2d1595"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-social-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-social-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-social-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-social-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-social-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243335090,"owners_count":20274896,"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","apple","button","freakycoder","front-end","google","ios","kuray","react","react-native","react-native-social-button","reactjs","social"],"created_at":"2024-10-24T17:42:56.923Z","updated_at":"2025-03-13T03:30:45.461Z","avatar_url":"https://github.com/WrathChaos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Social Button\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-social-button)\n\n[![React Native Social Button](https://img.shields.io/badge/-Easy%20%26%20Elegant%20Social%20Button%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-social-button)\n\n[![npm version](https://img.shields.io/npm/v/react-native-social-button.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-social-button)\n[![npm](https://img.shields.io/npm/dt/react-native-social-button.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-social-button)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Social Button\"\n        src=\"assets/Screenshots/example.gif\" height=\"650\" /\u003e\n  \u003cimg alt=\"React Native Social Button\"\n        src=\"assets/Screenshots/example.png\" height=\"650\" /\u003e\n\u003c/p\u003e\n\n# Installation\n\nAdd the dependency:\n\n```ruby\nnpm i react-native-social-button\n```\n\n## Peer Dependencies\n\n###### IMPORTANT! You need install them\n\nDo not forget to go `ios` folder and `pod install`\n\n```js\n\"react\": \"\u003e= 16.x.x\",\n\"react-native\": \"\u003e= 0.55.x\",\n\"react-native-androw\": \"0.0.34\",\n\"react-native-vector-icons\": \"^6.6.0\",\n\"react-native-dynamic-vector-icons\": \"^0.1.1\",\n\"@freakycoder/react-native-helpers\": \"^0.1.3\"\n```\n\n# Usage\n\n## Import\n\n```js\nimport SocialButton from \"react-native-social-button\";\n```\n\n## Basic Usage\n\n```js\n\u003cSocialButton onPress={() =\u003e {}} /\u003e\n```\n\n## Advanced Usage\n\n```js\n\u003cSocialLoginButton\n  name=\"twitter\"\n  color=\"#52a9e8\"\n  text=\"Continue with Twitter\"\n  iconComponent={\n    \u003cFastImage\n      style={{ height: 50, width: 50 }}\n      source={require(\"../assets/your-image.png\")}\n    /\u003e\n  }\n  onPress={() =\u003e {}}\n/\u003e\n```\n\n# Configuration - Props\n\n| Property            |     Type      |        Default         | Description                                                                    |\n| ------------------- | :-----------: | :--------------------: | ------------------------------------------------------------------------------ |\n| text                |    string     | Continue with Facebook | change the button's inside text                                                |\n| onPress             |   function    |        default         | use this to set your own function for onPress                                  |\n| width               | string/number |   ScreenWidth \\* 0.8   | change the main button's width                                                 |\n| height              | string/number |           70           | change the main button's height                                                |\n| borderRadius        |    number     |           24           | change the main button's border radius                                         |\n| backgroundColor     |     color     |        #2d93e7         | change the main button's background color                                      |\n| iconWidth           | string/number |           55           | change the icon's width                                                        |\n| iconHeight          | string/number |           55           | change the icon's height                                                       |\n| iconBorderRadius    |    number     |           24           | change the icon's container's border radius                                    |\n| iconBackgroundColor |     color     |        #fdfdfd         | change the icon's container's background color                                 |\n| iconComponent       |   component   |          Icon          | use this to set your own icon component instead of default one                 |\n| shadowStyles        |     style     |        default         | use this to set your own style for main button's shadow instead of default one |\n| textStyle           |     style     |        default         | use this to set your own style for main button's text instead of default one   |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [ ] Write an article about the lib on Medium\n\n# Credits\n\n- Background Photo by [Dave](https://unsplash.com/@johnwestrock?utm_source=unsplash\u0026utm_medium=referral\u0026utm_content=creditCopyText) on [Unsplash](https://unsplash.com/)\n\n- [Logo vector created by freepik - www.freepik.com](https://www.freepik.com/free-photos-vectors/logo)\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Social Button is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-social-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-social-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-social-button/lists"}