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
**React Native WebView** is a community maintained WebView component for React Native. It is intended to be a replacement for the built-in WebView (which was [removed from core](https://github.com/react-native-community/discussions-and-proposals/pull/3)).
9
9
10
10
### Maintainers
11
11
12
-
**Many thanks to these companies** for providing us with time to work on open source.
12
+
**Many thanks to these companies** for providing us with time to work on open source.
13
13
Please note that maintainers spend a lot of free time working on this too so feel free to sponsor them, **it really makes a difference.**
14
14
15
-
-[Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://www.brigad.co/en-gb/about-us)
15
+
-[Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://www.brigad.co/en-gb/about-us)
@@ -26,13 +26,13 @@ Shout-out to [Jamon Holmgren](https://github.com/jamonholmgren) from [Infinite R
26
26
27
27
Maintaining WebView is very complex, because it is often used for many different usecases (rendering svgs, pdfs, login flows, and much more). We also support many platforms and both architecture of react-native.
28
28
29
-
Since WebView was extracted from React Native core, nearly 500 pull requests have been merged.
30
-
Considering that we have limited time, issues will mostly serve as a discussion place for the community, while **we will prioritize reviewing and merging pull requests.**
29
+
Since WebView was extracted from React Native core, nearly 500 pull requests have been merged.
30
+
Considering that we have limited time, issues will mostly serve as a discussion place for the community, while **we will prioritize reviewing and merging pull requests.**
31
31
32
32
### Platform compatibility
33
33
34
-
This project is compatible with **iOS**, **Android**, **Windows** and **macOS**.
35
-
This project support both **the old** (paper) **and the new architecture** (fabric).
34
+
This project is compatible with **iOS**, **Android**, **Windows** and **macOS**.
35
+
This project support both **the old** (paper) **and the new architecture** (fabric).
36
36
This project is compatible with [expo](https://docs.expo.dev/versions/latest/sdk/webview/).
37
37
38
38
### Getting Started
@@ -50,7 +50,7 @@ Import the `WebView` component from `react-native-webview` and use it like so:
@@ -63,11 +63,11 @@ For more, read the [API Reference](./docs/Reference.md) and [Guide](./docs/Guide
63
63
### Common issues
64
64
65
65
- If you're getting `Invariant Violation: Native component for "RNCWebView does not exist"` it likely means you forgot to run `react-native link` or there was some error with the linking process
66
-
- If you encounter a build error during the task `:app:mergeDexRelease`, you need to enable multidex support in `android/app/build.gradle` as discussed in [this issue](https://github.com/react-native-webview/react-native-webview/issues/1344#issuecomment-650544648)
66
+
- If you encounter a build error during the task `:app:mergeDexRelease`, you need to enable multidex support in `android/app/build.gradle` as discussed in [this issue](https://github.com/MetaMask/react-native-webview-mm/issues/1344#issuecomment-650544648)
67
67
68
68
#### Contributing
69
69
70
-
Contributions are welcome, see [Contributing.md](https://github.com/react-native-webview/react-native-webview/blob/master/docs/Contributing.md)
70
+
Contributions are welcome, see [Contributing.md](https://github.com/MetaMask/react-native-webview-mm/blob/master/docs/Contributing.md)
0 commit comments