File tree 7 files changed +16
-15
lines changed
7 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ npm install preact
58
58
59
59
### Supported react-native versions
60
60
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 |
65
66
66
67
## Usage
67
68
Original file line number Diff line number Diff line change 40
40
41
41
#### Defined in
42
42
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 )
44
44
45
45
## Type Aliases
46
46
63
63
64
64
#### Defined in
65
65
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 )
Original file line number Diff line number Diff line change 24
24
25
25
#### Defined in
26
26
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 )
Original file line number Diff line number Diff line change 29
29
30
30
#### Defined in
31
31
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 )
33
33
34
34
___
35
35
55
55
56
56
#### Defined in
57
57
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 )
59
59
60
60
## References
61
61
Original file line number Diff line number Diff line change 26
26
27
27
#### Defined in
28
28
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 )
30
30
31
31
___
32
32
52
52
53
53
#### Defined in
54
54
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 )
56
56
57
57
___
58
58
78
78
79
79
#### Defined in
80
80
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-react-bridge" ,
3
- "version" : " 0.11.1 " ,
3
+ "version" : " 0.11.2 " ,
4
4
"description" : " An easy way to integrate your React (or Preact) app into React Native app with WebView." ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.mjs" ,
You can’t perform that action at this time.
0 commit comments