React Native Extension PackA collection of my popular extensions that can help write, test and debug React Native applications in Visual Studio Code. Extensions IncludedReact Native ToolsThis extension provides a development environment for React Native projects. Using this extension, you can debug your code, quickly run FlowYou may not need flow but React Native codebase uses it as the static type checker. This extension adds Flow support for VS Code. PrettierFormat your JavaScript and TypeScript using Prettier.
ESLintThe extension uses the ESLint library installed in the opened workspace folder. If the folder doesn't provide one the extension looks for a global install version. If you haven't installed ESLint either locally or globally do so by running npm install eslint in the workspace folder for a local install or Marketplace
Changelog0.0.2Updated vs code engine 0.0.1Initial release License |