Skip to content

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

RN 58.4

Choose a tag to compare

@Sunhat Sunhat released this 02 Apr 14:38
202f91f

Fixes

RN 58.4 - FIX

Choose a tag to compare

@Sunhat Sunhat released this 30 Mar 23:11
  • Fix default variables build.gradle file

RN 58.4 - Readme update

Choose a tag to compare

@Sunhat Sunhat released this 25 Feb 14:26

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

  • Readme updated for new ExtraDimensions methods.

RN 58.4 - Revert the rounding

Choose a tag to compare

@Sunhat Sunhat released this 25 Feb 08:42

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

Choose a tag to compare

@Sunhat Sunhat released this 21 Feb 17:28

Fixed. This package was broken by hasOwnProperty()

RN 58.4 - Minor patch

Choose a tag to compare

@Sunhat Sunhat released this 21 Feb 15:47

Minor patch. No bug fixes.

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

RN 58.4

Choose a tag to compare

@Sunhat Sunhat released this 21 Feb 15:30
  • 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

Choose a tag to compare

@Sunhat Sunhat released this 20 Feb 14:21

Updated to work with RN 58.4

build.gradle file updated to use rootProject.ext vars

RN 0.57

Choose a tag to compare

@Sunhat Sunhat released this 20 Dec 08:48

This update should work with React Native 0.57

RN 55

Choose a tag to compare

@Sunhat Sunhat released this 05 Jul 13:41
ca1a88e
Merge pull request #33 from pluralcom/master

Add support for RN 0.55