rguan72 / SnapCalApp

Version of the SnapCal app made in React Native.
Apache License 2.0
2 stars 1 forks source link

Blank Screen after taking picture #5

Closed rguan72 closed 5 years ago

rguan72 commented 5 years ago
ImagePicker.launchCameraAsync ({
      allowsEditing: true,
    });

launches the camera. When we finish taking our picture, the code advances to the next line, which is

return null;

leading to our blank screen. We have to click back again to get to our CalendarUI.