React Native WebView with expo in ios

In my react native expo app I have two screens, One for login page where user will put the credentials and after successfully login it will be redirected to the webview page. Inside webpage I’m trying to get the home page content but its getting redirected to the index page( web login page ) in ios. But in android after using domStorageEnabled={true} I’m getting home page. how can I get the home page only using app login without login from index page(web page login). Please provide solution.

Thanks in advance.