chrusart

Results 23 comments of chrusart

Double check your json objects you pass to CachedImage methods, maybe there are some errors.

Im not sure why you want to do it cause this image parameters actually change the content and it's a different image and should be cached. It's easy to make...

Did you make this changes in your project @ronilitman ? This should be made in react-native-fabric package which is already in master. I couldn't make it work changing own project...

There is no need for PR @vadimshvetsov , current master has a fix and just have to be released.

PR https://github.com/wkh237/react-native-fetch-blob/pull/619

What I saw with quick peek into code, when you provide encoding 'base64' in 'readFile' method, binary file will be returned to you in JS as a base64 string. For...

可能不会,请去: https://github.com/archriss/react-native-image-gallery

If we move to FlatList, there is something similar wrong in setting initial pasition/page/item as well. Check at: https://github.com/facebook/react-native/issues/15634 If we scroll to some item without animation that is outside...