-
Notifications
You must be signed in to change notification settings - Fork 600
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
iOS - Frame always visible since 14.1.0 #685
Comments
I'm experiencing this issue too |
I think it has something to do with changes for new arch coming from @WoLewicki as of now i am going with 14.0 - but you have to disable new arch. I added |
installing 14.1.0 & adding |
Hmm it is interesting since I am not doing anything specific regarding this prop:
|
Ok I checked the bug and here is the PR: #690. Could you check if it fixes the problem? |
Fixed, thanks. The only thing that surprises me is that on old arch it seems to use my normal camera (1x zoom), in new arch it uses the wide-angle-camera instead of the normal one. |
Is it different than what happens on old architecture? |
As this bug is fixed i created a new one for the zoom problem. |
Describe the bug
showFrame is neither default false nor is false accepted als value - frame is always shown on iOS
To Reproduce
Create new App:
and run it
(dont forget to set Camera usage Description in Info.plist)
Expected behavior
Frame should not be shown
Version information
v14.1.0 on iOS 18.2
The text was updated successfully, but these errors were encountered: