Merge branch 'master' of http://47.107.73.162:8099/xiaoming/react-native-image-crop-picker
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论