admin管理员组

文章数量:1406942

I have created a react native expo app using Webview to load my website, my the only and last issue is when I login then re-open the app it redirects me to login page even logout has same issue after logout, try to re-open the app it still shows dashboard page it seems the website caches the cookies.

As development everything is fine but when I use:

eas build -p android --profile preview

and install the app I face the issues

I have tried some approaches like:

thirdPartyCookiesEnabled={true}
sharedCookiesEnabled={true}
domStorageEnabled={true}

本文标签: React native expo webview after login and reopen the app it redirects to login pageStack Overflow