This is a chat app study, In here we try to study an implementation of a chat app using Firebase auth and Pusher ChatKit. Create the base React Native app import React, { Component } from 'react'
import {
StyleSheet,
KeyboardAvoidingView,
View,
Text,
TextInput,
TouchableOpacity
} from 'react-native' export default class LoginScreen extends Component {
constructor(props){…