Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

In React Native / Expo, is there any way to save a specific part of an image

takePicture = () => {
      if (this.camera) {
          this.camera.takePictureAsync({ onPictureSaved: this.onPictureSaved });
      }
   };

  onPictureSaved = photo => {
      console.log(photo);
  }
 
PREVIOUS NEXT
Tagged: #In #React #Native #save #specific #part #image
ADD COMMENT
Topic
Name
9+7 =