wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.59k stars 717 forks source link

Avoid memoizing render textfield in Picker #3181

Closed ethanshar closed 4 months ago

ethanshar commented 4 months ago

Description

Avoid memoizing renderTextField in Picker using useCallback

Changelog

Fix Picker not responding to changes

Additional info