Expo Support
See original GitHub issueFeature Request
Add Expo Support. With Expo growing and more developers joining the RN community, many of them will start with Expo and face the same issue I’m facing, cookie management in the app.
Why it is needed
I’m trying to develop an app made to authenticate through a webpage and then get redirected to the app. WebBrowser and AuthSession from Expo are ruled out since we can’t cover all the use cases, leaving us with WebView. We can’t access and we don’t want to access the cookies in the WebView, we want to decouple the login from the REST API calls that we do after and only get the cookie in that moment.
Possible implementation
I have no experience in this area
Code sample
The perfect outcome would be to run the command: expo install @react-native-community/react-native-cookies
Issue Analytics
- State:
- Created 4 years ago
- Reactions:19
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Get Support - Expo
If your team needs dedicated support we can connect you to uniquely qualified and skilled Expo developers.
Read more >Support for React Native 0.67 #16040 - expo/expo - GitHub
Summary. Expo is breaking with react-native 0.67 with following error: FAILURE: Build completed with 2 failures. 1: Task failed with an exception. Where:...
Read more >Managing Zoom Events expo
Expo is a feature in the Zoom Events product that allows event ... Expo is not supported currently for the Event (single-session) type....
Read more >Contact Us - Expo® Dry Erase Markers
Please contact us via the form below or call us. Please provide an image of your product now for product questions or concerns....
Read more >Business and Home Expo 2022
We are excited to announce we will once again be hosting the “Support Local” Expo outdoors at Waterford Mott High School on Tuesday,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as this package will not be included with expo
we plan to work on this for sdk38!
i understand the request. if you can give me access to some endpoint and demonstrate how you would build this with react-native-cookies in it’s current form that would be helpful for me to understand further!