Skip to content

Releases: Sunhat/react-native-extra-dimensions-android

RN 58.4

02 Apr 14:38
202f91f
Compare
Choose a tag to compare

RN 58.4 - FIX

30 Mar 23:11
Compare
Choose a tag to compare
  • Fix default variables build.gradle file

RN 58.4 - Readme update

25 Feb 14:26
Compare
Choose a tag to compare

Just a minor patch to keep the readme up-to-date.

  • Readme updated for new ExtraDimensions methods.

RN 58.4 - Revert the rounding

25 Feb 08:42
Compare
Choose a tag to compare

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

RN 58.4 - FIX

21 Feb 17:28
Compare
Choose a tag to compare

Fixed. This package was broken by hasOwnProperty()

RN 58.4 - Minor patch

21 Feb 15:47
Compare
Choose a tag to compare

Minor patch. No bug fixes.

  • try catch block around NativeModules.ExtraDimensions to remind people to rebuild

RN 58.4

21 Feb 15:30
Compare
Choose a tag to compare
  • Fix for floats coming through for display width/height
  • Added SOFT_MENU_BAR_ENABLED bool
  • SOFT_MENU_BAR_HEIGHT will now return 0 if hardware keys are enabled

RN 58.4

20 Feb 14:21
Compare
Choose a tag to compare

Updated to work with RN 58.4

build.gradle file updated to use rootProject.ext vars

RN 0.57

20 Dec 08:48
Compare
Choose a tag to compare

This update should work with React Native 0.57

RN 55

05 Jul 13:41
ca1a88e
Compare
Choose a tag to compare
Merge pull request #33 from pluralcom/master

Add support for RN 0.55