Hello everyone, I’m currently encountering some challenges while prototyping the chat feature within the app. Here’s the issue: I’ve placed a chat icon on 20 different screens, and I’m seeking a way to configure it such that clicking this icon on any of these screens will take me to the chat screen. Furthermore, I’d like the ability to return to the original screen by clicking the back icon on the chat screen.
The difficulty lies in having to create an additional 20 chat screens to navigate from the 20 different screens with chat icons. Is there a more streamlined approach to achieve this?