Skip to content

vishalgaddam873/hey-dude-chatting-app

Repository files navigation

Login screen

Hey Ddue Messenger

Hey Dude is a messenger app for smartphones. Hey Dude uses the internet to send text messages.

Usage

Follow below steps to run the app

  • Go to your project's root folder and run npm install.
  • Run npm start or expo start to run the project!

npm start

Runs the project in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start -- --reset-cache
# or
yarn start -- --reset-cache
# or
expo start -c

Folder structure

This template follows a very simple project structure:

  • assets: Asset folder to store all images, vectors, etc.
  • components: Folder to store any common component that use through the app
  • screens: Folder that contains all application screens/features.
  • App.js: Main component that starts whole app.

Login Credentials

email id : [email protected]
password : 123456

About

React Native Firebase Realtime Chatting app like Whatsapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published