Harrison Lo
Harrison Lo
@fedebabrauskas It seems like the animation for the component would not be enabled (I tried Popover, the styles are fine but it has no animation)
Is there any recommendations for serif font pairing?
I also kinda needed this feature. Basically, swiping up or down would not trigger next card, the card would simply bounce back in place.
@petyosi I think it's quite common to have top and bottom paddings in layouts, and most of us are "hacking" that with the `Header` and `Footer` components. What do you...
@petyosi Thanks for the reply. I saw that the `paddingTop` and `paddingBottom` values are updated inline as you scroll, so I thought when it reaches top or bottom (for which...
Would love to see this in react native
I put the [original](https://github.com/michaelwittig/node-i18n-iso-countries/blob/master/langs/zh.json) `zh.json` in Google Translate to Traditional Chinese, probably more accurate this way: ```json { "locale": "zh-tw", "countries": { "AD": "安道爾", "AE": "阿聯酋", "AF": "阿富汗", "AG": "安地瓜與巴布達",...
Thanks for providing a direction for debugging this. While I don't have access to the devices of my users, I just checked the network requests on my device (Chrome browser)...
Additionally, passing an array of equal numbers into `skewness` would return `NaN`, but should probably be 0.
@ccssmnn If the image is small enough to be stored in Firestore, that sounds like a reasonable approach!