aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-20fix(mobile): remove type: module so expo works (#1846)xuatz2-0/+0
2025-08-16fix(mobile): change to metro.config.cjs since migrating to type: module (#1845)xuatz2-0/+0
2024-12-28fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r2-0/+52
Co-authored-by: MohamedBassem <me@mbassem.com>
2024-12-28fix(mobile): Mark the camera explicitly as not required in android manifest. ↵MohamedBassem1-0/+23
Fixed #755.