We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14371c1 commit 59b582eCopy full SHA for 59b582e
README.md
@@ -115,6 +115,10 @@ You can bypass this behavior by adding the following to your projects `Info.plis
115
```
116
> This plugin **does not** add `NSAllowsArbitraryLoads` to your projects `Info.plist` for you.
117
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
+
122
# Thanks
123
Who | Why
124
------------ | -------------
0 commit comments