Skip to content

Commit 4d1ea6e

Browse files
committed
Update README.md
1 parent 5a6a83f commit 4d1ea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The communication between React app and React Native app will be also simplified
2323

2424
- Create React (or Preact) app bundle for WebView automatically in build process of React Native
2525
- `.js`, `.ts`, `.jsx`, `.tsx`, `.mjs` and `.cjs` will be packed into one source.
26-
- NOTE: Only the edits in the entry file of web will invoke rebuild because of the limitation of [metro](https://github.com/facebook/metro)'s build process.
26+
- **NOTE: Only the edits in the entry file of web will invoke rebuild because of the limitation of [metro](https://github.com/facebook/metro)'s build process.**
2727
- Handle communication between React Native and WebView with React hook style
2828
- With `useWebViewMessage` hook, you can subscribe messages from WebView.
2929
- With `useNativeMessage` hook, you can subscribe messages from React Native.

0 commit comments

Comments
 (0)