nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

Offline map #1737

Open sampathkumarch opened 5 months ago

sampathkumarch commented 5 months ago

Hi everyone, am working for offline map , am using mapbox library for offline map , I am downloading the map titles for offline map , with different map regions with different names , while downloading time the app memory size increasing , so sometimes I want delete the few map regions on that time am deleting the map regions but it is not deleted in app memory .

I want if the delete offline map that much memory should clean in app memory , it's should not happened here,

Can anyone help this point