DuDigital / 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
243 stars 113 forks source link

Missing Type definition in npm package #26

Closed SaeedZhiany closed 4 years ago

SaeedZhiany commented 4 years ago

Type definition file does not exist in npm package that installed in a RN project. so importing in typescript projects causes error;

import ReactNativeZoomableView from '@dudigital/react-native-zoomable-view/src/ReactNativeZoomableView';

image

image

SimonErich commented 4 years ago

Thanks to @adamaveray v1.0.15 was just released with types