'Data storage size issue on Android - React native app

I have a React Native app. I just use asyncstorage for access token and user id. After some months, data storage size is 17.96 GB. The app has some lists where I display images, such as users list. How can I detect why is increasing the storage?

Storage



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source