diff --git a/.npmignore b/.npmignore index 2f48754f5..09d7697de 100644 --- a/.npmignore +++ b/.npmignore @@ -11,4 +11,6 @@ src .prettierrc tsconfig.json tslint.json -.github/FUNDING.yml \ No newline at end of file +.github +ISSUE_TEMPLATE.md +LICENSE \ No newline at end of file diff --git a/App.tsx b/App.tsx index 9e8e07880..ce83a761c 100644 --- a/App.tsx +++ b/App.tsx @@ -30,6 +30,7 @@ function App() { const [pdfType, setPdfType] = React.useState(false) const [useGoogleReader, setUseGoogleReader] = React.useState(false) const [withScroll, setWithScroll] = React.useState(false) + const [withPinchZoom, setWithPinchZoom] = React.useState(false) if (error) { return ( {'\nWith Scroll?'} + {'\nWith Pinch Zoom?'} +