{"id":4764,"url":"https://github.com/watzak/react-native-instagram-share","last_synced_at":"2026-01-21T19:16:25.504Z","repository":{"id":57337726,"uuid":"45850340","full_name":"watzak/react-native-instagram-share","owner":"watzak","description":"react-native interface to share images and videos within instagram","archived":false,"fork":false,"pushed_at":"2015-11-15T12:00:25.000Z","size":0,"stargazers_count":31,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-16T12:03:16.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/watzak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-09T16:20:16.000Z","updated_at":"2024-08-31T13:42:08.000Z","dependencies_parsed_at":"2022-09-26T21:02:05.904Z","dependency_job_id":null,"html_url":"https://github.com/watzak/react-native-instagram-share","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/watzak/react-native-instagram-share","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watzak%2Freact-native-instagram-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watzak%2Freact-native-instagram-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watzak%2Freact-native-instagram-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watzak%2Freact-native-instagram-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watzak","download_url":"https://codeload.github.com/watzak/react-native-instagram-share/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watzak%2Freact-native-instagram-share/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28640748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:22.584Z","updated_at":"2026-01-21T19:16:25.469Z","avatar_url":"https://github.com/watzak.png","language":"Objective-C","funding_links":[],"categories":["Components"],"sub_categories":["Integrations"],"readme":"# react-native-instagram-share\nreact-native interface to share images and videos within instagram (iOS)\n\n\n## Update\nInstagram does not support the caption functionality anymore\n=\u003e http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing\n\n\n## Getting started\n\n1. `npm install react-native-instagram-share@latest --save`\n2. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`\n3. Go to `node_modules` ➜ `react-native-instagram-share` and add `RNInstagramShare.xcodeproj`\n4. In XCode, in the project navigator, select your project. Add `libRNInstagramShare.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`\n5. Click `RNInstagramShare.xcodeproj` in the project navigator and go the `Build Settings` tab. Make sure 'All' is toggled on (instead of 'Basic'). Look for `Header Search Paths` and make sure it contains both `$(SRCROOT)/../../react-native/React` and `$(SRCROOT)/../../../React` - mark both as `recursive`.\n6. Run your project (`Cmd+R`)\n\n\n## Usage\n\n```javascript\nvar RNInstagramShare = require('react-native-instagram-share');\n\nvar image = 'assets-library://asset/asset.JPG?id=C4E468CC-3B82-4822-8FEE-BA1C1DC47B4B\u0026ext=JPG';\nvar video = 'assets-library://asset/asset.mov?id=4D8172B1-EE3A-43D7-97BF-951003BFE97A\u0026ext=mov';\nvar caption = \"Test Message\";\nRNInstagramShare.share(video, caption);\n```\n\nCan be easily used together with react-native-camera (https://github.com/lwansbrough/react-native-camera)\n\n\n## Demo\n\n![Alt Text](https://github.com/watzak/react-native-instagram-share/raw/master/demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatzak%2Freact-native-instagram-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatzak%2Freact-native-instagram-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatzak%2Freact-native-instagram-share/lists"}