Releases: vonovak/react-navigation-backhandler
Releases · vonovak/react-navigation-backhandler
v2.0.0
- support react-navigation@5 #18
v1.4.0
Improvement
- allow BackHandler to work even if it is mounted on a focused screen after 'willFocus' already fired #16
v1.3.2
- fixes
warning " > [email protected]" 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
- fixes an issue when backHandler was not called when back button was pressed several times in quick succession #12
v1.2.0
Adds support for "inline" usage without children through #8 by @jeanregisser
example: <AndroidBackHandler onBackPress={this.onBackButtonPressAndroid} />