File tree Expand file tree Collapse file tree 7 files changed +16
-15
lines changed Expand file tree Collapse file tree 7 files changed +16
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments