picker icon indicating copy to clipboard operation
picker copied to clipboard

Unimplemented component: <RNCPicker> for new architecture

Open teodorciuraru opened this issue 2 years ago • 1 comments

Getting Unimplemented component: <RNCPicker> when loading the picker view while having the new architecture (turbomodules / fabric) enabled, but it does work with legacy. No online solution helped (cleaning/reinstalling pods, link package in Podfile, etc.)

It would be helpful for someone else to disprove this bug by confirming it works on their machine with the new architecture on.

Screenshot 2022-12-18 at 22 39 28

teodorciuraru avatar Dec 18 '22 20:12 teodorciuraru

Hey @teo029. This library does not support Fabric yet, so. That output is what you get when using a non-supported Fabric library in a Fabric-enabled environment.

This open Pull Request will introduce the support.

valeriobelli avatar Dec 24 '22 14:12 valeriobelli