import React from "react"; import { View, Platform } from "react-native"; import { WebView } from "react-native-webview"; import Constants from "expo-constants"; export default function tndView() { return ( ); } const jsa = ` document.querySelector('.sitettl').style.display = 'none'; document.querySelector('.attention').style.display = 'none'; `;