{"id":4832,"url":"https://github.com/lucasbento/react-native-actions","last_synced_at":"2025-10-10T22:48:35.765Z","repository":{"id":57335049,"uuid":"105111201","full_name":"lucasbento/react-native-actions","owner":"lucasbento","description":"Run React Native actions from within VSCode.","archived":false,"fork":false,"pushed_at":"2018-02-19T11:36:34.000Z","size":797,"stargazers_count":70,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T22:50:10.144Z","etag":null,"topics":["extension","ide","plugin","react-native","react-native-library","react-native-module","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/lucasbento.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":"2017-09-28T06:36:31.000Z","updated_at":"2023-10-16T01:29:12.000Z","dependencies_parsed_at":"2022-09-07T10:22:18.164Z","dependency_job_id":null,"html_url":"https://github.com/lucasbento/react-native-actions","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lucasbento/react-native-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbento%2Freact-native-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbento%2Freact-native-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbento%2Freact-native-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbento%2Freact-native-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasbento","download_url":"https://codeload.github.com/lucasbento/react-native-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbento%2Freact-native-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265455000,"owners_count":23768470,"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":["extension","ide","plugin","react-native","react-native-library","react-native-module","vscode","vscode-extension"],"created_at":"2024-01-05T20:17:25.562Z","updated_at":"2025-10-10T22:48:30.735Z","avatar_url":"https://github.com/lucasbento.png","language":"Objective-C","funding_links":[],"categories":["Utilities"],"sub_categories":["Other Platforms"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Actions\" title=\"React Native Actions\" src=\"https://cdn.rawgit.com/lucasbento/react-native-actions/master/common/media/logo.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ereact-native-actions\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Run React Native actions from within VSCode.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/lucasbento/react-native-actions/issues\"\u003e\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\"\u003e\u003c/a\u003e\n \u003ca href=\"https://saythanks.io/to/lucasbento\"\u003e\u003cimg src=\"https://img.shields.io/badge/say-thanks-ff69b4.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Quick start\n\n### Installation\n\n### VScode\n\nAdd the extension on terminal:\n```bash\ncode --install-extension lucasbento.react-native-actions\n```\n\u003e Or [click here to install from the marketplace](https://marketplace.visualstudio.com/items?itemName=lucasbento.react-native-actions).\n\n### React Native\n\n1. Install the dependency\n```bash\nyarn add react-native-actions --dev\n```\n\n2. Link\n```bash\nreact-native link react-native-actions\n```\n\n\u003e You can check out the [manual installation here](https://github.com/lucasbento/react-native-actions/blob/master/packages/react-native-actions/README.md#manual-installation).\n\n3. Simply wrap your root component with `withActions` [HOC](https://reactjs.org/docs/higher-order-components.html):\n```jsx\n// Your main component\n\nimport withActions from 'react-native-actions';\n\nclass Application extends Component {\n  // ...\n}\n\nexport default withActions(Application); \n```\n\n### Usage\n\n- \u003ckbd\u003e⌘\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e: to reload the code on device;\n- \u003ckbd\u003e⌘\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e: to open developer menu;\n- \u003ckbd\u003e⌘\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eT\u003c/kbd\u003e: to show network requests in console (requires remote debugging).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbento%2Freact-native-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasbento%2Freact-native-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbento%2Freact-native-actions/lists"}