Skip to content

Releases: vonovak/react-navigation-backhandler

v2.0.1

30 Jul 13:26
Compare
Choose a tag to compare

Fix export (#21)

v2.0.0

30 Mar 08:41
Compare
Choose a tag to compare
  • support react-navigation@5 #18

v1.4.0

02 Feb 19:18
Compare
Choose a tag to compare

Improvement

  • allow BackHandler to work even if it is mounted on a focused screen after 'willFocus' already fired #16

v1.3.2

09 May 17:17
Compare
Choose a tag to compare
  • fixes warning " > react-navigation-backhandler@1.3.1" has incorrect peer dependency "react-navigation@^1.0.0 || ^2.0.0" shown when installing the package together with react navigation v3 by not depending on specific react-navigation versions

v1.3.1

25 Apr 06:37
Compare
Choose a tag to compare
  • fixes an issue when backHandler was not called when back button was pressed several times in quick succession #12

v1.3.0

26 Mar 10:35
Compare
Choose a tag to compare

v1.2.0

18 Oct 11:08
Compare
Choose a tag to compare

Adds support for "inline" usage without children through #8 by @jeanregisser

example: <AndroidBackHandler onBackPress={this.onBackButtonPressAndroid} />

v1.1.1

22 Jun 22:51
Compare
Choose a tag to compare
  • fixes #4

v1.1.0

15 Jun 13:26
Compare
Choose a tag to compare
  • added TS typings