Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 16, 2023
1 parent 2039b21 commit b4826b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Module: index

Modules for React Native

## Table of contents

### Functions
Expand Down Expand Up @@ -40,7 +42,7 @@

#### Defined in

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

## Type Aliases

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

#### Defined in

[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/react-native-react-bridge/blob/2039b21/src/types.ts#L1)
4 changes: 3 additions & 1 deletion docs/modules/plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Module: plugin

Custom babelTransformer for metro bundler

## Table of contents

### Functions
Expand All @@ -24,4 +26,4 @@

#### Defined in

[src/plugin/index.js:6](https://github.com/inokawa/react-native-react-bridge/blob/583a562/src/plugin/index.js#L6)
[src/plugin/index.js:11](https://github.com/inokawa/react-native-react-bridge/blob/2039b21/src/plugin/index.js#L11)
6 changes: 4 additions & 2 deletions docs/modules/web_preact.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Module: web/preact

Modules for Preact

## Table of contents

### Functions
Expand Down Expand Up @@ -29,7 +31,7 @@

#### Defined in

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

___

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

#### Defined in

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

## References

Expand Down
8 changes: 5 additions & 3 deletions docs/modules/web_react.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Module: web/react

Modules for React DOM

## Table of contents

### Functions
Expand All @@ -26,7 +28,7 @@

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

0 comments on commit b4826b5

Please sign in to comment.