Chris Feist
Chris Feist
This is how you add the legacy jar. Make sure you are using the latest gradle too. ``` android { compileSdkVersion 23 buildToolsVersion "23.0.0" useLibrary 'org.apache.http.legacy' ... } ```
> Any workarounds? Yes, in your `node_modules` comment out the 3 lines [here](https://github.com/facebook/react-native/blob/v0.61.5/Libraries/Blob/RCTBlobManager.mm#L101) ``` // if (offset != 0 || (size != -1 && size != data.length)) { // data...
Don't initialize x-ray if running locally. Ex: ```javascript if (process.env.IS_LOCAL !== 'true') { AWSXRay.captureAWS(AWS); } ```
What I realized was happening in my case is that during sign up, resource creation was taking longer than 5 seconds, so the oauth callback was retried. The retried request...
I switched to this library https://www.npmjs.com/package/react-native-collapsible