Clear storage of a specific app

Can we clear storage of a specific app, not but that of whole Expo Go?
I have to test and debug an app, which is depending on AsyncStorage data.

Re-installing the Expo Go is OK, but it deletes whole data of Expo Go and my expo profile is also deleted. Deleting the storage of a specific app is desirable!

I would also like to see this feature. I’m testing the existance of a variable in the app’s local storage (@react-native-async-storage) and it would be great to reset that for the app - i.e. clear the variables.