Currently Stack Navigator render on screen at a time, which is perfectly fine with mobile interface, but in web UI seems unusual because of space available, So I want that we can make funtionality to render certain number of stack screen at the same time, like for web when navigate to screen in a stack previous screen width becomes 60% of total from 100%, and new screen comes side by side as a stack (web whatsapp for reference), we can add a prop to options to configure how many screen to render in stack, and there should be a threshold, like assume it's 2 so when the stack length is greater than 2 it will replace the last render stack view