We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've been having issues for a few hours now trying to get this package to work with React Native. The following example code works without errors, it simply does not return any cookies in the cookie jar: /~https://github.com/3846masa/axios-cookiejar-support/blob/main/examples/basic.cjs
Am I missing something? I did see tough-cookie got a PR approved for RN compatibility as well.
The text was updated successfully, but these errors were encountered:
axios-cookiejar-support uses httpAgent to read and write cookies. Since httpAgent exists only in Node.js, it does not work in React Native.
There are no plans to support React Native in the future.
Sorry, something went wrong.
No branches or pull requests
Hi,
I've been having issues for a few hours now trying to get this package to work with React Native. The following example code works without errors, it simply does not return any cookies in the cookie jar: /~https://github.com/3846masa/axios-cookiejar-support/blob/main/examples/basic.cjs
Am I missing something? I did see tough-cookie got a PR approved for RN compatibility as well.
The text was updated successfully, but these errors were encountered: