A bug in mobile app generated using React Native app template (solved!)

I just generated a new mobile app using crowdbotics template (default) using app dashboard. After installing dependencies and pods to build and run the react native project, on default run (first time execution) I get the following error (described in the image):

I haven’t touched the code yet.

hi @amanhimself, can you try to navigate to src/features/Camera/navigator.js and append the ff code at the end of the file

export default CameraNavigator

This will create a default export for that specific module.

Thanks Michael, it works.