Yassss, this is so helpful, thank you so much for sharing this, right now I'm working on a group project where we have to develop a small app to generate a digital covid-19 vaccine proof, and we came up with the QR idea for public use, and being the first time getting out of comfort zone from desktop apps, this kind of content is just making it easier to explore and get started.
hi , this works well when theres one sreen ,if we navigate to antoher screen and then come back to the scanner screen it doesnt scan ...can you suggest something?
Hi i tried using the library and when i try testing using detox i get this error "Unhandled JS Exception: TypeError: undefined is not an object (evaluating 'v.default.BarCodeType')"
I have been trying to implement this code for reading or scanning 2d code PDF417 type (ID colombia standart). But although is supposed this type is supported for the library on Expo, is not working. Any sugestion? Please I will appreciate it.
@@jonathanshock1113 Nada man!! Me tocó hacer la solución en Android Studio nativo. Aunque React Native Expo simplifica codigo, definitivamente a veces da mas problemas cuando uno requiere una solución para aplicaciones con el uso de recursos nativos. Sigo con Expo, porque tengo otras aplicaciones que ya llevan más de cuatro años de desarollo, pero por ejemplo el uso de SQLite en el SDK 51 me falla. POr eso no lo he dejado a un lado. Pero, creo que lo nuevo que vaya a desarrollar, prefiero hacerlo en Android studio. ¿¿¿ Tienes algún inconveniente parecido ???
@@aexelm yo encontre una solucion que todavia no testie. google ml kit con cameraX tengo que testear. ambos tienen soporte de pfd147. me comentas sobre lo que hiciste en android studio porfavor?
@@jonathanshock1113 Es una aplicación para registrar el ingreso y salida de personal a una obra civil. Sin embargo, acá en colombia hay cédulas viejas y nuevas, que usan codigo de barra PDF147 y QR respectivamente. Para la segunda, tocó usar una especie de OCR para interpretar mas bien una cadena de caracteres como la que usan los pasaportes. De ahí se extrae la identificación y el nombre, porque el QR es ILGEGIBLEEE jajaja.... Entonces figuró ambas soluciones. Déjame revisar el código para ver que librerías utilicé... poque no recuerdo. Fue hace rato ya. Me comentas si necesitas aún el dato.
Yassss, this is so helpful, thank you so much for sharing this, right now I'm working on a group project where we have to develop a small app to generate a digital covid-19 vaccine proof, and we came up with the QR idea for public use, and being the first time getting out of comfort zone from desktop apps, this kind of content is just making it easier to explore and get started.
Glad you're expanding your knowledge and have found this useful for your group project! Hope the project continues to go well 😀
Highly appreciated, thank you!
This video helped me a lot, thank you! 😊
Hi, I like your videos, they are so useful for me,
Thanks, continue. ;)
Appreciate the kind words :) glad they are helpful!
Well documented video and super helpful, thanx
Good friend, how can I activate the flash of the camera?
hi , this works well when theres one sreen ,if we navigate to antoher screen and then come back to the scanner screen it doesnt scan ...can you suggest something?
Hi i tried using the library and when i try testing using detox i get this error "Unhandled JS Exception: TypeError: undefined is not an object (evaluating 'v.default.BarCodeType')"
I have been trying to implement this code for reading or scanning 2d code PDF417 type (ID colombia standart). But although is supposed this type is supported for the library on Expo, is not working.
Any sugestion? Please I will appreciate it.
lo pudiste solucionar?
@@jonathanshock1113 Nada man!! Me tocó hacer la solución en Android Studio nativo. Aunque React Native Expo simplifica codigo, definitivamente a veces da mas problemas cuando uno requiere una solución para aplicaciones con el uso de recursos nativos. Sigo con Expo, porque tengo otras aplicaciones que ya llevan más de cuatro años de desarollo, pero por ejemplo el uso de SQLite en el SDK 51 me falla. POr eso no lo he dejado a un lado. Pero, creo que lo nuevo que vaya a desarrollar, prefiero hacerlo en Android studio.
¿¿¿ Tienes algún inconveniente parecido ???
@@aexelm yo encontre una solucion que todavia no testie. google ml kit con cameraX tengo que testear. ambos tienen soporte de pfd147.
me comentas sobre lo que hiciste en android studio porfavor?
@@jonathanshock1113 Es una aplicación para registrar el ingreso y salida de personal a una obra civil. Sin embargo, acá en colombia hay cédulas viejas y nuevas, que usan codigo de barra PDF147 y QR respectivamente. Para la segunda, tocó usar una especie de OCR para interpretar mas bien una cadena de caracteres como la que usan los pasaportes. De ahí se extrae la identificación y el nombre, porque el QR es ILGEGIBLEEE jajaja.... Entonces figuró ambas soluciones. Déjame revisar el código para ver que librerías utilicé... poque no recuerdo. Fue hace rato ya. Me comentas si necesitas aún el dato.
My barcode scanner never appears. Just a white screen. So fucking annoying!!!
I just tried it and it works correctly
I had the same issue. Adding a height ="100%" to the element fixed it for me. Hope that helps
Had the same problem just add this `style={StyleSheet.absoluteFillObject}` to the barcodescanner component