garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
377 stars 219 forks source link

VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead. #168

Open umaAntier opened 3 months ago

umaAntier commented 3 months ago

ERROR:- VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.

when using inside the KeyboardAwareScrollView

abdullatifHH commented 2 weeks ago

Placing this library Input in an keyboard avoiding view or in a scroll view, scenario is an expected one for each and every developer, we just ignore as this is an warning, but fix for this is really appreciated.

@umaAntier we face this but not as an error, as a warning. still feature works as expected without no issues. you can check your code.