react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

New architecture support ? Unimplemented component : <CKCamera>

Open aurelienmartin opened this issue 3 years ago • 3 comments

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 avatar Jan 02 '23 09:01 aurelienmartin

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

maazshaikh1711 avatar Jan 12 '23 04:01 maazshaikh1711

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

aurelienmartin avatar Jan 12 '23 08:01 aurelienmartin

Any updates on this?

perqa avatar Apr 11 '23 07:04 perqa