Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>React Native ActionsNew to Visual Studio Code? Get it now.
React Native Actions

React Native Actions

Lucas Bento

|
2,923 installs
| (0) | Free
Run React Native actions from within VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

 React Native Actions

react-native-actions

Run React Native actions from within VSCode.

Quick start

Installation

VScode

Add the extension on terminal:

code --install-extension lucasbento.react-native-actions

Or click here to install from the marketplace.

React Native

  1. Install the dependency
yarn add react-native-actions --dev
  1. Link (Only required for iOS)
react-native link react-native-actions

You can check out the manual installation here.

  1. Simply wrap your root component with withActions HOC:
// Your main component

import withActions from 'react-native-actions';

class Application extends Component {
  // ...
}

export default withActions(Application); 

Usage

  • ⌘ + Shift + R: to reload the code on device;
  • ⌘ + Shift + D: to open developer menu;
  • ⌘ + Shift + T: to show network requests in console (requires remote debugging).
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft