Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Sep 23, 2023
1 parent 583a562 commit badf45d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ npm install preact

### Supported react-native versions

| react-native-react-bridge | react-native |
| ------------------------- | ------------ |
| >=0.9.0 | >=0.65.0 |
| 0.0.0 - 0.8.1 | <=0.64.2 |
| react-native-react-bridge | react-native |
| ------------------------- | ---------------- |
| >=0.11.2 | >=0.70.0 |
| >=0.9.0 | >=0.65.0 <0.70.0 |
| 0.0.0 - 0.8.1 | <=0.64.2 |

## Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#### Defined in

[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/hooks.ts#L7)
[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/hooks.ts#L7)

## Type Aliases

Expand All @@ -63,4 +63,4 @@

#### Defined in

[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/types.ts#L1)
2 changes: 1 addition & 1 deletion docs/modules/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

#### Defined in

[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/plugin/index.js#L6)
[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/plugin/index.js#L6)
4 changes: 2 additions & 2 deletions docs/modules/web_preact.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#### Defined in

[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L5)
[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L5)

___

Expand All @@ -55,7 +55,7 @@ ___

#### Defined in

[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L18)
[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L18)

## References

Expand Down
6 changes: 3 additions & 3 deletions docs/modules/web_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L5)
[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L5)

___

Expand All @@ -52,7 +52,7 @@ ___

#### Defined in

[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L18)
[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L18)

___

Expand All @@ -78,4 +78,4 @@ ___

#### Defined in

[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/web/core.ts#L11)
[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/web/core.ts#L11)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-react-bridge",
"version": "0.11.1",
"version": "0.11.2",
"description": "An easy way to integrate your React (or Preact) app into React Native app with WebView.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit badf45d

Please sign in to comment.