Try to use react-native-webview : import { WebView } from 'react-native-webview'; .... <WebView scalesPageToFit={true} bounces={false} ...
確定! 回上一頁