Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Picker for iOS] Multiple nesting ScrollViews #1816

Closed
fcpineiro opened this issue Apr 23, 2018 · 1 comment
Closed

[Picker for iOS] Multiple nesting ScrollViews #1816

fcpineiro opened this issue Apr 23, 2018 · 1 comment

Comments

@fcpineiro
Copy link

This component has a FlatList(ScrollView) inside of a Content(ScrollView) component.

Apart from being a performance improvement, this nesting may prevent this component from working properly in case some feature that uses .scrollTo() method is added afterwards.

Some examples may be, the ability to load the picker showing the preselected item or the ability to implement some scrollToBottom functionality (in case of big item lists).

akhil-ga added a commit that referenced this issue Apr 23, 2018
@SupriyaKalghatgi
Copy link
Contributor

Fixed with 2.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants