-
Notifications
You must be signed in to change notification settings - Fork 597
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: new arch: serveral zoom depending bugs #691
Comments
Updated first comment and title as zoom functions do not work at all in new arch. |
Maybe this line is part of the problem
_view.zoomMode = [focusMode isEqualToString:@"on"] ? CKZoomModeOn : CKZoomModeOff; focusMode seems to be wrong in this line. But fixing this does not solve the problems - at least not the way I tried. |
This is because when we set react-native-camera-kit/ios/ReactNativeCameraKit/CKCameraViewComponentView.mm Lines 110 to 117 in 55bdd97
So react-native-camera-kit/ios/ReactNativeCameraKit/CameraView.swift Lines 196 to 198 in 55bdd97
Hence, when we call
@WoLewicki, we might want to split
|
Describe the bug
To Reproduce
Create App with new arch. To force use of old arch (to see differnces) add
ENV['RCT_NEW_ARCH_ENABLED'] = "0"
to the first line of Podfile,pod install
and run appExpected behavior
zoomMode + zoom should work, view should be the same on startup
Screenshots
Smartphone (please complete the following information):
react-native-camera-kit v14.1
The text was updated successfully, but these errors were encountered: