Currently, when camera permission is denied or not granted, the library either shows a blank screen or fails silently.
Expected Behavior:
- Display a user-friendly message when permission is denied
- Provide a fallback UI instead of blank screen
- Add a callback prop like
onPermissionDenied
- Detect permission state automatically
Why this matters:
Better UX and easier debugging for developers using the library.
I would like to work on this issue if approved.
Currently, when camera permission is denied or not granted, the library either shows a blank screen or fails silently.
Expected Behavior:
onPermissionDeniedWhy this matters:
Better UX and easier debugging for developers using the library.
I would like to work on this issue if approved.