Skip to content

Commit 21cacf7

Browse files
committed
Update README.md
1 parent 0c02be8 commit 21cacf7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# react-native-react-bridge
22

3-
![check](https://github.com/inokawa/react-native-react-bridge/workflows/check/badge.svg)
3+
[![npm version](https://badge.fury.io/js/react-native-react-bridge.svg)](https://badge.fury.io/js/react-native-react-bridge) ![check](https://github.com/inokawa/react-native-react-bridge/workflows/check/badge.svg)
44

55
An easy way to integrate your [React](https://github.com/facebook/react) app into [React Native](https://github.com/facebook/react-native) app.
66

77
**This is under development**
88

99
## Install
1010

11-
WIP
11+
```sh
12+
npm install react-native-react-bridge
13+
npm install react-dom react-native-webview
14+
```
1215

13-
### Peer dependencies
16+
### Requirements
1417

1518
- react 16.8+
1619
- react-native 0.60+
17-
- react-dom
18-
- react-native-webview
1920

2021
## Usage
2122

0 commit comments

Comments
 (0)