I am working on map using react-native-maps.
The thing is, if I just want to show the map of specific region, let's say Africa, the other place can be ignored.
Is there anyway we can limit the region we want to show to user using react-native-maps (only Africa, not the whole world map)?
Thank you in advance!