react-native-picker / picker

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

chore: Optimize for web tree shaking #388

Closed nandorojo closed 2 years ago

nandorojo commented 2 years ago

Importing with a * may have some issues with Web's tree shaking. This minor PR edits the import to import unstable_createElement directly to avoid any potential tree shaking issues.

Naturalclar commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: