Tell us which versions you are using:
I found out, by pure luck, that I could pop a whole parent using Actions.pop({ key: 'scene' }) and it's not documented, and it's super useful to go back exactly where you want
@pocesar what if that scene isn't in the stack?
Just tested this and it doesn't seem to behave any different than Actions.pop()
try to do with nested Scenes, you'll understand the limitation of Actions.pop()
got it, I misunderstood that this was specific to nested scenes
@pocesar Can you give me a detailed example
i am trying
Actions.pop({key: 'checkoutScreen'})
but it does not work