alban pasquelin
Results
1
comments of
alban pasquelin
data.path => data.uri ``` const data = await this.camera.recordAsync(this.state.recordOptions) const name = data.uri.split('/').pop().replace('.mov', '') const body = new FormData() const uri = await MovToMp4.convertMovToMp4(data.uri, name) body.append('video', { uri: 'file://' +...