fix: do not allow rotation in PermissionGate on Android (#2090)

Remove orientation from camera screen navigation options

---------

Co-authored-by: israr-stc-dev <Israr.Khan@intigral.net>
This commit is contained in:
israr002
2024-10-05 05:59:42 +05:30
committed by GitHub
parent 10e97a3255
commit d99dffddd8

View File

@@ -31,7 +31,6 @@ const soundRecorderTitle = ( ) => (
const CAMERA_SCREEN_OPTIONS = {
...hideHeader,
orientation: "all",
contentStyle: {
backgroundColor: "black"
}