Closed
Description
Feature 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