Mirko Quaglia
Mirko Quaglia
Hi all! It may be late, but I've been experiencing this issue today and managed to fix it with the following steps: ### Step 1 Upgrade Typescript to version >...
Hi all! First of all, thank you for this amazing library, on iOS it is working smoothly. I've got the same issues on android tho, scanning listeners are not working....
Hi everyone! I've tried to leverage this library in a project in the company I'm currently working for, but we had issues using it for the new architecture and the...
> hey, please make sure that `npx react-native config` works and outputs correct config ✅ Thank you @szymonrybczak ! This command helped me identify a strange error in an old...
Update: It seems that by pushing the Podfile.lock after running: ```bash RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ``` solves the issue. So I guess that for the CI we should always...
Hey @atlj! Yes i figured that out, i'm basically stuck in a loop. For the time being the only proper way is to reset the cocoapods cache. Doing so resets...