alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Can't specify headers in image source on android #49

Open dxiao opened 7 years ago

dxiao commented 7 years ago

React native recently allowed devs to specify header fields with their network source urls. This works fine for iOS, but it requires some extra code on android. react-native-photo-view should support the same. https://github.com/facebook/react-native/pull/12448

gnprice commented 6 years ago

This works in 1.5.2, and looks like it was fixed in 7731e9d, from #50 (so, probably fixed in 1.3.0 based on timestamps.) So I think it can be closed.