RN method roundToNearestPixel is not used
marudy opened this issue · 2 comments
marudy commented
Hi @DaniAkash,
your solution is good, I use a very similar one for my RN projects. The difference from my solution is that I use roundToNearestPixel
RN method that rounds a layout size (dp) to the nearest layout size that corresponds to an integer number of pixels. And I was about to create a npm package of my own until I saw yours.
I would be happy to provide a PR, if you are actively maintaining this package :)
Thanks
marudy commented
@DaniAkash any updates?
Thanks