React native react native webview don';不支持窗口?

React native react native webview don';不支持窗口?,react-native,expo,react-native-webview,React Native,Expo,React Native Webview,我使用EXPO-sdk38和react-native-webview:10.9.0,运行代码 <View style={styles.mapView} > <WebView source={{ uri: 'https://www.google.com' }} onLoad={console.log('success')} onLoadStart={consol

我使用
EXPO-sdk38
react-native-webview:10.9.0
,运行代码

<View style={styles.mapView} >
            <WebView
                source={{ uri: 'https://www.google.com' }}
                onLoad={console.log('success')}
                onLoadStart={console.log('start')}
                style={{width:'100%',height:'100%'}}
            />
 </View>

安卓系统和IOS系统还可以,但网络系统不行。我查看了
react native webview
网站,它支持Windows