|
...
|
...
|
@@ -208,7 +208,6 @@ RCT_EXPORT_METHOD(openCamera:(NSDictionary *)options |
|
|
|
NSURL *url = [info objectForKey:UIImagePickerControllerMediaURL];
|
|
|
|
AVURLAsset *asset = [AVURLAsset assetWithURL:url];
|
|
|
|
NSString *fileName = [[asset.URL path] lastPathComponent];
|
|
|
|
|
|
|
|
[self handleVideo:asset
|
|
|
|
withFileName:fileName
|
|
|
|
withLocalIdentifier:nil
|
...
|
...
|
|