I am running a laravel app, and am trying to connect to the app through a web view, using a url number.
<View style={{ flex: 1 }}>
<WebView
style={styles.webview}
source={{uri: 'http://10.0.2.2/'}}
javaScriptEnabled={true}
domStorageEnabled={true}
startInLoadingState={false}
scalesPageToFit={true}
/>
But the screen is just yellow. Help
[fluentform id="8"]