Socket
Socket
Sign inDemoInstall

react-native-devsettings

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-devsettings

A simple library to enable/disable Chrome Debugger from your app


Version published
Weekly downloads
6.9K
decreased by-4.27%
Maintainers
1
Install size
14.8 kB
Created
Weekly downloads
 

Readme

Source

react-native-devsettings

supports iOS supports Android npm license

Enable react-native-debugger and chrome debugger on Hermes (when __DEV__ is true)

Installation

npm install react-native-devsettings

or

yarn add react-native-devsettings

Usage

Add the following line to your App.tsx file

import "react-native-devsettings";
// OR if you are using AsyncStorage
import "react-native-devsettings/withAsyncStorage";

Execute cmd+d or cmd+m on your simulator/emulator and select (*) Debug JS Remotely

Example

Keywords

FAQs

Last updated on 07 Jun 2023

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