react-native-paper-dropdown icon indicating copy to clipboard operation
react-native-paper-dropdown copied to clipboard

Showing drop down in wrong area

Open rsahu34 opened this issue 3 years ago • 3 comments

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

rsahu34 avatar Feb 17 '22 08:02 rsahu34

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

flavioftkode avatar Mar 04 '22 23:03 flavioftkode

Thank you so much, it working now

rsahu34 avatar Mar 09 '22 03:03 rsahu34

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

rie-kumar avatar Nov 07 '22 07:11 rie-kumar