Skip to content

Commit 59b582e

Browse files
Added a note about large responses (as shown in the demo).
1 parent 14371c1 commit 59b582e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ You can bypass this behavior by adding the following to your projects `Info.plis
115115
```
116116
> This plugin **does not** add `NSAllowsArbitraryLoads` to your projects `Info.plist` for you.
117117
118+
## `Android` troubleshooting
119+
If you app crashes with a message that it's doing too much networkin on the main thread,
120+
then pass the option `allowLargeResponse` with value `true` to the `request` function.
121+
118122
# Thanks
119123
Who | Why
120124
------------ | -------------

0 commit comments

Comments
 (0)