Component - Passing parameters between screens
This UI component demonstrates how to pass data (parameters) from one screen to another in a React Native app using navigation. It shows a simple flow where a button on the first screen sends a message to the second screen, which then displays it.