You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an image is displayed, the request to our server is sent two times. The first time ".png" is added to the url. The second time, the url is correct.
react-native: "0.57.0"
react-native-photo-view: "1.5.2"
When an image is displayed, the request to our server is sent two times. The first time ".png" is added to the url. The second time, the url is correct.
this.props.url = "/"
REQUEST SENT:
GET /.png
The text was updated successfully, but these errors were encountered: