同问
开发者问题收集
如何在 React Native 中解锁一个屏幕上的旋转
我尝试在 webview 中使用 react-native-orientation 以使其成为唯一可以旋转的视图。import React, {useEffect} from 'react';import { WebView } from 'react-native-webview';import Orientation from "react-native-orientation"export
typescript
react-native
rotation
screen-rotation
2020-01-27
«
1
»