Skip to content

Commit 84471c6

Browse files
author
Shahen Hovhannisyan
authored
chore(README.md)
Documented new onTrackerMove prop
1 parent 08d9637 commit 84471c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class App extends Component {
108108
source={'file:///sdcard/DCIM/....'}
109109
height={100}
110110
width={300}
111+
onTrackerMove={(e) => console.log(e.currentTime)} // iOS only
111112
currentTime={this.video.currentTime} // use this prop to set tracker position iOS only
112113
themeColor={'white'} // iOS only
113114
trackerColor={'green'} // iOS only

0 commit comments

Comments
 (0)