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

New architecture support ? Unimplemented component : <CKCamera> #512

Open
aurelienmartin opened this issue Jan 2, 2023 · 4 comments
Open

Comments

@aurelienmartin
Copy link

Describe the bug
Hi everyone, Happy New Year 2023 !

I wanted to use the library with the latest version of React-Native 0.70.6 with Fabric support but it seems that it is not functional on the new architecture.

Using the CameraScreen component displays the following message on the iOS GUI Unimplemented component : <CKCamera>

Can you confirm that this is not an error on my part and if you plan to make this library compatible with the new React-Native architecture soon ?

Thank you ;)

Aurélien

To Reproduce
Steps to reproduce the behavior:

  1. Use React Native 0.70.6 with Fabric "RCT_NEW_ARCH_ENABLED=1 pod install"
  2. See error in GUI

Screenshots
Simulator Screen Shot - iPhone 14 Pro - 2023-01-02 at 10 53 35

Smartphone (please complete the following information):

  • Device: iPhone 8
  • OS: iOS 16.1.2
@aurelienmartin aurelienmartin changed the title New architecture support ? Unimplemeted component : <CKCamera> New architecture support ? Unimplemnted component : <CKCamera> Jan 2, 2023
@aurelienmartin aurelienmartin changed the title New architecture support ? Unimplemnted component : <CKCamera> New architecture support ? Unimplemented component : <CKCamera> Jan 2, 2023
@maazshaikh1711
Copy link

Hi @aurelienmartin,
I was also facing the same issue on running "RCT_NEW_ARCH_ENABLED=1 pod install".
I think it is not an error on our part.

Did you find any solution for the same?

Till then I just disabled the new Architecture and installed pods by running following command:
RCT_NEW_ARCH_ENABLED=0 pod install

@aurelienmartin
Copy link
Author

Hi @maazshaikh1711 ,

I used the same workaround as your proposal.

I think we will have to be patient while waiting for the community around this lib to support the new React-Native architecture.

Thanks for trying.

Aurélien

@perqa
Copy link

perqa commented Apr 11, 2023

Any updates on this?

@auliakbarh
Copy link

Hi @aurelienmartin, I was also facing the same issue on running "RCT_NEW_ARCH_ENABLED=1 pod install". I think it is not an error on our part.

Did you find any solution for the same?

Till then I just disabled the new Architecture and installed pods by running following command: RCT_NEW_ARCH_ENABLED=0 pod install

Disabling the new architecture somehow solves this problem, but my app crashes on the iOS archive build. Does this also happen to you?

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

4 participants