在React Native中将路径转换为URI

时间:2017-02-17 14:20:34

标签: react-native react-native-camera

我正在使用React Native并使用https://github.com/lwansbrough/react-native-camera来捕获视频。在保存视频时,我获得了设备上存储的绝对路径。我想将其转换为URI来显示它。

{路径: “文件:///storage/emulated/0/DCIM/VID_21324217_242411222.mp4”}

我已经尝试过这样做

function onEdit() {
      var s = SpreadsheetApp.getActiveSheet();
      if( s.getName() == "Allocation Requests" ) { //checks that we're on the correct sheet
        var r = s.getActiveCell();
        if( r.getColumn() >= 5 && r.getColumn() <= 8) { //checks the column
           s.getRange(r.getRow(),13).setValue(new Date());
          }
      }
    }

但它不起作用我错过了什么?如何将此绝对路径转换为URI,以便在视频播放器中显示它?

1 个答案:

答案 0 :(得分:0)

如上所述here尝试删除路径的// Assuming the response array is $cars $car0 = $cars[0]; //Peugeot 308 SW $car1 = $cars[1]; //Citroen C-Elysee $car2 = $cars[2]; //Nissan Evalia $car3 = $cars[3]; //Renault Trafic 9-os 部分,因为它似乎是react-native-video上的一个错误,虽然已修复,但IDK是你的哪个版本使用或修补了哪个版本。