examples
examples copied to clipboard
Fixed App.js Bug
Refactored the code to use the new expo-camera API instead of the deprecated legacy one. See expo go camera documentation: https://docs.expo.dev/versions/latest/sdk/camera-legacy/ versus https://docs.expo.dev/versions/v51.0.0/sdk/camera/ Note: Alternatively could have changed the import line 1 to: import { Camera } from "expo-camera/legacy"; and keep previous code, but this refactoring aligns with the current API better