mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-24 07:20:11 +00:00
Import RCTConvert properly
This commit is contained in:
@@ -21,7 +21,7 @@ var VideoPlayer = React.createClass({
|
||||
rate: 1,
|
||||
volume: 1,
|
||||
muted: false,
|
||||
resizeMode: 'contain', // cover, stretch
|
||||
resizeMode: 'contain',
|
||||
duration: 0.0,
|
||||
currentTime: 0.0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user