examples icon indicating copy to clipboard operation
examples copied to clipboard

Fixed App.js Bug

Open isabelayepes opened this issue 4 months ago • 0 comments

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

isabelayepes avatar Oct 16 '24 21:10 isabelayepes