device overheated by CameraRoll API with FlatList in iOS #22393
Labels
API: CameraRoll
Bug
Component: FlatList
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
Environment
Description
If I shows photo image using the CameraRoll API on an iOS device, there is an issue that causes excessive heat. I was profiling directly with Xcode and it was happening when I showed the
assets-library
picture through the Image component. If shows gallery view a few times, iPhone gets hot enough to notice. Is this a known bug?If you look at the simple profiling results, the CPU is being used excessively when view renders photos. I think maybe it is the cause.
Reproducible Demo
Here are expo link or Github repository
The text was updated successfully, but these errors were encountered: