Skip to content

Commit badf45d

Browse files
committed
0.11.2
1 parent 583a562 commit badf45d

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ npm install preact
5858

5959
### Supported react-native versions
6060

61-
| react-native-react-bridge | react-native |
62-
| ------------------------- | ------------ |
63-
| >=0.9.0 | >=0.65.0 |
64-
| 0.0.0 - 0.8.1 | <=0.64.2 |
61+
| react-native-react-bridge | react-native |
62+
| ------------------------- | ---------------- |
63+
| >=0.11.2 | >=0.70.0 |
64+
| >=0.9.0 | >=0.65.0 <0.70.0 |
65+
| 0.0.0 - 0.8.1 | <=0.64.2 |
6566

6667
## Usage
6768

docs/modules/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#### Defined in
4242

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

4545
## Type Aliases
4646

@@ -63,4 +63,4 @@
6363

6464
#### Defined in
6565

66-
[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/types.ts#L1)
66+
[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/types.ts#L1)

docs/modules/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
#### Defined in
2626

27-
[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/cd6af9e/src/plugin/index.js#L6)
27+
[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/plugin/index.js#L6)

docs/modules/web_preact.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#### Defined in
3131

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

3434
___
3535

@@ -55,7 +55,7 @@ ___
5555

5656
#### Defined in
5757

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

6060
## References
6161

docs/modules/web_react.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#### Defined in
2828

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

3131
___
3232

@@ -52,7 +52,7 @@ ___
5252

5353
#### Defined in
5454

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

5757
___
5858

@@ -78,4 +78,4 @@ ___
7878

7979
#### Defined in
8080

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-react-bridge",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "An easy way to integrate your React (or Preact) app into React Native app with WebView.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)