You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the poster prop is a string which constructs Image's source.uri. ...<Image style={posterStyle} source={{uri: this.props.poster}}...
There are use cases where one might want to utilize all the source options currently available for the Image component, like custom headers for example. The PR #805 is also something that scratches the same context :)
The text was updated successfully, but these errors were encountered:
ptfly
changed the title
poster prop needs should reflect Image 'source' prop
poster prop needs to reflect Image 'source' prop
Dec 29, 2017
Currently the
poster
prop is a string which constructs Image's source.uri....<Image style={posterStyle} source={{uri: this.props.poster}}...
There are use cases where one might want to utilize all the source options currently available for the Image component, like custom headers for example. The PR #805 is also something that scratches the same context :)
The text was updated successfully, but these errors were encountered: