You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authentication part was handled using two simple pages that are login and register pages.
Message component includes one main sub-component that lists messages, and inside this sub-component, a message detail component were added that displays the message content.
Contacts component created using the FlatList component.
In the Profile component, a drawer structure was used that includes profile picture, user name, and email address.