You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use RN router-flux tab view and, for android hardware back button. I'm using both backAndroidHandler provided by RN-router-flux for handle back functions of tab view and react-native BackHandler for handle other components' hardware backpress. Both nicely work separately.
but when soon after the call of react native BackHandler, react-native-router-flux backAndroidHandler not functioning furthermore
RNRF - backAndroidHandler for handle tab View Back
backAndroidHandler - should handle back button for tab views
BackHandler - should work for normal layouts
Actual behaviour
If use backAndroidHandler before going to normal layouts it's working but after open normal layout which has used RN BackHandler and go back using RN BackHandler then here after RNRF-backAndroidHandler not working (If try to run back button function from tab view it's not working)
Steps to reproduce
Create Tab view using RNRF and load normal layout from one of the tab
Use backAndroidHandler for Routes.js to control Tab view back button,
Use RN BackHandler for handle normal layout back button
Run the project by using initial tab layouts then load normal layout from tabview
Then press hardware back and go back using RN BackHandler
Then check whether backAndroidHandler is working of Tab view. that is not working
The text was updated successfully, but these errors were encountered:
I use RN router-flux tab view and, for android hardware back button. I'm using both backAndroidHandler provided by RN-router-flux for handle back functions of tab view and react-native BackHandler for handle other components' hardware backpress. Both nicely work separately.
but when soon after the call of react native BackHandler, react-native-router-flux backAndroidHandler not functioning furthermore
RNRF - backAndroidHandler for handle tab View Back
RN - BackHandler for handle back press of normal layouts
Version
Tell us which versions you are using:
Expected behaviour
backAndroidHandler - should handle back button for tab views
BackHandler - should work for normal layouts
Actual behaviour
If use backAndroidHandler before going to normal layouts it's working but after open normal layout which has used RN BackHandler and go back using RN BackHandler then here after RNRF-backAndroidHandler not working (If try to run back button function from tab view it's not working)
Steps to reproduce
The text was updated successfully, but these errors were encountered: