1 minute read
React Native Apps with Library Errors
07
Image Size Problem
Advertisement
There are three options for dealing with image size issues. The first is using small size images or reducing the size of current images.
The second is to reduce loading time by converting images to WebP format. The third option is local image caching.