Leonardo E. Dominguez

Results 74 comments of Leonardo E. Dominguez

I'm having this same issue, were you able to find a workaround?

> @focux I have not, and it's thrown a huge wrench into my projects. Yea, my workaround was replacing this library with react-native-mmkv

FYI, for Next.js to work, you only need to pass this option to webpack on your `next.config` file: ```ts const nextConfig = { webpack: (config, { webpack }) => {...

I don't have a repro but we are experiencing this in our prod RN app but not on the simulator, very weird I know, for now I had to patch...

Were you able to figure out how to use the ESM version?

Forgot to update my comment but yeah, that worked for me.

I just spent half a day trying to figure out what broke my build and thanks to this issue I was able to do it. If you are using the...

I was looking for this feature today and I'm glad is being worked! Thanks for you work.

I'm wondering if this PR also fix the problem where you can't update the badge in the `onBackgroundEvent` handler... I'm asking because I see that this PR also fix some...

Is this still planned?