Mike Gillett

Results 8 comments of Mike Gillett

Currently facing a similar issue on Android, I'm on react native 0.49.3

As a short term workaround, you can override the `puppeteer` version in your own package.json file if you have resume-cli as a dependency (not installed globally). Note it looks like...

@whistlerbrk @lynndylanhurley I'd be happy to work on adding react native support if there is an outline of what is done and what still needs to be done.

I haven't had much time lately to dedicate to this project. If you make a PR, I'm more than happy to take a look at it. I can also look...

Hi, I've been busy with a lot of other things lately, but I'll give it a look and get back to you tomorrow. I don't think it will be going...

I just pushed an update with a first attempt at local MP3 playing capability. The solution was very similar to the one you outlined (not sure why yours didn't work)....

I just ran into a similar issue after I upgraded to `framer-motion": "^10.16.1"`, downgrading back to `framer-motion": "^10.15.0"` resolved the issue. This is with the following chakra versions ``` "@chakra-ui/icons":...

I am facing the same issue as @rubycop