I am calling the open camera function in constructor of root component. Because of which as soon as the app starts the app should show the camera. The app works fine if I create a development apk and runs it on device but if I build it in production mode ith --prod flag it goes straight to the home component without taking image.
↧