rachit-keshari / Chat-App-React-Native

Built a chat app in React-Native, Expo CLI, used firebase as backend, native-base for UI design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat App React Native

Built a chat app in React-Native, Expo CLI, used firebase as backend, native-base for UI design.

chat-01 chat-00

Requirements

Installation

npm install expo-cli --global

Create your own project

expo init app-name
cd app-name
expo start

Enviroment Settings

Optional

  • Install VS Code and follow extensions:

Firebase Steup

Other dependencies

install firebase native-base

npm install firebase native-base

install react-navigation

npm install react-navigation 

for Expo cli also install

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

About

Built a chat app in React-Native, Expo CLI, used firebase as backend, native-base for UI design.


Languages

Language:JavaScript 100.0%