Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed App.js Bug #521

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed App.js Bug #521

wants to merge 1 commit into from

Conversation

isabelayepes
Copy link

@isabelayepes isabelayepes commented Oct 16, 2024

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

refactored the code to use the new expo-camera api instead of the deprecated one
@isabelayepes isabelayepes changed the title Update App.js Fixed App.js Bug Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant