Open fpena opened 6 years ago
Thank you we are going to add support for this on the next version. @fpena
Great, thanks!
Is it done? How can we add local image as placeholder?
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> ); }
It'd be cool to pass a local image, instead of remote one to show the placeholder.