-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Can anyone help me with disabling back button on certain scenes? #2227
Comments
You can use
|
Awesome. Finally something that worked. @zainmustafa i wonder why this prop is nowhere in v4 DOCS. |
Yeah, it has to be there in docs. Glad it helped. |
Added to docs, closing. |
type={ActionConst.RESET} in Scene |
yeah its working |
Replace did not work for. This is what worked in my case: |
Version
Tell us which versions you are using: ^4.0.0-beta.17
I used to nest Scenes into buckets to stop users going to the previous screen. This is not working
now on latest build. Can anyone please help me out? Below is the code.
Logic is that user should be shown splash screen only once. Later on user cannot go back to splash screen.
The text was updated successfully, but these errors were encountered: