nesterapp / react-native-streetview

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

Street View gives black screen; works when ipad is connected to mac #19

Closed govindj1991 closed 10 months ago

govindj1991 commented 5 years ago

I have been using react-native-streetview in my project and it was working all good. Until recently we noticed that it is only working when we run the app on any ipad connected to the mac from Xcode in which we develop it. If I release the ipa and test it on the same ipad, streetview returns a black screen like inhttps://github.com/nesterapp/react-native-streetview/issues/3 . But we have the sdk key added to the app and we even have react-native-maps working correctly.

react-native @0.55.4 react-native-streetview@0.1.4

chrise86 commented 5 years ago

I only see a black screen on iOS no matter what 😞

chrise86 commented 5 years ago

@govindj1991 did you manage to resolve your issue?

govindj1991 commented 5 years ago

@chrise86 . I couldn't with react-native-streetview. I tried upgrading to 0.1.5, which made the black screen to come even when my ipad is connected to mac :( . I fell back to using google maps app. I simiply used Linking to open the map url pattern as follows : http://maps.google.com/maps?q=&layer=c&cbll='**lat**','**long**' which opens up streetview in google maps native app. This again has issues when I upgraded to IOS 12 where I am intermittently getting 'cannot reach server' error in google maps app.(working fine on IOS v<12)

chrise86 commented 5 years ago

Oh that’s disappointing 😔 that’s not an option in my case 😕

RuudBurger commented 5 years ago

Please check if my PR fixes this issue: https://github.com/nesterapp/react-native-streetview/pull/24

wiredots01 commented 4 years ago

Hi,

Im having the same problem, any chance for work around on this?

fullstact69 commented 2 years ago

Same problem at my side, Still no one resolved this error?

jayeshnarola commented 1 year ago

same problem, it only shows black screen. any solution?