1 Open Issue Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requires implementing navigation from a contact in the `ContactsListScreen` to a chat screen, passing the contact's username as a parameter. A key part of the task involves refactoring the routing functionality logic from the `ContactsListScreen` component into a `ContactsContext` for better separation of concerns. Additionally, the solution must adhere to strict type safety by avoiding the use of `any`.

Complexity: 3/5
good first issue