Describe what happens when you encounter this issue.
A 1, 2, 3, etc. list of what's needed to see the issue happen.
Describe what you wanted to happen
Which player are you experiencing the problem on:
If possible, include a link to the video that has the problem that can be streamed or downloaded from.
this is my code:
ref={(ref) => { this.videoRef = ref }}
source={{ uri:decodeVideourl,}}
resizeMode= {resizeMode}
rate={1.0}
volume={1.0}
muted={false}
rotation = {90} //not working
ignoreSilentSwitch={"ignore"}
style={{ width: 200, height: 200}}
paused={isPaused}
onLoadStart={this._onLoadStart}
onBuffer={this._onBuffering}
onLoad={this._onLoad}
onProgress={this._onProgressChange}
onEnd={this._onPlayEnd}
onError={this._onPlayError}
playInBackground={false}
playWhenInactive={false}
repeat = {repeat}
/>
result: rotation not working
Add useTextureView={true}