DEV Community

Cover image for React Native - Message App
Andres Haro
Andres Haro

Posted on

3 1

React Native - Message App

Time to build a chat app through react-native. Check out my progress, and check out my repository https://lnkd.in/gSa9Kwe.

It is exciting learning multiple things in the tech field, and it is exciting to see your projects working.

React-Native-Chat-Firebase

created by Alan A. Haro

Steps to create this app

  • Install Expo
npm install --global expo-cli
Enter fullscreen mode Exit fullscreen mode
  • Create your project
expo init [name_of_your_project]
Enter fullscreen mode Exit fullscreen mode
  • Open an account with Google Firebase
  • Create and name your project
  • Select Web Base
  • Create a variable that will hold the credentials from your Firebase project into your react-native project

Install the following dependencies

import { GiftedChat } from "react-native-gifted-chat";
import AsyncStorage from "@react-native-community/async-storage";

Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay