Closed rguan72 closed 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.
launches the camera. When we finish taking our picture, the code advances to the next line, which is
leading to our blank screen. We have to click back again to get to our CalendarUI.