Jahir Fiquitiva

Results 92 comments of Jahir Fiquitiva

Same issue here, using `jest` and `@testing-library/react-native`

@gedu I'm trying to vertically center the leading icon and the text, which parent view is a view we cannot apply styles to

I have updated the expo example to show the same issue with the `Button` component. I have set a bigger padding and the `TouchableRipple` does not fill the `Button` surface...

@lukewalczak I have opened the PR #4278 which should fix the issues and provide alternatives for the things that cannot be easily fixed

You can pledge behind and help support this effort using Polar.sh

[Buy me a coffee](https://developers.buymeacoffee.com/#/apireference?id=all-supporters) would be a great addition @antfu

I'm facing this issue when using a `.woff2` font 😬

I'm facing the same issue 😕 ![Shot 2021-11-04 at 10-43-49](https://user-images.githubusercontent.com/10360816/140366546-9ae6ccf0-42be-4787-abbf-da7cb109b283.gif)

And I think a similar issue happens with tints, shades and tones .... The color tends to move towards an orange-ish shade Update: tints, shades and tones, uses [`mixPalette`](https://github.com/omgovich/colord/blob/3f859e03b0ca622eb15480f611371a0f15c9427f/src/plugins/mix.ts#L53) under...

In case anyone comes across the same issue, I did this copying the mix function from `tinycolor2` ```typescript // Based on https://github.com/bgrins/TinyColor/blob/b49018c9f2dbca313d80d7a4dad25e26143cfe01/npm/esm/tinycolor.js#L681 import { colord } from "colord"; import type...