react-native-paper-dropdown
react-native-paper-dropdown copied to clipboard
Showing drop down in wrong area
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
Thank you so much, it working now
So, modifying the marginTop does help improve the location, but it causes each device to display it differently