Skip to content

Instantly share code, notes, and snippets.

@LuffyAnshul
Created January 17, 2021 06:21
Show Gist options
  • Save LuffyAnshul/110be4355e6b3192be4abe86ad4fef79 to your computer and use it in GitHub Desktop.
Save LuffyAnshul/110be4355e6b3192be4abe86ad4fef79 to your computer and use it in GitHub Desktop.
Private Chat React Native Import Statements
import React, { useState, useEffect, useCallback } from 'react';
import { GiftedChat } from 'react-native-gifted-chat';
import AsyncStorage from '@react-native-async-storage/async-storage';
import {
StyleSheet,
TextInput,
View,
LogBox,
Button,
} from 'react-native';
import * as firebase from 'firebase';
import 'firebase/firestore';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment