Expo Crash when using ImagePicker (SDK 34)

  1. This is happening using SDK 34
  2. I am testing on an iPhone XS Max
  3. Only occurs when capturing video

Behavior: I am able to take multiple photos using the camera without a problem (using ImagePicker.launchCameraAsync. I am also able to take one video, of any length. However, after taking one video, if I launch the camera again and switch to the “Video” tab to take another video, the app immediately crashes. The crash occurs instantly, before I can start recording.

I have tried upgrading to SDK 35 and replicated the issue there as well.

The only warning / error I get in the debugger: Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.