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
@@ -25,7 +25,7 @@ The communication between React app and React Native app will be also simplified
25
25
- With `useBridge` hook, you can subscribe messages from WebView.
26
26
- With `useSubscribe` hook, you can subscribe messages from React Native.
27
27
-`emit` function sends message.
28
-
- Support bundling some assets in web side with ES6 import syntax
28
+
- Support bundling some assets in web side with [ES6 import syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)
29
29
-`.json` is imported as an object, like require in Node.js.
30
30
-`.txt` and `.md` are imported as string, like [raw-loader](https://github.com/webpack-contrib/raw-loader).
31
31
-`.css` is injected to the HTML head of WebView, like [css-loader](https://github.com/webpack-contrib/css-loader).
0 commit comments