Walter Monecke
Walter Monecke
I am facing a weird issue with sync storage. It does work for the first couple of minutes, then any update to a reducer is not getting persisted any longer....
### Description It seems that when reusing a map and you unmount and mount the map somewhere else with different props (e.g. with `isInteractive` switched to false on re-mount) the...
There are several issues here with the same problem. How can we access the method passed to the children?
I am positioning `absolute` an element inside of one of the `renderRow`s and it should be slightly on top of the element. However, it gets clipped even when giving the...
"react-native": "0.47.1", "react-native-fcm": "^14.0.1", When in development the permission pop-up does appear. However, in production when I initialize the App and ask for permission like so: ``` class App extends...
Upgrading to reactnative-fcm v16 brings up this error and I am unable to compile. Any suggestions?
Hi there! Awesome package, it has saved my life! Could the pod `GoogleMaps` be updated to `3.5.0`? It is currently conflicting with `react-native-maps` and a lower version of `react-native-google-places` has...
I am using `react-native-google-places` for searching places and `react-native-maps` for displaying the actual map. Both libraries use native code and rely on the Google Maps pod. However the react-native-google-places library...
# Bug The library is unusable on Android. The BlurView covers the whole screen and setting `{ overflow: 'hidden' }` on parent is just a hack and actually causes performance...
First off, thank you for making this!! However, I have some issues that I might have not expected. Is this behavior expected? I can basically swipe right while having the...