Skip to content

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

Release 2.1.0

11 Dec 21:43
Compare
Choose a tag to compare

Bug Fixes

Changes

  • Promise reject texts have been made more understandable.
  • Code refactored.
  • com.facebook.react:react-native version fixed to 0.68.2 (9765318)

Release 2.0.1

31 Oct 18:03
Compare
Choose a tag to compare

Release 2.0.0

18 Aug 22:16
Compare
Choose a tag to compare

Changes

  • lightNavigationBar() is deprecated. Created setBarMode() instead. Its purpose of use is the same, but its use has been made more flexible.
  • Changed the bar style parameter for the setNavigationColor() function. It can now be used as light or dark. Added an extra parameter that allows the bar mode to be valid only for StatusBar, NavigationBar or both.

Previous Usage:

SystemNavigationBar.setNavigationColor('red', true);

Current Usage:

SystemNavigationBar.setNavigationColor('red', 'light');
SystemNavigationBar.setNavigationColor('red', 'dark', 'both');

Bug Fixed

e435d72 by @cemocanon

Release 1.0.5

13 Jun 09:30
Compare
Choose a tag to compare

v1.0.5

Release 1.0.4

31 Mar 15:28
Compare
Choose a tag to compare
v1.0.4

chore: release 1.0.4

Release 1.0.3

20 Mar 19:30
Compare
Choose a tag to compare

Bug fix. #5

Release 1.0.2

01 Jun 00:06
Compare
Choose a tag to compare

The first version of the package. React Native lets you customize the navigation bar for Android.