作者 mingming
@@ -208,7 +208,6 @@ RCT_EXPORT_METHOD(openCamera:(NSDictionary *)options @@ -208,7 +208,6 @@ RCT_EXPORT_METHOD(openCamera:(NSDictionary *)options
208 NSURL *url = [info objectForKey:UIImagePickerControllerMediaURL]; 208 NSURL *url = [info objectForKey:UIImagePickerControllerMediaURL];
209 AVURLAsset *asset = [AVURLAsset assetWithURL:url]; 209 AVURLAsset *asset = [AVURLAsset assetWithURL:url];
210 NSString *fileName = [[asset.URL path] lastPathComponent]; 210 NSString *fileName = [[asset.URL path] lastPathComponent];
211 -  
212 [self handleVideo:asset 211 [self handleVideo:asset
213 withFileName:fileName 212 withFileName:fileName
214 withLocalIdentifier:nil 213 withLocalIdentifier:nil