Skip to content

Commit dd1121b

Browse files
committed
Add badge
1 parent f11fe18 commit dd1121b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-devsettings
22

3+
[![supports iOS](https://img.shields.io/badge/iOS-4630EB.svg?style=flat-square&logo=APPLE&labelColor=999999&logoColor=fff)](https://www.npmjs.com/package/react-native-devsettings)
4+
[![supports Android](https://img.shields.io/badge/Android-4630EB.svg?style=flat-square&logo=ANDROID&labelColor=A4C639&logoColor=fff)](https://www.npmjs.com/package/react-native-devsettings)
5+
[![npm](https://img.shields.io/npm/v/react-native-devsettings.svg)](https://www.npmjs.com/package/react-native-devsettings)
6+
![license](https://img.shields.io/npm/l/react-native-devsettings)
7+
8+
<!-- [![npm](https://img.shields.io/npm/dm/react-native-devsettings.svg)](https://www.npmjs.com/package/react-native-devsettings) -->
9+
310
Enable react-native-debugger and chrome debugger on Hermes
411

512
## Installation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-devsettings",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "index.ts",
55
"description": "A simple library to enable/disable Chrome Debugger from your app",
66
"author": "Gustavo Gard <[email protected]>",

0 commit comments

Comments
 (0)