开发者问题收集
我尝试在 webview 中使用 react-native-orientation 以使其成为唯一可以旋转的视图。import React, {useEffect} from 'react';import { WebView } from 'react-native-webview';import Orientation from "react-native-orientation"export