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
After tapping android back button app must goes to tabbar page with drawer open.
Actual behaviour
After tapping android back button app goes to new tabbar page with drawer close, again if you tap android back button you will go to register page again.
Steps to reproduce
Clone and run-android example App
Add new Component <TextInput></TextInput> in TabView.js render function.
Add another Button in DrawerContent.js for navigate to register page from drawer<Button onPress={Actions.register}>go to register</Button>
now reload app and GO TO TABBAR PAGE
focus and unfocus/blur the TextInput (in my case i dont type anything)
open drawer and go to register page
Tap on hardware back button in android ( not the one that is provided in the register page)
app goes to new Tabbar page with drawer closed, then if you tap back again you will go to register page again.
Tap on android back button and you will go to tabbar page AGAIN!!!!
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Test has been Done in Example app.
Expected behaviour
After tapping android back button app must goes to tabbar page with drawer open.
Actual behaviour
After tapping android back button app goes to new tabbar page with drawer close, again if you tap android back button you will go to register page again.
Steps to reproduce
<TextInput></TextInput>
in TabView.js render function.<Button onPress={Actions.register}>go to register</Button>
The text was updated successfully, but these errors were encountered: