vscode-react-native

VSCode extension for React Native - supports debugging and editor integration

OTHER License

Stars
2.6K
Committers
81

Bot releases are hidden (Show)

vscode-react-native - 0.6.9

Published by max-mironov over 6 years ago

  • Migrated CodePush functionality to App Center extension for VS Code
vscode-react-native - 0.6.8

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-react-native - 0.6.7

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-react-native - 0.6.6

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-react-native - 0.6.5

Published by max-mironov over 6 years ago

  • Fix issues with SourceMaps for RN 0.54.x
vscode-react-native - 0.6.4

Published by max-mironov over 6 years ago

  • Narrow down activation events for extension
  • Remove local file dependencies for code-push libs from package.json
  • Bug fixes
vscode-react-native - 0.6.3

Published by max-mironov over 6 years ago

  • Update README
vscode-react-native - 0.6.2

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-react-native - 0.6.1

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-react-native - 0.6.0

Published by max-mironov over 6 years ago

We are happy to announce that we have added basic support for code-push with current release.
Please let us know what further improvements you would like to have or if you see any issues.

vscode-react-native - 0.5.7

Published by itoys almost 7 years ago

  • Bug fixes
vscode-react-native - 0.5.6

Published by itoys almost 7 years ago

Bug fixes

vscode-react-native - 0.5.4

Published by itoys almost 7 years ago

  • Bug fixes
vscode-react-native - 0.5.3

Published by itoys almost 7 years ago

  • Environment Variable setting for debug configurations
  • Improved multi-root workspaces support
  • Bug fixes
vscode-react-native - 0.5.2

Published by itoys almost 7 years ago

  • Added support React-Native 0.50 and greater
vscode-react-native - 0.5.1

Published by itoys almost 7 years ago

  • Bug fixes
vscode-react-native - 0.5.0

Published by itoys almost 7 years ago

  • Multi-root workspaces support
  • Debugging for Haxe project
  • Some bugs fixed
vscode-react-native - 0.4.4

Published by itoys almost 7 years ago

  • Fixed issue with Run iOS on device
vscode-react-native - 0.4.3

Published by itoys almost 7 years ago

  • Added custom packager port support
  • Added separate channels for logs output
  • Added Reload App and Open Dev Menu commands
  • Added launch options to attach to remote packager
vscode-react-native - 0.4.2

Published by vladimir-kotikov about 7 years ago

  • Fixed annoying error message when app's entry point is not index.<platform>.js
  • Added runArguments configuration option to allow passing custom arguments to react-native run-* commands
  • Reorganized documentation structure
  • Switched to direct usage of React Native CLI instead of ideviceinstaller to run iOS apps
  • Fixed automatic enable of JS debugging on iOS simulator