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

#5 Task4-Deployment: Improve React App prototype #5

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

youssefkilany
Copy link
Collaborator

This PR improves react app size after removing a few unnecessary libs and replacing others with smaller libs that provide the set of functionalities we need. Also, it updates camera frame UI and fix some issues with camera flickering.

Also, requesting camera permissions within the app is by default available only twice, if declined twice you can't ask for permissions within the app, so there's a pop-up msg with explanation and a deep-link into settings for our app permissions settings.

dependabot bot and others added 4 commits November 19, 2024 14:07
Bumps  and [cross-spawn](https://github.com/moxystudio/node-cross-spawn). These dependencies needed to be updated together.

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `cross-spawn` from 6.0.5 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
replace `vision-camera` lib with a smaller lib `expo-camera`
update camera frame UI
fix and update toast messages
fix camera frame flickering on permission request
@youssefkilany youssefkilany added the Deployment Task 4 - Application development and Model deployment label Nov 20, 2024
@youssefkilany youssefkilany self-assigned this Nov 20, 2024
@youssefkilany youssefkilany changed the title Task4-Deployment: Improve React App prototype #5 Task4-Deployment: Improve React App prototype Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deployment Task 4 - Application development and Model deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant