react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.47k stars 278 forks source link

Unimplemented component: <RNCPicker> for new architecture #466

Open teodorciuraru opened 1 year ago

teodorciuraru commented 1 year ago

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
valeriobelli commented 1 year ago

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.