fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

Showing drop down in wrong area #55

Closed rsahu34 closed 1 month ago

rsahu34 commented 2 years ago

Simulator Screen Shot - iPhone 11 - 2022-02-17 at 13 35 17

flavioftkode commented 2 years ago

Edit the file DropDown.js, set line 62 to ' marginTop: 0,' fixes the problem (mostly) for now, or if you are using a scrollview pass the content offset and use that as the new margin

rsahu34 commented 2 years ago

Thank you so much, it working now

rie-kumar commented 1 year ago

So, modifying the marginTop does help improve the location, but it causes each device to display it differently