Leonardo E. Dominguez

Results 11 issues of Leonardo E. Dominguez

Hey! I'm using a `SheetProvider` to render some bottom sheets inside a modal, if I keep the same sheet id as the one registered on the top-level `SheetProvider`, it works,...

Currently, we can specify the timezone of our database using the `timezone` property in the config object, however, you can only specify a value among `Z`, `local` or timezone offset,...

I don't know if it's the intended behavior, I try to read the docs and I didn't find anything related. I can't use a scoped class in `FontAwesomeIcon` component. I...

For any reason, it's not working fine at version 1.1.3 when you have nested childs like this for example: ``` something ``` When you do that, you received a fixed...

The most recent release `1.3.0` should have been a major version—according to SemVer—because it drops support for all RN versions but >= 0.71. If anyone is experiencing a build issue,...

This pull request aims to fix #1. I saw an old PR (#2) trying to fix this same issue using refs, but the problem with that was that it was...

Hey! I was trying to add a subtitle/group name to my communication notifications and found out that notifee doesn't support it at the moment so in this PR I added...

Hey! Do you already have in your roadmap implementing the new Numbers API? If so, do you have an ETA?

**Describe the bug** Using `hairlineWidth()` or `platformSelect()` on the tailwind config file doesn't work. Looks like it doesn't compute the function value and instead just use the function name as...

When using `cssInterop`, and you pass the component a `style` and `className`, I would expect the styles to be merged but looks like it's not the case. My use case...