Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Logging out breaks in React Native #105

Closed
ekryski opened this issue Mar 15, 2016 · 2 comments
Closed

Logging out breaks in React Native #105

ekryski opened this issue Mar 15, 2016 · 2 comments
Labels
Milestone

Comments

@ekryski
Copy link
Member

ekryski commented Mar 15, 2016

AsyncStorage requires values to be strings and we are currently setting null. See this line.

We probably need to JSON stringify and parse values or something.

@ekryski ekryski added the Bug label Mar 15, 2016
@ekryski ekryski modified the milestone: 1.0 release Mar 19, 2016
@catalinmiron
Copy link

Can you also post an example of using dribbble auth or any other provider, using React Native?

@ekryski
Copy link
Member Author

ekryski commented Mar 21, 2016

Yup we'll post something up when it's ready. Like we talked about in Slack (which I think was after you posted this) we have somethings to work out to support OAuth on mobile. It currently supports authenticating if you are able to get the access_token already but if you can't then we have some work to do still.

@ekryski ekryski modified the milestones: 1.0, 0.6 Mar 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants