You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The communication between React app and React Native app will be also simplified
23
23
24
24
- Create React (or Preact) app bundle for WebView automatically in build process of React Native
25
25
-`.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.**
27
27
- Handle communication between React Native and WebView with React hook style
28
28
- With `useWebViewMessage` hook, you can subscribe messages from WebView.
29
29
- With `useNativeMessage` hook, you can subscribe messages from React Native.
0 commit comments