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
@@ -27,7 +27,7 @@ The communication between React app and React Native app will be also simplified
27
27
-`emit` function sends message.
28
28
- Support bundling some assets in web side with ES6 import syntax
29
29
-`.json` is imported as an object, like require in Node.js.
30
-
-`.txt` and `.md` are imported as string.
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).
32
32
-`.bmp`, `.gif`, `.png`, `.jpg`, `.jpeg`, `.webp` and `.svg` are loaded as base64 encoded url, like [url-loader](https://github.com/webpack-contrib/url-loader).
33
33
-`.htm` and `.html` are loaded as string, which can be rendered with React's dangerouslySetInnerHTML.
0 commit comments