ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Fix react native maps #81

Closed robertkluin closed 7 years ago

robertkluin commented 7 years ago

When using react-native-maps I found the MapView guard to be problematic. Removing the guard corrects the issues, and we are now past React Native 0.42.

ohanhi commented 7 years ago

Nice, thanks for the time you've put into this.