react-native-picker / picker

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

feat: Support RN 0.74 and Bridgeless #551

Closed alanjhughes closed 3 months ago

alanjhughes commented 4 months ago

Update library to work with react native 0.74 and bridgeless. The main changes being

Tested on

Note: There is currently a bug in RC2 that causes an error on android when using the new arch with bridgeless disabled. This will be resolved in RC3 Issue has been resolved in RC3 and I have bumped the example. Everything is working correctly now

brentvatne commented 3 months ago

looking forward to this landing and getting us one step closer to new arch support in the ecosystem!

Naturalclar commented 3 months ago

:tada: This PR is included in version 2.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

DavideViolante commented 3 months ago

I think this PR is causing #555 #556 #557

tortuvshin commented 3 months ago

I think this PR is causing #555 #556 #557

I faced the same error