You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
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. I am thinking to create a npm package of my own or to offer my insights to an existing one.
Are actively maintaining this package? In this case maybe I could offer a PR?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @dwicao,
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. I am thinking to create a npm package of my own or to offer my insights to an existing one.Are actively maintaining this package? In this case maybe I could offer a PR?
Thanks
The text was updated successfully, but these errors were encountered: