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
An easy way to integrate your [React](https://github.com/facebook/react) app into [React Native](https://github.com/facebook/react-native) app with WebView.
5
+
An easy way to integrate your [React](https://github.com/facebook/react)(or [Preact](https://github.com/preactjs/preact)) app into [React Native](https://github.com/facebook/react-native) app with WebView.
6
6
7
7
## Why?
8
8
@@ -21,7 +21,7 @@ The communication between React app and React Native app will be also simplified
21
21
22
22
## Features
23
23
24
-
- Create React app bundle for WebView automatically in build process of React Native
24
+
- Create React (or Preact) app bundle for WebView automatically in build process of React Native
25
25
-`.js`, `.ts`, `.jsx`, `.tsx` and `.mjs` will be packed into one source.
26
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
@@ -41,16 +41,20 @@ If you have some feature requests or improvements, please create a [issue](https
0 commit comments