I'm displaying a full screen modal using react navigation.
How can I push some other screens without closing the modal ?
Calling navigation.push('test') does not seem to work.
Is it even feasible ?
I'm displaying a full screen modal using react navigation.
How can I push some other screens without closing the modal ?
Calling navigation.push('test') does not seem to work.
Is it even feasible ?