João Fiche

Results 11 comments of João Fiche

Same problem here, some users can't select the image and cellphone crashes, any help?

Can you share how you made it work with base64? Im using a method to return a base64 string from an image from an url which is working but when...

> > Check the App name in MainActivity at getMainComponentName function, app.json, and package.json it will same in these 3 places. > > These all match but still experiencing the...

> For anyone still having this problem, try adding Camera Core and Camera 2 from the CameraX package to your `app/build.gradle`: > > ``` > implementation "androidx.camera:camera-core:1.1.0" > implementation "androidx.camera:camera-camera2:1.1.0"...

We need this to use Reanimated v3, and we need reanimated v3 to run react native 0.72

Thank you. I've decided to delete and redo all the configuration for watchOS to try to get it to work, I will give a close look in the project you...

> I just threw together a very simple watchos app using cocoapods. It's using SwiftUI, but the same concept applies to React Native. Might give you some more insight into...

I did ran `pod install` after adding the pod 'DSF_QRCode' in my Podfile, I was wondering if you ran any other commands like yarn add ... because I noticed in...

Thank you, that fixed the sandbox error. Looks like they are never finished tho lol ![image](https://github.com/user-attachments/assets/941f056d-a7a6-442f-90bd-fa269769c754) > Note that the attached demo app does NOT use React Native AT ALL....