Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is possible to pass other libraries for loading images #77

Closed
apipemc opened this issue Dec 29, 2019 · 1 comment
Closed

It is possible to pass other libraries for loading images #77

apipemc opened this issue Dec 29, 2019 · 1 comment

Comments

@apipemc
Copy link

apipemc commented Dec 29, 2019

For example, I want to change the navita library of react native to download the images and be able to pass a library like:
https://github.com/DylanVann/react-native-fast-image

and to be able to put a preload:
https://github.com/oblador/react-native-image-progress

For if not lose the effect of interpolation of the image when it is mobilized.
since the properties to be able to make a custom headerRender are not exported or propagated to the renderHeader function.

@apipemc
Copy link
Author

apipemc commented Dec 29, 2019

it would be like adding a new property

import FastImage from 'react-native-fast-image';

<HeaderImageScrollView customImage={FastImage} />

@apipemc apipemc closed this as completed Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant