[React Native] Perfomance Issue with Image There is a screen that shows several items as a list. Each item has an image of thumbnail. There is no problem with the iPhone, but there is a serious slowdown in Android. The solutions found while doing various things are as follows. 여러 항목을 리스트로 보여주는 화면이 있다. 각 항목에는 두미에 이미지가 있다. 아이폰에서는 문제가 없는데 안드로이드에서는 심각하게 느려지는 현상이 발생했다. 여러가지 해보면서 찾은 해결법은 아래와 같다. 1. Im..