Vikas Kandari
Vikas Kandari
Just copy the lib folder in your project and import PinchZoomModule from pinch-zoom.module.ts file.
Same Issue - when creating a table name with capital letters typeorm with sync on it checks the schema with lower case and tries to create it with upper case.
having same issue with chrom water taps
``` dependencies { implementation 'com.github.chrisbanes:PhotoView:latest.release.here' } ``` replace `latest.release.here` with the latest release verion code currently its `2.0.0` it should look like this ``` dependencies { implementation 'com.github.chrisbanes:PhotoView:2.0.0' } ```