바르고 뜨겁게
[React native] FlatList with large content rows will crash only on iOS physical device 본문
자바스크립트/React Native
[React native] FlatList with large content rows will crash only on iOS physical device
RightHot 2020. 7. 28. 17:13FlatList에 데이터가 많이 담기면 에러 로그도 없이 IOS 앱이 죽는 현상이 있음.
(안드로이드는 문제 없음)
FlatList 내에 아래 코드를 추가하면 해결 됨.
<FlatList
initialNumToRender={1} // add
/>
'자바스크립트 > React Native' 카테고리의 다른 글
IOS domain request network error (0) | 2020.08.21 |
---|---|
[React Naitve] Axios multipart image upload network error (0) | 2020.08.09 |
[ERROR] xcodebuild DTDeviceKit: deviceType from was NULL (0) | 2020.06.03 |
[IOS ERROR] Bundle Idenfifier 변경시 linker command failed with exit code 1 (0) | 2020.05.28 |
React Native - IOS UIWebView Deprecated 해결 방법 (0) | 2020.05.11 |
Comments