{"id":13561599,"url":"https://react-native-share.github.io/react-native-share/","last_synced_at":"2025-04-03T17:31:14.967Z","repository":{"id":37597631,"uuid":"43406976","full_name":"react-native-share/react-native-share","owner":"react-native-share","description":"Social share, sending simple data to other apps.","archived":false,"fork":false,"pushed_at":"2024-10-28T18:52:59.000Z","size":12697,"stargazers_count":3637,"open_issues_count":30,"forks_count":945,"subscribers_count":60,"default_branch":"main","last_synced_at":"2024-10-29T15:27:11.357Z","etag":null,"topics":["android","bridge","intent","ios","react","react-native","share","uwp"],"latest_commit_sha":null,"homepage":"https://react-native-share.github.io/react-native-share","language":"Java","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/react-native-share.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-30T02:27:34.000Z","updated_at":"2024-10-28T08:14:10.000Z","dependencies_parsed_at":"2024-01-13T07:47:33.673Z","dependency_job_id":"7a9f2eaf-f17e-45e7-8358-1379746bd1b7","html_url":"https://github.com/react-native-share/react-native-share","commit_stats":{"total_commits":869,"total_committers":227,"mean_commits":3.828193832599119,"dds":0.8699654775604142,"last_synced_commit":"429e5cbed535e862781cd9fcf5d286e7d25b9984"},"previous_names":["react-native-community/react-native-share","estebanfuentealba/react-native-share"],"tags_count":130,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-share%2Freact-native-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-share%2Freact-native-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-share%2Freact-native-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-share%2Freact-native-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-native-share","download_url":"https://codeload.github.com/react-native-share/react-native-share/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239945790,"owners_count":19722854,"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","bridge","intent","ios","react","react-native","share","uwp"],"created_at":"2024-08-01T13:00:58.988Z","updated_at":"2025-04-03T17:31:09.957Z","avatar_url":"https://github.com/react-native-share.png","language":"Java","readme":"# react-native-share [![react-native-share](https://circleci.com/gh/react-native-share/react-native-share.svg?style=svg)](https://app.circleci.com/pipelines/github/react-native-share/react-native-share) [![npm version](https://badge.fury.io/js/react-native-share.svg)](http://badge.fury.io/js/react-native-share) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\nReact Native Share, is a simple tool for sharing messages and files with other apps.\n\n# Getting started 🚀\n\n---\n\nIf you are using `react-native \u003e= 0.7X` and/or the new arch you just need to do a simple:\n\n```shell\nyarn add react-native-share\n```\n\nOr if are using npm:\n\n```shell\nnpm i react-native-share --save\n```\n\nAfter that, we need to install the dependencies to use the project on iOS(you can skip this part if you are using this on Android).\n\nNow run a simple: `npx pod-install` or `cd ios \u0026\u0026 pod install`. After that, you should be able to use the library on both Platforms, iOS and Android.\n\nThen simply import:\n\n```js\nimport Share from 'react-native-share';\n\nShare.open(options)\n  .then((res) =\u003e {\n    console.log(res);\n  })\n  .catch((err) =\u003e {\n    err \u0026\u0026 console.log(err);\n  });\n```\n\nWhich you do something similar to this:\n\n![example-ios](website/static/img/assets-docs/ios-readme-example.gif)\n\n# Documentation\n\nIf you are using a older version of `react-native` or `react-native-share`, having any problem or want to know how use `Share.open` and other functions, please refer to our new [docs](https://react-native-share.github.io/react-native-share) and help us improve that.🚀\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/react-native-share.github.io%2Freact-native-share%2F","html_url":"https://awesome.ecosyste.ms/projects/react-native-share.github.io%2Freact-native-share%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/react-native-share.github.io%2Freact-native-share%2F/lists"}