Dylan

Results 117 comments of Dylan

Tagging @birdofpreyru here, he could maybe help on a contract basis.

As this package is a community effort, it would be great if you can submit a Pull Request to make this happen!

Hi, I'm just a volunteer adding things to the lib when I need them and sometimes more. It worked at the time but the new arch is probably changing all...

Just a quick search I found other packages are also dealing with this. Maybe this helps? https://github.com/facebook/react-native/issues/42670 Please submit a PR if the change fixes your problem, so everyone can...

@ugurdalkiran I made a PR that makes the lib work on new arch: #413

Thanks for the fast reply. Ah I see that the 3rd one is not exactly 96 pixels by using onLayout on the Canvas. ``` LOG {"layout": {"height": 48, "width": 96,...

Yes, the canvas actually rendering a width slightly less than the requested 96 is indeed causing the clipping. Oke, I thought there might be some workaround but using roundToNearestPixel doesn't...

Update: I just found a workaround. If you horizontally center the buttons with a marginLeft using a **rounded number**, the problem is gone. (instead of using alignItems: 'center') So for...

Let me try it, thanks for the suggestion. It's specific to using this library. There is no clipping when I use regular views to create rounded buttons or circles. (I'm...