Skip to content

Commit f8d2eb7

Browse files
authored
Update README.md
1 parent 9e344a6 commit f8d2eb7

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
@@ -25,7 +25,7 @@ The communication between React app and React Native app will be also simplified
2525
- With `useBridge` hook, you can subscribe messages from WebView.
2626
- With `useSubscribe` hook, you can subscribe messages from React Native.
2727
- `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)
2929
- `.json` is imported as an object, like require in Node.js.
3030
- `.txt` and `.md` are imported as string, like [raw-loader](https://github.com/webpack-contrib/raw-loader).
3131
- `.css` is injected to the HTML head of WebView, like [css-loader](https://github.com/webpack-contrib/css-loader).

0 commit comments

Comments
 (0)