Expo Camera is not taking photos from android devices

后端 未结 0 977
别跟我提以往
别跟我提以往 2021-02-09 16:20
  takePicture = async () => {
  const {uri} = await this.camera.takePictureAsync();
  const save = await MediaLibrary.createAssetAsync(uri);
  console.log(uri)}



re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题