Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shahen94/react-native-video-proce…
Browse files Browse the repository at this point in the history
…ssing
  • Loading branch information
Shahen Hovhannisyan committed Mar 1, 2017
2 parents f1eca46 + 88ce49b commit 03a9878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ class App extends Component {
play={true} // default false
replay={true} // should player play video again if it's ended
rotate={true} // use this prop to rotate video if it captured in landscape mode iOS only
source={{ uri: 'file:///sdcard/DCIM/....' }}
source={'file:///sdcard/DCIM/....'}
playerWidth={300} // iOS only
playerHeight={500} // iOS only
style={{ backgroundColor: 'black' }}
onChange={({ nativeEvent }) => console.log({ nativeEvent })} // get Current time on every second
/>
<Trimmer
source={{ uri: 'file:///sdcard/DCIM/....' }}
source={'file:///sdcard/DCIM/....'}
height={100}
width={300}
currentTime={this.video.currentTime} // use this prop to set tracker position iOS only
Expand Down

0 comments on commit 03a9878

Please sign in to comment.