Skip to content

Build a chat application with React-native and Expo

Notifications You must be signed in to change notification settings

MrezaVasebi/rn-chatApp

Repository files navigation

Chat application with React-native

This is chat application which is developed by react native.

Please before coding read react-native firebase document. As it mentioned integration firebase with Expo is possible when using a development build.

The application contains 4 screen:

  • Auth(Login, Signup)
  • UsersScreen
  • ChatScreen

Features

Installation

  • clone the project
  • go to the root folder. in terminal -> npm install
  • npx expo run:android