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,
|
||||
}
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTVideo.h"
|
||||
#import "RCTLog.h"
|
||||
#import "RCTBridgeModule.h"
|
||||
|
Reference in New Issue
Block a user