/React-Native-Chat-App

React Native ios/android app. Data stored in google firebase.

Primary LanguageHTML

The Chat App

To install: npm i To run: expo/npm start

Database information

Currently set up on my testing account firebase database for learning purposes. No login required, just enter name, click the color of the background you would like, and click start chatting.

If you'd like to change the database credentials you would change the following information under constructor on Chat.js: Screen-Shot-2019-11-22-at-3-32-37-PM.png

Dependencies

    "expo",
    "expo-image-picker",
    "expo-location",
    "expo-permissions",
    "firebase",
    "react",
    "react-dom",
    "react-native",
    "react-native-gesture-handler",
    "react-native-gifted-chat",
    "react-native-keyboard-spacer",
    "react-native-maps",
    "react-native-web",
    "react-navigation",
    "react-navigation-stack"

Main page

IMG-0734.png

Chat Page

IMG-0735.png