{"id":26426182,"url":"https://github.com/akshayjadhav4/rncontrolwidget","last_synced_at":"2026-05-08T19:32:15.227Z","repository":{"id":282921838,"uuid":"945306488","full_name":"akshayjadhav4/RNControlWidget","owner":"akshayjadhav4","description":"Implementation of iOS 18 Control Widgets in ReactNative Expo app using @bacons/apple-targets","archived":false,"fork":false,"pushed_at":"2025-05-14T15:59:14.000Z","size":468,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T16:57:15.247Z","etag":null,"topics":["control-widgets","expo","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/akshayjadhav4.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}},"created_at":"2025-03-09T05:29:29.000Z","updated_at":"2025-05-14T15:59:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0251220c-1f51-4086-8a90-dd3f995291a5","html_url":"https://github.com/akshayjadhav4/RNControlWidget","commit_stats":null,"previous_names":["akshayjadhav4/rncontrolwidget"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akshayjadhav4/RNControlWidget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2FRNControlWidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2FRNControlWidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2FRNControlWidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2FRNControlWidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshayjadhav4","download_url":"https://codeload.github.com/akshayjadhav4/RNControlWidget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayjadhav4%2FRNControlWidget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278699072,"owners_count":26030447,"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-06T02:00:05.630Z","response_time":65,"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":["control-widgets","expo","react-native"],"created_at":"2025-03-18T03:22:42.156Z","updated_at":"2025-10-07T00:09:18.906Z","avatar_url":"https://github.com/akshayjadhav4.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 iOS Control Widgetd in Expo App\n\n## 📌 About This Project\n\nThis project demonstrates how to create Control Widgets using @bacons/apple-targets for iOS-specific widgets configurations in Expo projects.\n\n## ✨ Features\n- 🔘 Buttons – Perform quick actions, such as launching an app or running a shortcut.\n- 🎚 Toggles – Control boolean states like turning something on/off.\n- 📱 Integration with System Spaces – Add widgets to Control Center, the Lock Screen, and the Action button.\n- ⚡ Built with WidgetKit – Uses Apple’s latest framework for seamless performance.\n- 🛠 Powered by @bacons/apple-targets – Automates the setup of Apple targets in Expo projects.\n- 🔄 State Syncing – Widgets can be synced from the app\n\n## 🛠 Setup \u0026 Installation\n1.\tClone the repository:\n\n```bash\ngit https://github.com/akshayjadhav4/RNControlWidget.git\ncd RNControlWidget\n```\n2. Install dependencies:\n   \n```bash\nnpm install\n```\n\n3. Add Apple Team ID in app.json\n\n```json\n\n    \"ios\": {\n      \"appleTeamId\": \"YOUR_TEAM_ID\",\n      \"supportsTablet\": true,\n      \"bundleIdentifier\": \"com.anonymous.smart-home\",\n      \"entitlements\": {\n        \"com.apple.security.application-groups\": [\n          \"group.com.anonymous.smart-home\"\n        ]\n      }\n    },\n\n```\n\n4. Generate iOS project\n   \n```bash\nnpx expo prebuild -p ios\n```\n\n5. Run App\n   \n```bash\nnpx expo run:ios\n```\n\n\n## 📷 Preview\n\n|  |  |\n|----------|----------|\n| ![Add a Control](https://github.com/user-attachments/assets/acd23b28-93ed-45e0-a512-6601c00a836e) | ![Config Control 1](https://github.com/user-attachments/assets/7ccca75b-e544-4a2e-88a3-b00c14938744) |\n| ![Config Control 1](https://github.com/user-attachments/assets/82c47ee3-a7cd-4739-ac96-5382ceeaee53) | ![Control Center OFF](https://github.com/user-attachments/assets/32412f33-549d-4350-a886-f6e218f7730a) |\n| ![Control Center ON](https://github.com/user-attachments/assets/a3d6e50e-5bdc-4c4d-b7c1-3518fad210e0) | ![App Home](https://github.com/user-attachments/assets/87cdccb5-7458-4bd3-9b63-c91ed1491c91) |\n| ![image](https://github.com/user-attachments/assets/6a165543-97e9-427c-898e-6a0eb12de580) | ![image](https://github.com/user-attachments/assets/57286dac-ba26-453a-99de-066a8403f165)\n |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayjadhav4%2Frncontrolwidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshayjadhav4%2Frncontrolwidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayjadhav4%2Frncontrolwidget/lists"}