You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
NativeBase/src/basic/Picker.ios.js
Line 187 in c488d92
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).
The text was updated successfully, but these errors were encountered: