react-native-maps in expo managed getting cached

Hi all,

I am using react-native-maps in my expo managed app. I have noticed that google map is being cached in my app and the cash data size of my app keeps increasing.

This is happening only on Android. On IOS the cache data size of my app remains the same despite opening google map from my app for so many times.

Is there a way to prevent map from being cached? I am concerned about it as I use google map in so many parts of my app the cache data size of the app will be huge in a short while.

Thanks