Skip to content

swk23C8/react_native_chat

Repository files navigation

react_native_chat

Project structure

firechat-react-native
├── README.md
├── node_modules
├── package.json
├── metro.config.js
├── package.json
├── index.js
├── App.js
├── app.json
├── screens
│   ├── chatScreen.js
│   └── loginScreen.js
└── components
    ├── Chat
    │   └── index.js
    ├── Input
    │   └── index.jsx
    ├── SendButton
    │   └── index.js
    └── SignOutButton
        └── index.js

Login screen with google auth

alt text

Main screen/Chat screen

alt text

Firebase data structure

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published