Gary Tokman
Gary Tokman
@GorbunovV not yet from our team. Our app (Candle) is a few iterations from migrating to NA to prioritize, but we would definitely land a PR from the community before...
It looks like a cool project, but I'd be careful using bc of the binary XCFrameworks included for iOS. This means it's not truly open-source and opens up a concern...
Here's a direct [link](https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks?utm_source=chatgpt.com) by Apple. > When you add third-party binary SDKs to your target as XCFrameworks, the behaviors of those packages become part of the behavior of your...
@jamesholcomb, thanks for the report. I wonder if the URLSession cache also needs to be cleared. I have some bandwidth to check this out & the onSuccess callback bug this...
@jamesholcomb I also added a function to invalidate the URLSession cache on latest, lmk if this is still an issue.
@ng-ha yes, it's pretty trivial to add. I'll have more time next week to do it. ``` // ios/FasterImageViewManager.swift @objc func prefetch(_ sources: [String], resolve: @escaping RCTPromiseResolveBlock, reject: @escaping RCTPromiseRejectBlock)...
Added prefretch in the latest version.
@StasKovalov thanks for the report. I'll take a look. Is this happening on both platforms? FWIW, blurhash is supported on iOS and WIP on Android.
Thanks for the report, few questions: 1. What do you mean by prebuild? Running `pod install`? 2. What RN & Cocoapods version are you on?
@fairjm good catch.