Leonardo E. Dominguez

Results 58 comments of Leonardo E. Dominguez

@slvrtrn I'm having the same issue. Were you able to solve it?

I'm having this issue as well, pnpm complains about not finding a dep on the lock file but the lock file has that dependency. It only happens when installing packages...

I'm experiencing the same issue. Also, when trying to change the heading font family to another different than the body font family, it doesn't work either. Not sure if I...

I'm also using Typescript but I'm having a problem with my IDE (VSCode). For types to work, it needs to load @types files but when VSCode try to find the...

I find the accuracy of the `tinyFaceDetector` model not good for my use-case compared to the `ssdMobilenetv1` model. For those who want still to use the `ssdMobilenetv1` model, the workaround...

Wow! That's awesome, great work @vladmandic, I will definitely use your package. Thank you.

I'm also experiencing the same, I'm using react native 0.64.1. **EDIT.** I was able to fix this issue by changing `inlineRequires: true` to `false` in the `metro.config.js` file.

I'm having this same issue. For the record, I'm on version 3.

For those having this issue, instead of using the `useClipboard` hook, use the `Clipboard` object depending on what you want to do. If you use the `useClipboard` hook, it gets...

This is awesome man! I also need typescript definitions, is possible for you to review this PR? @ceteio