Skip to content
Advertisement

Tag: react-native

undefined is not an object (evaluating ‘navigation.navigate’) when trying to navigate to a file that will open camera on the phone

I’m trying to navigate to my page “CameraPage.js” but I’m getting this error “undefined is not an object (evaluating ‘navigation.navigate’)”. Can anybody see the problem? This ismy first question here so please tell me if I can be more specific. Here’s my App.js: Here is my CameraPage.js file: Here is my navigation file: Answer Your navigation container must be wrapped

Share QR React Native

I’m new in react/react native. I’m trying to share a QR Code as image. Generate QR works, but I want to share it as an image (whatsapp, bluetooth, etc). I tried “get base64 string encode of the qrcode” from official documentation, but I just don’t get it What I tried to do (all my code): get error svg.toDataURL is not

Advertisement