react-native-webview npm code example
Example 1: react native webview
import { WebView } from "react-native-webview";
<WebView
source={{
uri:
"https://www.google.com"
}}
/>
Example 2: react-native-quick-scroll npm
yarn add react-native-quick-scroll