Skip to content
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

Open
cixio opened this issue Dec 18, 2024 · 2 comments
Open

iOS - Frame always visible since 14.1.0 #685

cixio opened this issue Dec 18, 2024 · 2 comments

Comments

@cixio
Copy link

cixio commented Dec 18, 2024

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:

import React from 'react';
import { Camera, CameraType } from 'react-native-camera-kit';

function App(): React.JSX.Element {
  return (
		<Camera />
  );
}

export default 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

@cixio cixio changed the title iOS - Frame always visible iOS - Frame always visible since 14.1.0 Dec 22, 2024
@jadshep
Copy link

jadshep commented Dec 22, 2024

I'm experiencing this issue too

@cixio
Copy link
Author

cixio commented Dec 22, 2024

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 ENV['RCT_NEW_ARCH_ENABLED'] = "0" to the first line of ios/Podfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants