In iOS, Dropdown is overlapping with the below content
See original GitHub issueI have used the code like mentioned in the example in my screen
<DropDownPicker
items={[
{label: 'UK', value: 'uk'},
{label: 'France', value: 'france'},
]}
defaultValue={'uk'}
containerStyle={{height: 40}}
style={{backgroundColor: '#fafafa'}}
dropDownStyle={{backgroundColor: '#fafafa'}}
onChangeItem={(item) => {
console.log(item);
}}
/>
The dropdown in overlapping under the below content as shown like image.
----
Could you please help me on this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
React Native :Dropdown is overlapping with the below content ...
This code is working fine on android but UI breaks on ios, The screenshot is attached above .This happens on ios only. the...
Read more >Not able to select item from list that overlaps different view #40
I'm dealing with the same issue. I just found out that the selectable area is depends on the container of the dropDownView. I...
Read more >React Native :Dropdown is overlapping with the below content ...
Coding example for the question React Native :Dropdown is overlapping with the below content in ios-React Native.
Read more >Why does my header overlap other elements when i mark its ...
I want my header to stay fixed on top. Without the position:fixed my code works as expected (where the header stays on top...
Read more >z-index - CSS-Tricks
Absolutely positioned elements overlap each other. All sorts of reasons. Without any z-index value, elements stack in the order that they appear ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Useless library!
So what is the solution?