Reputation: 75
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}
Upvotes: 0
Views: 21