From 3ec16b46ad6cc4d6570ffe31adaaf7ff307f7c67 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:45:30 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6046c24..43b50d1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ An easy way to integrate your [React](https://github.com/facebook/react) (or [Preact](https://github.com/preactjs/preact)/[React Native Web](https://github.com/necolas/react-native-web)) app into [React Native](https://github.com/facebook/react-native) app with WebView. +> [!NOTE] +> You may also like [Expo DOM components](https://docs.expo.dev/guides/dom-components/) + ## Why? If you'd like to run your React web app in React Native, rewriting it for React Native or using [react-native-web](https://github.com/necolas/react-native-web) is preferred way in most cases.