Fixed javascript syntax error

This commit is contained in:
atultiwaree 2023-07-26 14:46:46 +05:30
parent 9914faf4d9
commit 9e7737dcda

View File

@ -77,7 +77,7 @@ export default class Video extends Component {
this.setNativeProps({ fullscreen: false });
};
save = async (options?) => {
save = async (options) => {
return await NativeModules.VideoManager.save(options, findNodeHandle(this._root));
}