diff --git a/docs/modules/index.md b/docs/modules/index.md index 9d50fc9..d530371 100644 --- a/docs/modules/index.md +++ b/docs/modules/index.md @@ -35,12 +35,12 @@ | Name | Type | | :------ | :------ | | `ref` | `RefObject`<`WebView`<{}\>\> | -| `onMessage` | (`event`: `NativeSyntheticEvent`<`WebViewMessage`\>) => `void` | +| `onMessage` | (`event`: `WebViewMessageEvent`) => `void` | | `emit` | (`message`: [`Message`](index.md#message)<`T`\>) => `void` | #### Defined in -[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/hooks.ts#L7) +[src/hooks.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/hooks.ts#L7) ## Type Aliases @@ -63,4 +63,4 @@ #### Defined in -[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/types.ts#L1) +[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/types.ts#L1) diff --git a/docs/modules/plugin.md b/docs/modules/plugin.md index fa3ded2..02e19bb 100644 --- a/docs/modules/plugin.md +++ b/docs/modules/plugin.md @@ -24,4 +24,4 @@ #### Defined in -[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/plugin/index.js#L6) +[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/plugin/index.js#L6) diff --git a/docs/modules/web_preact.md b/docs/modules/web_preact.md index 7546b0d..80116d9 100644 --- a/docs/modules/web_preact.md +++ b/docs/modules/web_preact.md @@ -29,7 +29,7 @@ #### Defined in -[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/web/core.ts#L5) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/web/core.ts#L18) ## References diff --git a/docs/modules/web_react.md b/docs/modules/web_react.md index 8950b43..f9f2e94 100644 --- a/docs/modules/web_react.md +++ b/docs/modules/web_react.md @@ -26,7 +26,7 @@ #### Defined in -[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/web/core.ts#L5) +[src/web/core.ts:5](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/web/core.ts#L5) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/web/core.ts#L18) +[src/web/core.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/web/core.ts#L18) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/bba6165/src/web/core.ts#L11) +[src/web/core.ts:11](https://github.com/inokawa/react-native-react-bridge/blob/6cedde5/src/web/core.ts#L11) diff --git a/package-lock.json b/package-lock.json index b1a22c8..44d80d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-react-bridge", - "version": "0.10.1", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-react-bridge", - "version": "0.10.1", + "version": "0.11.0", "license": "MIT", "dependencies": { "babel-plugin-module-resolver": "4.1.0" diff --git a/package.json b/package.json index 7f14392..0da8d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-react-bridge", - "version": "0.10.1", + "version": "0.11.0", "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",