MGEisa96 / react-native-chat-app

Chat App with FireStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-chat-app

Chat App with FireStore

You can register a new user and enter into a group chat with all users

Prerequisites

React Native CLI to be installed. You can install it by running the command: npm install -g react-native-cli

Simulator or emulator to run the app on. Installation First clone the repo using SSH or HTTPS. Here's an example using HTTPS:

git clone https://github.com/MGEisa96/react-native-chat-app.git

Second run the following command to install project dependencies:

yarn install

in IOS

You will need to make one more step to install pods dependencies, run the following command in the project directory:

cd ios && pod install

Run on Device

run yarn android or yarn ios to run on device or emulator.

Main technologies used:

React Native Typescript React Navigation (v5) FirebaseAuth FireStore

About

Chat App with FireStore


Languages

Language:TypeScript 52.5%Language:Java 22.8%Language:Objective-C 16.8%Language:JavaScript 2.9%Language:Ruby 2.7%Language:Starlark 2.2%