GitHub
[React Native] Patch `RCTFileReaderModule` `readAsDataURL` to prevent crash when `type` is `nil` by haileyok ยท Pull Request #5475 ยท bluesky-social/social-app
Fixes #5100
Why
The null check for type doesn't actually do anything here, because type will never be nil, but rather it will be either NSStrin...