acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 216 forks source link

Warning: Cannot update during an existing state transition (such as within `render` ). Render method should be a pure function of props & state #299

Closed ghost closed 3 years ago

ghost commented 4 years ago

I have tried all sorts of solutions from stackoverflow but still I am getting this error whenever I login with correct details to home screen. I have uploaded my code on github , you can see that.

https://github.com/borbhuiyagulsan/uber

ghost commented 3 years ago

The solution I got on my own is I have imported mapView from react-native-maps instead of expo

import MapView from 'react-native-maps';