react-native-picker / picker

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

feat: Add support for react-native 0.76.0 #588

Closed gabrieldonadel closed 4 weeks ago

gabrieldonadel commented 4 weeks ago

Due to the introduction of libreactnative.so in 0.76 we must update the CMakeLists.txt file to be compatible with merged libraries, more details can be found at https://github.com/react-native-community/discussions-and-proposals/discussions/816

This PR can be tested through the update of the FabricExample, here -> https://github.com/react-native-picker/picker/pull/587

Naturalclar commented 4 weeks ago

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

The release is available on:

Your semantic-release bot :package::rocket:

vonovak commented 4 weeks ago

we should also flip this to true https://github.com/react-native-picker/picker/blob/49b67c3fdd03ffd68855e88b29a03dfbf0d79987/react-native.config.js#L18