Posts by João Marcos • 21 points
1 post
-
2
votes0
answers30
viewsQ: Run an asynchronous function in React-Nactivate only the first time it is called
I am using the function of the expo-camera Camera component onBarCodeScanned={(event) => { handleQRCode(event); }} And every time there’s a bar code he calls me handleQRCode, but just passing the…