Open Issues Need Help
View All on GitHub Routing from a Contact to a Chat Issue 6 months ago
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