You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the dimensions and size of the images you're loading?
Setting up largeHeap does not necessarily solve your problem, it rather masks the problem of your application using a large amount of memory.
I would suggest upgrading to 0.43.2 and using FlatList with virtualization to clean up the memory of your listview. As well as look into what the sizes are of the images you are loading, because I've been able to load list views with 2 000 000 images through virtualization without memory issues
Description
Hi Team.
Reproduction Steps and Sample Code
I see issue when view list image in android?
Solution
<application
android:name=".MainApplication"
android:allowBackup="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:largeHeap="true"
android:theme="@style/AppTheme">
What needs to be done to address this issue? Ideally, provide a pull request with a fix.
Additional Information
The text was updated successfully, but these errors were encountered: