I'm using react-native-camera to scan the barcode of type code128 only which is working fine. Now, the app scans the barcode and on successful scanning navigates to a new page displaying the type of barcode and the details from the barcode. I also want to type the barcode number manually in a textinput and do the same in case scanning fails. How do I do that ?
↧