Raúl Gómez Acuña
Raúl Gómez Acuña
Hey @betoharres, I've spent some time debugging the example project on Android and I am not able to reproduce the issue you are reporting. Btw, instead of cloning locally the...
Hi @silvestreh, thanks for your kind words! Unfortunately that's a current limitation of the library and there is no way to update the snap points via state, something I held...
Hello @matvidako, Thanks for the prompt response, I got the custom package. I am able to scan VIN inside documents with a document overlay, but not as text OCR with...
Thanks very much, I am glad it was useful! Would you like to make a PR to fix that?
It became an issue for Android 12 & 13 versions on RN 0.70, specifically for inverted lists. This comment contains a fix you can apply to React Native `VirtualizedList` directly....
I've released `v6.0.1`. Please update to the latest, should be fixed now!
Good point. I have decided to relax the constraints of dependencies, to mirror peer dependencies. I still prefer to have those dependencies and avoid people installing extra libraries, like `react-redux`...
It became an issue for Android 12 & 13 versions on RN 0.70, specifically for inverted lists. This comment contains a fix you can apply to React Native `VirtualizedList` directly....
+1, it happens the same to me
I am experiencing the same issue. Every time I make a change inside app.jsx, the update event does not trigger and main.js is not being rebundled. Apart from that, livereload...