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

Placeholder support for local image #3

Open
fpena opened this issue Nov 22, 2017 · 4 comments
Open

Placeholder support for local image #3

fpena opened this issue Nov 22, 2017 · 4 comments

Comments

@fpena
Copy link

fpena commented Nov 22, 2017

It'd be cool to pass a local image, instead of remote one to show the placeholder.

@mitogh
Copy link
Owner

mitogh commented Nov 22, 2017

Thank you we are going to add support for this on the next version. @fpena

@fpena
Copy link
Author

fpena commented Nov 22, 2017

Great, thanks!

@bbeckk
Copy link

bbeckk commented Jul 10, 2018

Is it done? How can we add local image as placeholder?

@PayorVladimir
Copy link

You can pass local image by changing this pice of code:_renderPlaceholder() { return ( <Animated.View style={this._getPlaceholderStyles()}> <Image style={[styles.placeholder, this.props.placeholderStyle]} source={this.props.placeholder} /> {this._renderActivityIndicator()} </Animated.View> ); }

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

4 participants