react-native-devsettings

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i react-native-devsettings

Weekly Downloads

5,022

Version

1.0.5

License

MIT

Unpacked Size

15.1 kB

Total Files

6

Last publish

Collaborators

  • gusgard