Added usePerformance hooks to camera and suggestions screens to see if we can show a difference in performance / load time, but not seeing a clear difference yet
Refactored to generally remove useEffects where possible and hopefully start making camera code (particularly related to bottom sheets, navigation, taking photos) more declarative and easier to work on
Closes #2320
usePerformance
hooks to camera and suggestions screens to see if we can show a difference in performance / load time, but not seeing a clear difference yetuseEffects
where possible and hopefully start making camera code (particularly related to bottom sheets, navigation, taking photos) more declarative and easier to work on