Socket
Socket
Sign inDemoInstall

atom-ide-debugger-react-native

Package Overview
Dependencies
213
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    atom-ide-debugger-react-native

React Native Debugger for Atom IDE.


Version published
Weekly downloads
1
Maintainers
3
Install size
34.7 MB
Created
Weekly downloads
 

Readme

Source

atom-ide-debugger-react-native

React Native Debugger for Atom IDE is ported from vscode-react-native at version 0.5.7 (fork source). There are two ways to invoke the React Native debugger. Either attach to a running packager, or it can launch the debug target in a new packager for debugging. Note that the debugger can only attach if the default Chrome debugger is not already running.

Both cases require a workspace path which should be set to the directory containing the package.json file of the debug target. Launching the debugger also requires specifying the platform to debug, either ios or android as well as the target, either simulator or device. Note that debugging on an iOS device requires some manual setup; see these instructions. In most cases the default port setting of 8081 will be correct.

NOTE: Changing the port setting in the debugger may require external setup, see the issue on GitHub

NOTE: A DeprecationWarning: 'root' is deprecated error may appear when the program first runs, which can be safely dismissed.

Usage

Run apm install atom-ide-debugger-react-native to install the Atom package.

License

atom-ide-debugger-react-native is BSD-licensed. We also provide an additional patent grant.

FAQs

Last updated on 19 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc