{"id":32601541,"url":"https://github.com/shift72/rocket-expo","last_synced_at":"2026-06-15T06:02:26.551Z","repository":{"id":321372228,"uuid":"1080182424","full_name":"shift72/rocket-expo","owner":"shift72","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-29T08:41:50.000Z","size":10347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T10:29:38.182Z","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/shift72.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-21T01:49:31.000Z","updated_at":"2025-10-29T08:41:54.000Z","dependencies_parsed_at":"2025-10-29T10:29:47.019Z","dependency_job_id":"310695a5-9f00-4ce8-8c4e-fb92dfe740a3","html_url":"https://github.com/shift72/rocket-expo","commit_stats":null,"previous_names":["shift72/rocket-expo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shift72/rocket-expo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift72%2Frocket-expo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift72%2Frocket-expo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift72%2Frocket-expo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift72%2Frocket-expo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shift72","download_url":"https://codeload.github.com/shift72/rocket-expo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shift72%2Frocket-expo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281770028,"owners_count":26558441,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-30T07:58:25.184Z","updated_at":"2025-10-30T07:58:48.427Z","avatar_url":"https://github.com/shift72.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rocket SDK Expo edition\n\nThis is a thin wrapper over the Shift72 [`rocket-sdk-android`](https://github.com/shift72/rocket-sdk-android) and [`rocket-sdk-ios`](https://github.com/shift72/rocket-sdk-ios) native SDKs, easing use of them within Expo projects.\n\n## Get started\n\n1. Install dependencies\n```bash\nnpm install git://github.com/shift72/rocket-expo.git\n```\n\n2. Add the plugin to app.json\n```js\n{\n  \"expo\": {\n    \"plugins\": [\n      \"rocket-expo\"\n    ]\n  }\n}\n```\n\n3. Run a prebuild\n```bash\nnpx expo prebuild --clean\n```\n\n4. Run one-time initialisation somewhere in a root view\n```js\nimport RocketExpo from 'rocket-expo';\n\nuseEffect(() =\u003e {\n  RocketExpo.setupHostname(hostname);\n  RocketExpo.setupLogger();\n},[]);\n```\n\n5. Add a RocketExpoView somewhere\n```js\nimport { RocketExpoView } from 'rocket-expo';\n\n\u003cRocketExpoView\n  playbackConfig={{slug: slug, token: token}}\n  onPlaybackCompleted={() =\u003e console.log(\"playback completed\")}\n  style={{\n    width: '100%',\n    height: 400 //for example\n  }}\n/\u003e\n```\n\n6. Compile and start the app\n### Android\n```bash\nnpx expo run:android --device\n```\n### iOS\n```bash\nnpx expo run:ios --device\n```\n\n## Notes\n- ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift72%2Frocket-expo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshift72%2Frocket-expo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshift72%2Frocket-expo/lists"}