nesterapp / react-native-streetview

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

StreetView hangs/freeze (black space) #14

Closed vitto-moz closed 6 years ago

vitto-moz commented 6 years ago

Have an issue while use on Android I should say, it doesn't occur every time I use street view in app. I can definitely say - issue occurs after the route changed (so maybe it related with a component instantiation) When street view stuck - I have next state (there is always a black line on top - it's absent when everything ok) image every time I change route (logout/login) and use streetView - the black space grows but if app start from a route where streetView component situated - everything ok - it works I use "react-native-router-flux": "3.39.2" for navigation

vitto-moz commented 6 years ago

any comments, please... :)

vitto-moz commented 6 years ago

For those who stack with this issue. I moved to react-native-navigation, and this bug disappeared

amitpdev commented 6 years ago

Workaround available #12

chrise86 commented 6 years ago

@vitto-moz I’m using react-native-navigation and all I get is a black screen. Did you face this issue at all?

vitto-moz commented 6 years ago

@chrise86, I've ended up with my own routing and I'm totally happy with it. But my suggestion for you is - react-navigation I think it's the best, comparing all available

chrise86 commented 6 years ago

@vitto-moz I've fixed the issue and have put a pull request in, if you ever need it.

gopisathya commented 5 years ago

@vitto-moz I’m using react-native-navigation and all I get is a black screen. Did you face this issue at all?

same issue for me any one got solved??