Skip to content

Commit af03ca5

Browse files
committed
Update descriptions
1 parent 9cd5693 commit af03ca5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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

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

77
## Why?
88

@@ -83,7 +83,7 @@ const Root = () => {
8383
export default webViewRender(<Root />);
8484
```
8585

86-
3. Use the entry file in your React Native app.
86+
3. Use the entry file in your React Native app with WebView.
8787

8888
```jsx
8989
// App.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-react-bridge",
33
"version": "0.1.1",
4-
"description": "An easy way to integrate your React app into React Native app.",
4+
"description": "An easy way to integrate your React app into React Native app with WebView.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)