From 3d226540125b88df56628411e9d214db590eb6f3 Mon Sep 17 00:00:00 2001 From: Jigar Dhulla Date: Tue, 24 Feb 2026 23:00:05 +0530 Subject: [PATCH 1/2] Add note on displaying captured images in README Added a note about displaying captured images in the app. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9650105..5fa6233 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,4 @@ Explicitly start the video recording. - If permission is denied, camera functions will fail silently - Camera permission is required for photos, videos, AND QR/barcode scanning - File formats: JPEG for photos, MP4 for videos +- To display captured images in the app, follow [Asset documentation of NativePHP](https://nativephp.com/docs/mobile/3/the-basics/assets#public-files) From 737f7343b6b2f8c1d87bc7f3acabb28ba7423dba Mon Sep 17 00:00:00 2001 From: Jigar Dhulla Date: Tue, 24 Feb 2026 23:00:54 +0530 Subject: [PATCH 2/2] Update README to reference 'Public' section for images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa6233..e816962 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ Explicitly start the video recording. - If permission is denied, camera functions will fail silently - Camera permission is required for photos, videos, AND QR/barcode scanning - File formats: JPEG for photos, MP4 for videos -- To display captured images in the app, follow [Asset documentation of NativePHP](https://nativephp.com/docs/mobile/3/the-basics/assets#public-files) +- To display captured images in the app, follow `Public` section in [Asset documentation of NativePHP](https://nativephp.com/docs/mobile/3/the-basics/assets#public-files)