Launches the camera interface allowing users to take a new photo with built-in
cropping functionality. Returns the file path of the captured and cropped image.
Parameters
themeColors: MD3Colors
React Native Paper theme colors for UI consistency
Returns Promise<string>
Promise resolving to the file path of captured image, or empty string if cancelled
Opens the device's camera to capture a new photo
Launches the camera interface allowing users to take a new photo with built-in cropping functionality. Returns the file path of the captured and cropped image.