Dylan Vann

Results 52 comments of Dylan Vann

How about we start with finding some way to stringify whatever `SDWebImage` or `Glide` fails with and we pass it back as `nativeError` on `onError`. That could be a good...

Yeah I think having a consistent error handling API for the most common cases would be ideal. Just as a first step and to catch any edge cases what I...

Yeah this behavior is not ideal. A callback would be nice too. I'm considering trying out some other native library if there's one offering similar performance with a better API....

There's 2 main ways you could implement a placeholder: 1. `defaultSource` support was just merged, could use that. 2. Could render an image behind the image you are loading.

Yeah I was thinking of including that but cut it to get the lib released. I'll take a look at how that could be done now.

Interesting use case. I'll re-open this. Sorry I didn't reply earlier. I don't think it's a very common use case so I can't commit to getting this in soon, but...

I can look into it at some point. Currently my top priorities are: - Add better error logging (better error callbacks, error codes). - Add a default image prop. -...

This library now supports `defaultSource`, if that doesn't meet your needs you could try something else from this thread, like the layering solution.

I'm closing this PR which only works for iOS, if someone (possibly me) implements for Android I may re-open. https://github.com/DylanVann/react-native-fast-image/pull/157

Sorry for the delay. Thank you for the work on this. I’ve merged some work from #550, #741, and #498. If what’s on main now is missing anything important please...