Magneto Guys

Results 1 comments of Magneto Guys

with this still can't show the error > try{ this.camera.takePictureAsync().then(data => { FileSystem.moveAsync({ from: data, to: `${FileSystem.documentDirectory}photos/Photo_${this.state .photoId}.jpg`, }).then(() => { this.setState({ photoId: this.state.photoId + 1, }); //Vibration.vibrate(); }); });...