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
- Create your project
expo init [name_of_your_project]
- 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";
Top comments (0)