How to handle nested scroll here?
See original GitHub issueFirst of all, it is really nice DropDownPicker.
I have one ScrollView and inside that scroll view I have multiple dropdowns. however the dropdown scrolling is no more working in that case.
<ScrollView>
<View style={styles.childBaseContainer}>
<DropDownPicker/>
<DropDownPicker/>
<DropDownPicker/>
</View>
</ScrollView>
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to handle scroll in NestedScrollView - android
What I want to do is to handle the scroll NestedScrollView. But when I "setOnScrollChangedListener" to it, and then I scroll the view, ......
Read more >Experimenting with Nested Scrolling - Android Design Patterns
Without nested scrolling, the NestedScrollView scrolls independently of its surroundings. Once enabled, however, the CoordinatorLayout and ...
Read more >NestedScrollView: Enhanced scrolling for Flutter
A CustomScrollView can scroll only in one direction, so if you need to scroll vertically and horizontally, you will need to nest the...
Read more >NestedScrollView in Android with Example - GeeksforGeeks
Step by Step Implementation · Step 1: Create a New Project in Android Studio · Step 2: Working with the activity_main.xml File.
Read more >NestedScrollView class - widgets library - Flutter - Dart API docs
A scrolling view inside of which can be nested other scrolling views, with their scroll positions being intrinsically linked. The most common use...
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

There’s no way to dismiss/hide the dropdown box yet, I’ll work on that later with more features.
Read more: https://reactnative.dev/docs/scrollview#nestedscrollenabled
The bug has been fixed. Uninstall & Install the package.
If you face an unexpected Behavior/UI, Try to restyle the component using the docs, I’ve changed the styling properties lately.