Skip to content

Releases: kadiraydinli/react-native-system-navigation-bar

Release 2.6.4

01 Feb 18:15
Compare
Choose a tag to compare

Changes

  • Change for solution of this #57 issue. (#58)

Release 2.6.3

18 Nov 21:37
Compare
Choose a tag to compare

Changes

  • Update as object repository in package.json (be232ef)

Release 2.6.2

18 Nov 21:34
Compare
Choose a tag to compare

Changes

  • Remove exception handlings (78514a4)
  • Upgrade dependency packages (a8d7ac1)

Release 2.6.1

07 Jun 22:51
Compare
Choose a tag to compare

Changes

  • Change for solution of this #52 issue. (8bc9017)

Release 2.6.0

29 Apr 22:31
Compare
Choose a tag to compare

Changes

Release 2.5.2

23 Apr 18:29
Compare
Choose a tag to compare

Changes

  • Fixed the issue of not having a full screen despite using the fullScreen function on notched devices. (6367c11)
  • Added code to README to hide notch cutout on notch devices. (423156e)

Release 2.5.1

19 Apr 21:44
Compare
Choose a tag to compare

Changes

  • Flag change for SDK 30 below in navigationHide (b935d2d)

Release 2.5.0

07 Mar 17:14
Compare
Choose a tag to compare

Changes

  • Added Android SDK Level 30 support.
  • Fixed the issue where the bars were light or dark in Android SDK Level 30 and above.
  • Added boolean parameter to undo this functionality after enabling for leanBack, immersive, stickyImmersive and lowProfile. It is true by default.
  • Fixed the issue of making the navigation bar translucent.
  • Changed default parameter values to true for fullScreen and setNavigationBarContrastEnforced functions.
  • Added getBarColor feature. With this feature, you can find the color of the navigation bar, status bar or both bars as hex color code.

Release 2.2.1

03 Mar 13:25
Compare
Choose a tag to compare

Bug Fix

Release 2.2.0

07 Jan 16:29
Compare
Choose a tag to compare

Changes

  • Changes caused by upgrading the React Native version of the example project. (#37)
  • Reverted the version of com.facebook.react:react-native that was causing the issue. (b2790a7)