Skip to content

RN 58.4 - Revert the rounding

Compare
Choose a tag to compare
@Sunhat Sunhat released this 25 Feb 08:42
· 16 commits to master since this release

In this update, I've decided to revert the rounding previous implemented.

  • floating point results are not bad, they're precise and can be tested against device dpi.
    e.g.
    REAL_WINDOW_HEIGHT * device_dpi

  • Each constant is accessible through it's own function, making it easier for IDE autocomplete