openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
205 stars 57 forks source link

maxZoom null throws error #40

Closed GabrielLim-ML closed 2 years ago

GabrielLim-ML commented 2 years ago

Setting maxZoom to null for unlimited zooming throws error when I double tap on image for zooming due to calling toFixed on null.

Error as shown below:

image
GabrielLim-ML commented 2 years ago

Found reference to #19 .

Might need to update the documentation: null -> Infinity

image