File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ class App extends Component {
9898 play= {true } // default false
9999 replay= {true } // should player play video again if it's ended
100100 rotate= {true } // use this prop to rotate video if it captured in landscape mode iOS only
101- source= {{ uri : ' file:///sdcard/DCIM/....' } }
101+ source= {' file:///sdcard/DCIM/....' }
102102 playerWidth= {300 } // iOS only
103103 playerHeight= {500 } // iOS only
104104 style= {{ backgroundColor: ' black' }}
105105 onChange= {({ nativeEvent }) => console .log ({ nativeEvent })} // get Current time on every second
106106 / >
107107 < Trimmer
108- source= {{ uri : ' file:///sdcard/DCIM/....' } }
108+ source= {' file:///sdcard/DCIM/....' }
109109 height= {100 }
110110 width= {300 }
111111 currentTime= {this .video .currentTime } // use this prop to set tracker position iOS only
You can’t perform that action at this time.
0 commit comments