dandre-hound

Results 7 comments of dandre-hound

For anyone that runs into this in the future, you need to add the box to the user data box -- not the the item list box: ``` AppleGPSCoordinatesBox xyz;...

After merging in this PR locally, we saw a noticeable drop in iOS native app crashes over the last 90 days:

Bummer, we use @react-navigation/material-top-tabs so that we can deep link our users to different tabs. We're about to add a second news feed alongside our main feed and they will...

Technically this package caches in memory by default. There is no way to change this without changing the Glide module config and SDWebImage config. Storing in memory is faster, but...

@CDBridger have you checked their [Common Problems](https://github.com/SDWebImage/SDWebImage/wiki/Common-Problems#optimization-for-large-images) wiki? It talks about disk cache config.

When profiling in instruments, I can see that the regular `` component from RN deallocates itself when it scrolls offscreen in a flatlist, but `` only deallocates itself 50% of...

Yes @jcharbo, I just forked this repo and merged in this PR: https://github.com/DylanVann/react-native-fast-image/pull/425