Commit d68013d
Make addCookies method public. (facebook#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: facebook#27512
Test Plan: N/A
Differential Revision: D19236309
Pulled By: cpojer
fbshipit-source-id: bf1a0730165456c34c5bf432ac370176a881cbcf1 parent 80f5b6c commit d68013d
File tree
1 file changed
+1
-1
lines changed- ReactAndroid/src/main/java/com/facebook/react/modules/network
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments