{"id":4299,"url":"https://github.com/lwhiteley/react-native-gravatar","last_synced_at":"2025-10-27T00:33:41.217Z","repository":{"id":57337357,"uuid":"53807291","full_name":"lwhiteley/react-native-gravatar","owner":"lwhiteley","description":"react-native wrapper for gravatar-api","archived":false,"fork":false,"pushed_at":"2017-02-14T01:21:56.000Z","size":6,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T18:06:42.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-gravatar","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/lwhiteley.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":"2016-03-13T20:56:28.000Z","updated_at":"2024-11-04T13:34:15.000Z","dependencies_parsed_at":"2022-09-12T14:21:53.919Z","dependency_job_id":null,"html_url":"https://github.com/lwhiteley/react-native-gravatar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwhiteley%2Freact-native-gravatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwhiteley%2Freact-native-gravatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwhiteley%2Freact-native-gravatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwhiteley%2Freact-native-gravatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lwhiteley","download_url":"https://codeload.github.com/lwhiteley/react-native-gravatar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285748,"owners_count":21405299,"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:07.318Z","updated_at":"2025-10-27T00:33:41.130Z","avatar_url":"https://github.com/lwhiteley.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"react-native-gravatar\n=============\n\n### Install\n\n```shell\nnpm install --save react-native-gravatar\n```\n\n### Use\n\neg.\n\n```js\nimport React, { Component } from 'react';\nimport {StyleSheet} from 'react-native';\nimport {Gravatar, GravatarApi} from 'react-native-gravatar';\n\nclass MyComponent extends Component {\n\trender() {\n\n\t\treturn (\n      \u003cView \u003e\n        \u003cGravatar options={{\n              email: 'example@gmail.com',\n              parameters: { \"size\": \"200\", \"d\": \"mm\" },\n              secure: true\n            }}\n            style={styles.roundedProfileImage} /\u003e\n      \u003c/View\u003e\n    )\n  }\n}\n\nvar styles = StyleSheet.create({\n  roundedProfileImage: {\n    width:100, height:100, borderWidth:3,\n    borderColor:'white', borderRadius:50\n  }\n})\n\n```\n\nFor a better idea of what options can be passed, please view [gravatar-api](https://www.npmjs.com/package/gravatar-api)\n\n### Notes\n- pull requests are welcome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwhiteley%2Freact-native-gravatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flwhiteley%2Freact-native-gravatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwhiteley%2Freact-native-gravatar/lists"}