Camera error after upgrading from expo 24 to 25

I started a project with expo 22.0 and willing upgrade to the last version I proceeded a progressive upgrade of the app following the instructions provided on the expo blog.

Here is my report :

  • upgrade 22 to 23 => OK after changing by when necessary
  • upgrade 23 to 23 => OK
  • upgrade 24 to 25 => KO : The app starts well but I can’t use the camera anymore.

I got the following error just a the line

const picture = await takePictureAsync()

I will stay on expo 23 for the moment. But maybe you can solve the issue.

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