Paul Walsh
Paul Walsh
Also experiencing this issue with useDrag's collect function
@wojtekmaj Hi, I've tried adding the devicePixelRatio and fixing it at 1, 2 and using the Math.min formula but it's still freezing on large PDFs. There's no more error message...
@wojtekmaj I think I've fixed it by using your suggestion to add react-window for large PDFs. Thanks!
Same issue here, tried pod install and all of the mentioned import methods. "react-native-image-picker": "^5.4.0", "react": "18.2.0", "react-native": "0.71.6", platform: ios
@wojtekmaj, getting the same error here: ``` ./node_modules/pdfjs-dist/build/pdf.js 1540:17 Module parse failed: Unexpected character '#' (1540:17) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You may need an additional loader...
I had this error for hours and the solution was to install the project in a directory without a space in the title. I was trying to install in a...