How do I clear cookies on Expo AuthSession.startAsync on AndroidIs there a way to run Python on Android?How to save an Android Activity state using save instance state?Close/hide the Android Soft KeyboardHow do I set/unset a cookie with jQuery?Why is the Android emulator so slow? How can we speed up the Android emulator?Is there a unique Android device ID?Local Storage vs CookiesWhat is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?Share images and files on react-native using Expo

Delete n lines skip 1 line script

Why is a road bike faster than a city bike with the same effort? How much faster it can be?

How do I introduce dark themes?

Speed and Velocity in Russian

Can I pay some of the cost of an activated ability lots of times to get more out of the effect?

Garage door sticks on a bolt

Is determiner 'a' needed in "one would call such a value a constant"?

Earliest time frog can jump to the other side of a river in C#. Codility's task

Can you cure a Gorgon's Petrifying Breath before it finishes turning a target to stone?

Why is the population of post-Soviet states declining?

Which Catholic priests were given diplomatic missions?

Would allowing versatile weapons wielded in two hands to benefit from Dueling be unbalanced?

Would an object shot from earth fall into the sun?

Impersonating user with Core Service App and Angular client

What would happen if I build a half bath without permits?

Was the ruling that prorogation was unlawful only possible because of the creation of a separate supreme court?

I transpose the source code, you transpose the input!

How many stack cables would be needed if we want to stack two 3850 switches

How to export all graphics from a notebook?

Duck, duck, gone!

Worlds with different mathematics and logic

Detail vs. filler

Is it possible to take a database offline when doing a backup using an SQL job?

Creating specific options in `Manipulate[]`



How do I clear cookies on Expo AuthSession.startAsync on Android


Is there a way to run Python on Android?How to save an Android Activity state using save instance state?Close/hide the Android Soft KeyboardHow do I set/unset a cookie with jQuery?Why is the Android emulator so slow? How can we speed up the Android emulator?Is there a unique Android device ID?Local Storage vs CookiesWhat is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?Share images and files on react-native using Expo






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am running into issues on Android where I can not get back to the login screen for external logins when using AuthSessions.startAsync once I am signed in.



This allows me in once, but then I always just get logged straight back in again rather than being prompted for which account to log in with.



I have no need with my app to eject, so I really do not want to unless I really have to.



I've read from the following link that this is possible.



https://medium.com/@manoj_makkuboy/clear-cookies-in-react-native-expo-without-ejecting-8cc964c0a4b7



By running this code:



var RCTNetworking = require("RCTNetworking");
RCTNetworking.clearCookies(() => );


This seems to work on IOS (Which doesn't have the same issue), but not on Android, on Android clearCookies is undefined, although the RCTNetworking is bringing back something.



Does anyone have any idea how I can overcome this issue?



currently i'm using



"expo": "^32.0.5"
and
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz"










share|improve this question
























  • Have you managed to find a solution to this @user3284707?

    – rubie
    Apr 5 at 9:35






  • 1





    I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

    – user3284707
    Apr 5 at 11:13

















1















I am running into issues on Android where I can not get back to the login screen for external logins when using AuthSessions.startAsync once I am signed in.



This allows me in once, but then I always just get logged straight back in again rather than being prompted for which account to log in with.



I have no need with my app to eject, so I really do not want to unless I really have to.



I've read from the following link that this is possible.



https://medium.com/@manoj_makkuboy/clear-cookies-in-react-native-expo-without-ejecting-8cc964c0a4b7



By running this code:



var RCTNetworking = require("RCTNetworking");
RCTNetworking.clearCookies(() => );


This seems to work on IOS (Which doesn't have the same issue), but not on Android, on Android clearCookies is undefined, although the RCTNetworking is bringing back something.



Does anyone have any idea how I can overcome this issue?



currently i'm using



"expo": "^32.0.5"
and
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz"










share|improve this question
























  • Have you managed to find a solution to this @user3284707?

    – rubie
    Apr 5 at 9:35






  • 1





    I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

    – user3284707
    Apr 5 at 11:13













1












1








1








I am running into issues on Android where I can not get back to the login screen for external logins when using AuthSessions.startAsync once I am signed in.



This allows me in once, but then I always just get logged straight back in again rather than being prompted for which account to log in with.



I have no need with my app to eject, so I really do not want to unless I really have to.



I've read from the following link that this is possible.



https://medium.com/@manoj_makkuboy/clear-cookies-in-react-native-expo-without-ejecting-8cc964c0a4b7



By running this code:



var RCTNetworking = require("RCTNetworking");
RCTNetworking.clearCookies(() => );


This seems to work on IOS (Which doesn't have the same issue), but not on Android, on Android clearCookies is undefined, although the RCTNetworking is bringing back something.



Does anyone have any idea how I can overcome this issue?



currently i'm using



"expo": "^32.0.5"
and
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz"










share|improve this question














I am running into issues on Android where I can not get back to the login screen for external logins when using AuthSessions.startAsync once I am signed in.



This allows me in once, but then I always just get logged straight back in again rather than being prompted for which account to log in with.



I have no need with my app to eject, so I really do not want to unless I really have to.



I've read from the following link that this is possible.



https://medium.com/@manoj_makkuboy/clear-cookies-in-react-native-expo-without-ejecting-8cc964c0a4b7



By running this code:



var RCTNetworking = require("RCTNetworking");
RCTNetworking.clearCookies(() => );


This seems to work on IOS (Which doesn't have the same issue), but not on Android, on Android clearCookies is undefined, although the RCTNetworking is bringing back something.



Does anyone have any idea how I can overcome this issue?



currently i'm using



"expo": "^32.0.5"
and
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz"







android react-native cookies expo






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 28 at 19:51









user3284707user3284707

6891 gold badge9 silver badges20 bronze badges




6891 gold badge9 silver badges20 bronze badges















  • Have you managed to find a solution to this @user3284707?

    – rubie
    Apr 5 at 9:35






  • 1





    I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

    – user3284707
    Apr 5 at 11:13

















  • Have you managed to find a solution to this @user3284707?

    – rubie
    Apr 5 at 9:35






  • 1





    I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

    – user3284707
    Apr 5 at 11:13
















Have you managed to find a solution to this @user3284707?

– rubie
Apr 5 at 9:35





Have you managed to find a solution to this @user3284707?

– rubie
Apr 5 at 9:35




1




1





I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

– user3284707
Apr 5 at 11:13





I did not :-( I did manage to find a half solution to always prompt for the users credentials on my MVC project when it calls Google and Facebook to half solve my issue, but the actual question I was unable to find a solution

– user3284707
Apr 5 at 11:13












0






active

oldest

votes














Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55405829%2fhow-do-i-clear-cookies-on-expo-authsession-startasync-on-android%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55405829%2fhow-do-i-clear-cookies-on-expo-authsession-startasync-on-android%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript