Chris Feist
Results
2
issues of
Chris Feist
When using the `aws-sdk` package on iOS to upload files to S3, iOS experiences a native crash. I have narrowed it down to this line here: https://github.com/facebook/react-native/blob/v0.61.5/Libraries/Blob/RCTBlobManager.mm#L101. If I comment...
Platform: iOS
Bug
GitHub allows apps to optionally add OAuth during the app installation, see [step 11 here](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app). In this case, your callback URL is called directly after a user installs the app...