Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make addCookies method public. (#27512)
Summary: react-native-cookie-store wants the ability to set custom cookies on Android. We use ForwardingCookieHandler to mange the cookies. Exposing the `addCookies` method will allow the module to provide the same functionality on Android. safaiyeh/react-native-cookie-store#1 ## Changelog [Android] [Changed] - Expose addCookies method Pull Request resolved: #27512 Test Plan: N/A Differential Revision: D19236309 Pulled By: cpojer fbshipit-source-id: bf1a0730165456c34c5bf432ac370176a881cbcf
- Loading branch information