Arman

Results 3 comments of Arman

Same here: ``` "expo": "^49.0.13", "react": "18.2.0", "react-native": "0.72.5", "react-native-map-clustering": "^3.4.2", "react-native-maps": "1.7.1", ```

I have solved the problem in my case. My `initialRegion` from store was: ``` { latitude: 0, longitude: 0, latitudeDelta: 0, longitudeDelta: 0, } ``` Writing the store with the...