n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

how to set picker position ? #206

Closed saurabh874 closed 4 years ago

saurabh874 commented 4 years ago

I am using react-native-material-dropdown with react-native 0.61. when i am facing some styling issue . when i select any idem from picker box. the position of picker always change if i am trying to open again picker box. any solution? is it any way to use position for set picker box?

saurabh874 commented 4 years ago

I have done some changes in dropdown.Js let pickerStyle = { width, height, top, left, // transform: [{ translateY }], }; remove transform that time its working. can you do something for this.