alwx / react-native-photo-view

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

Load network image in background queue #164

Open wcyiu opened 6 years ago

wcyiu commented 6 years ago

The library loads images in main queue causes the sluggish UI in iOS. The bigger the image the longer the loading time. Load the images in background queue fixed the issue.