openspacelabs/react-native-zoomable-view

maxZoom null throws error

Closed this issue · 1 comments

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

Found reference to #19 .

Might need to update the documentation:
null -> Infinity

image