Fixed javascript syntax error
This commit is contained in:
parent
9914faf4d9
commit
9e7737dcda
2
Video.js
2
Video.js
@ -77,7 +77,7 @@ export default class Video extends Component {
|
|||||||
this.setNativeProps({ fullscreen: false });
|
this.setNativeProps({ fullscreen: false });
|
||||||
};
|
};
|
||||||
|
|
||||||
save = async (options?) => {
|
save = async (options) => {
|
||||||
return await NativeModules.VideoManager.save(options, findNodeHandle(this._root));
|
return await NativeModules.VideoManager.save(options, findNodeHandle(this._root));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user