nesterapp / react-native-streetview

React Native Google's Panorama/StreetView component for iOS and Android.
MIT License
99 stars 52 forks source link

Fix black screen when radius not defined on iOS #24

Closed RuudBurger closed 5 years ago

RuudBurger commented 5 years ago

This is a proper fix for #22. Instead of removing the radius options, it will set a default of 50 when radius is undefined (50 meters is also set as default on Android)