react-native-photo-browser
react-native-photo-browser copied to clipboard
Feature Req: Integrate react-native-fast-image for caching
I've changed some of the image views to use react-native-fast-image.
https://github.com/DylanVann/react-native-fast-image
I can create a pull request if interested. It effectively caches the image and gets great performance.
Hi @spacegraym3!
I'd definitely be interested in exploring that, but I don't want to make any 3rd party native code required for this library.
Do you think we can offer it as an option?
Sure. Let me look into that.
On Fri, Jul 28, 2017 at 11:34 AM, Halil Bilir [email protected] wrote:
Hi @spacegraym3 https://github.com/spacegraym3!
I'd definitely be interested in exploring that, but I don't want to make any 3rd party native code required for this library.
Do you think we can offer it as an option?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/halilb/react-native-photo-browser/issues/59#issuecomment-318730493, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwhETd6TqiJKZjDVBG_aLM3Q5hx19ihks5sSim_gaJpZM4Om7hD .
@spacegraym3 Did you provide a PR for this?