Development/Error

[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.

mefd 2024. 1. 22. 16:53
728x90

원인 :

Flatlist 랑 keyboardAvoidView 같이 쓰고 싶다. 같이 사용했다.

해결 : 

react-native-keyboard-aware-scroll-view 설치 후

flatList 대신 KeyboardAwareFlatList를 사용한다

 

728x90