We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We are using version 3.39.1 and we are having the following batch of scenes: [Scene key="splashscreen" component={SplashPage} hideNavBar initial type={ActionConst.REPLACE} /] Scene key="loginScene" hideNavBar] [Scene key="login" component={Login} /] [Scene key="authenticate" component={Authenticate} /] [Scene key="register" component={Register} /] [Scene key="forgotPassword" component={ForgotPassword} /] [/Scene] [Scene key="mainScene" hideNavBar] [Scene key="home" component={Home} /] [Scene key="scene1" component={scene1} /] [Scene key="scene2" component={scene2} /] [/Scene] [/Scene]
After successfull login app navigates to splash and finally to mainScene. We need to disable BackHandler from mainScene!
We have used type RESET with no luck. Also we have tried to remove event listener using refs but it seems not to work. Any suggestions?
The text was updated successfully, but these errors were encountered:
Please use v4, v3 is not supported
Sorry, something went wrong.
No branches or pull requests
Hello,
We are using version 3.39.1 and we are having the following batch of scenes:
[Scene key="splashscreen" component={SplashPage} hideNavBar initial type={ActionConst.REPLACE} /]
Scene key="loginScene" hideNavBar]
[Scene key="login" component={Login} /]
[Scene key="authenticate" component={Authenticate} /]
[Scene key="register" component={Register} /]
[Scene key="forgotPassword" component={ForgotPassword} /]
[/Scene]
[Scene key="mainScene" hideNavBar]
[Scene key="home" component={Home} /]
[Scene key="scene1" component={scene1} /]
[Scene key="scene2" component={scene2} /]
[/Scene]
[/Scene]
After successfull login app navigates to splash and finally to mainScene. We need to disable BackHandler from mainScene!
We have used type RESET with no luck. Also we have tried to remove event listener using refs but it seems not to work. Any suggestions?
The text was updated successfully, but these errors were encountered: