vishaldhanotiya / react-native-modal-picker

This is a cross-platform picker with search bar for react native support both platform IOs and android
https://www.npmjs.com/package/rn-modal-picker
44 stars 18 forks source link

How to use DefaultValue #35

Closed Antibiotika224 closed 3 years ago

Antibiotika224 commented 3 years ago

How do you set the defaultvalue,( I know about the boolean), but how do you set the value that is actually displayed as a default value

vishaldhanotiya commented 3 years ago

We have updated props of picker. Now there is no need of defaultValue props. You can directly set default value in selectedText.