This is crashing on probably mid/low range android devices because of poor memory handling due to the size of the image, a work around will be to:
- manage image manipulation on the server side
- progressive loading (load low-res first, then higher-res tiles if zoomed).
- You can also explore using libraries like react-native-zoomable-view